diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-11 08:58:41 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-11 08:58:41 +0700 |
| commit | 5be65f6f512124cb3b4c3b83d69f9ff86dc1c6b4 (patch) | |
| tree | d934e09d70fc8b0df6748a99f4fe3ff1aae75136 /fixco_custom/views/product_product.xml | |
| parent | 21d0b685e0946b5a3490629490ef80cd6c3e6816 (diff) | |
table bundling line product
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> |
