mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
[FIX] intrastat_product: sale order form view
Before this fix, on the sale order form view, the field intrastat_transport_id was between incoterm and incoterm location !
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user