Skip to content

Commit

Permalink
[FIX] l10n_br_sale: The possibility of include a Section or Note in S…
Browse files Browse the repository at this point in the history
…ale lines when Sale Order has Fiscal Operation.
  • Loading branch information
mbcosta committed Jan 16, 2024
1 parent d80e26b commit 05deceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_br_sale/views/sale_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<field
name="fiscal_operation_line_id"
options="{'no_create': True}"
attrs="{'readonly': [('state', 'in', ('sale', 'done', 'cancel'))], 'required': [('parent.fiscal_operation_id', '!=', False)], 'invisible': [('parent.fiscal_operation_id', '=', False)]}"
attrs="{'readonly': [('state', 'in', ('sale', 'done', 'cancel'))], 'required': ['&amp;', ('fiscal_operation_id', '!=', False), ('product_id', '!=', False)], 'invisible': [('parent.fiscal_operation_id', '=', False)]}"
/>
<field
name="cfop_id"
Expand Down

0 comments on commit 05deceb

Please sign in to comment.