You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
865 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="product_supplierinfo_inherited_tree" model="ir.ui.view">
<field name="model">product.supplierinfo</field>
<field name="inherit_id" ref="product.product_supplierinfo_tree_view"/>
<field name="arch" type="xml">
<field name="min_qty" position="after">
<field name="discount"/>
</field>
</field>
</record>
<record id="product_supplierinfo_inherited_form" model="ir.ui.view">
<field name="model">product.supplierinfo</field>
<field name="inherit_id" ref="product.product_supplierinfo_form_view"/>
<field name="arch" type="xml">
<xpath expr="//div[field[@name='min_qty']]" position="after">
<field name="discount"/>
</xpath>
</field>
</record>
</odoo>