Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions purchase_manual_delivery/views/purchase_order_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,18 @@

<record id="purchase_order_line_tree" model="ir.ui.view">
<field name="model">purchase.order.line</field>
<field name="inherit_id" ref="purchase.purchase_order_line_tree" />
<field name="inherit_id" ref="purchase.purchase_history_tree" />
<field name="arch" type="xml">
<xpath expr="/tree" position="attributes">
<attribute
name="decoration-info"
>state == 'purchase' and pending_to_receive</attribute>
</xpath>
<field name="product_qty" position="after">
<field name="existing_qty" />
<field name="partner_id" position="after">
<field name="product_id" />
</field>
<field name="date_planned" position="after">
<field name="product_uom_qty" position="after">
<field name="existing_qty" />
<field name="pending_to_receive" />
<field name="state" invisible="1" />
</field>
Expand Down