Skip to content

Commit

Permalink
[IMP] l10n_fr_intrastat_product: use new field intrastat_type
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-via committed Feb 17, 2025
1 parent d4bca2a commit 0b3da41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_fr_intrastat_product/views/product_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<field name="inherit_id" ref="intrastat_base.product_template_form_view" />
<field name="arch" type="xml">
<field name="is_accessory_cost" position="attributes">
<attribute name="invisible">0</attribute>
<attribute name="invisible">intrastat_type != 'service'</attribute>
</field>
</field>
</record>
Expand Down

0 comments on commit 0b3da41

Please sign in to comment.