diff options
Diffstat (limited to 'fixco_custom/views/product_product.xml')
| -rwxr-xr-x | fixco_custom/views/product_product.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/fixco_custom/views/product_product.xml b/fixco_custom/views/product_product.xml index 2db7c31..cd065aa 100755 --- a/fixco_custom/views/product_product.xml +++ b/fixco_custom/views/product_product.xml @@ -11,7 +11,25 @@ <field name="qty_pcs_box" /> <field name="qr_code_variant" widget="image" readonly="True"/> </field> + <notebook position="inside"> + <page string="Bundling"> + <field name="bundling_line_ids"/> + </page> + </notebook> </field> </record> + + <record id="bundling_line_tree" model="ir.ui.view"> + <field name="name">bundling.line.tree</field> + <field name="model">bundling.line</field> + <field name="arch" type="xml"> + <tree editable="bottom"> + <field name="variant_id" /> + <field name="master_sku" /> + <field name="price"/> + </tree> + </field> + </record> + </data> </odoo> |
