mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
Merge branch '14.0' of https://github.com/guohuadeng/app-odoo into 14.0
This commit is contained in:
@@ -15,6 +15,16 @@
|
||||
}"/>
|
||||
</control>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='byproduct_ids']/tree/field[1]" position="before">
|
||||
<control>
|
||||
<create string="Add a line"/>
|
||||
<create string="Multi add line" context="{
|
||||
'pro_multi_add': True,
|
||||
'pro_res_model': 'product.product',
|
||||
'pro_res_field': 'product_id',
|
||||
}"/>
|
||||
</control>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user