summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindoteknik_custom/views/purchase_order.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml
index 0ad76ae5..e0ec86f9 100755
--- a/indoteknik_custom/views/purchase_order.xml
+++ b/indoteknik_custom/views/purchase_order.xml
@@ -137,4 +137,16 @@
</field>
</record>
</data>
+ <data>
+ <record id="purchase_order_search_inherit" model="ir.ui.view">
+ <field name="name">purchase.order.select.inherit</field>
+ <field name="model">purchase.order</field>
+ <field name="inherit_id" ref="purchase.view_purchase_order_filter"/>
+ <field name="arch" type="xml">
+ <field name="name" position="after">
+ <field name="sale_order_id" string="Sale Order"/>
+ </field>
+ </field>
+ </record>
+ </data>
</odoo> \ No newline at end of file