summaryrefslogtreecommitdiff
path: root/fixco_custom/views/purchase_order.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fixco_custom/views/purchase_order.xml')
-rw-r--r--fixco_custom/views/purchase_order.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/fixco_custom/views/purchase_order.xml b/fixco_custom/views/purchase_order.xml
index 82b5c79..6cf28ce 100644
--- a/fixco_custom/views/purchase_order.xml
+++ b/fixco_custom/views/purchase_order.xml
@@ -67,6 +67,16 @@
</field>
</field>
</record>
+ <record id="purchase_order_tree_view_inherit" model="ir.ui.view">
+ <field name="name">Purchase Order</field>
+ <field name="model">purchase.order</field>
+ <field name="inherit_id" ref="purchase.purchase_order_view_tree"/>
+ <field name="arch" type="xml">
+ <field name="state" position="after">
+ <field name="bill_status"/>
+ </field>
+ </field>
+ </record>
<record id="purchase_order_multi_create_bills_ir_actions_server" model="ir.actions.server">
<field name="name">Multi Bills</field>
<field name="model_id" ref="purchase.model_purchase_order"/>