mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update ver
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user