Skip to content

Commit

Permalink
[IMP] purchase_partner_incoterm: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Tran committed Oct 28, 2024
1 parent 30e80cf commit 572234f
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions purchase_partner_incoterm/views/purchase_view.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<record id="purchase_order_view_form_inherit" model="ir.ui.view">
<field name="model">purchase.order</field>
<field name="inherit_id" ref="purchase_stock.purchase_order_view_form_inherit" />
<field name="arch" type="xml">
<field name="incoterm_id" position="after">
<field name="incoterm_address_id" />
</field>
</field>
</record>

<record id="purchase_order_view_form_inherit" model="ir.ui.view">
<field name="model">purchase.order</field>
<field
name="inherit_id"
ref="purchase_stock.purchase_order_view_form_inherit"
/>
<field name="arch" type="xml">
<field name="incoterm_id" position="after">
<field name="incoterm_address_id" />
</field>
</field>
</record>
</odoo>

0 comments on commit 572234f

Please sign in to comment.