Skip to content

Commit

Permalink
[REF] No subcall for line
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcardoso21 committed Jul 2, 2020
1 parent 635c6c0 commit eb5e45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_br_fiscal/views/document_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
</group>
</page>
<page name="products" string="Products and Services">
<field name="line_ids" context="{'form_view_ref': 'l10n_br_fiscal.document_line_form', 'default_document_id': id, 'default_company_id': company_id, 'default_partner_id': partner_id, 'default_operation_type': operation_type, 'default_fiscal_operation_id': fiscal_operation_id}">
<field name="line_ids" context="{'form_view_ref': 'l10n_br_fiscal.document_line_form', 'default_document_id': id, 'default_company_id': company_id, 'default_partner_id': partner_id, 'default_operation_type': operation_type, 'default_fiscal_operation_id': fiscal_operation_id, 'no_subcall': True}">
<tree>
<field name="product_id"/>
<field name="uom_id"/>
Expand Down

0 comments on commit eb5e45c

Please sign in to comment.