Skip to content

Commit

Permalink
[FIX] intrastat_product: sale order form view
Browse files Browse the repository at this point in the history
Before this fix, on the sale order form view, the field intrastat_transport_id was between incoterm and incoterm location !
  • Loading branch information
alexis-via committed Dec 9, 2024
1 parent 433e8b2 commit fc0bbf1
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 fc0bbf1

Please sign in to comment.