Create a new Document
@@ -616,7 +617,9 @@
[('fiscal_operation_type', '=', 'in')]
- {'default_fiscal_operation_type': 'in'}
+ {'default_fiscal_operation_type': 'in', 'create': False}
Create a new Document
@@ -636,7 +639,9 @@
[('fiscal_operation_type', '=', 'out')]
- {'default_fiscal_operation_type': 'out'}
+ {'default_fiscal_operation_type': 'out', 'create': False}
Create a new Document