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.
 
 
 
 
 

26 lines
1.1 KiB

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<!--Multiple References In Product Variant-->
<record id="product_normal_form_view" model="ir.ui.view">
<field name="name">
product.product.view.form.inherit.multiple.reference.per.product
</field>
<field name="model">product.product</field>
<field name="inherit_id" ref="product.product_normal_form_view"/>
<field name="arch" type="xml">
<field name="default_code" position="replace">
<label for="default_code"/>
<div class="o_row">
<span style="display:contents!important">
<field name="default_code"/>
</span>
<button type="object" title="Multiple References"
name="multiple_references_list" string="Add More"
class="oe_highlight"/>
</div>
<field name="multiple_references_count" invisible="1"/>
<field name="multiple_product_references_ids" widget="many2many_tags"/>
</field>
</field>
</record>
</odoo>