Skip to content

Commit

Permalink
Merge PR #293 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by alexis-via
  • Loading branch information
OCA-git-bot committed Dec 11, 2024
2 parents 433e8b2 + fc0bbf1 commit 4f80021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intrastat_product/views/sale_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale_stock.view_order_form_inherit_sale_stock" />
<field name="arch" type="xml">
<field name="incoterm" position="after">
<group name="sale_shipping" position="inside">
<field
name="intrastat_transport_id"
invisible="intrastat != 'extended'"
widget="selection"
/>
<field name="intrastat" invisible="1" />
</field>
</group>
</field>
</record>
</odoo>

0 comments on commit 4f80021

Please sign in to comment.