update ver

This commit is contained in:
ivan deng
2018-10-13 09:05:03 +08:00
parent 312e28e995
commit 93d6575b57
106 changed files with 1235 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
<odoo>
<data>
<record id="app_purchase_order_form" model="ir.ui.view">
<field name="name">app.purchase.order.form</field>
<field name="model">purchase.order</field>
<field name="inherit_id" ref="purchase.purchase_order_form"/>
<field name="arch" type="xml">
<xpath expr="//page/field[@name='order_line']" position="attributes">
<attribute name="widget">multi_select_tree</attribute>
<attribute name="res_model">product.product</attribute>
<attribute name="res_field">product_id</attribute>
</xpath>
</field>
</record>
</data>
</odoo>