diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-11 09:37:48 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-11 09:37:48 +0700 |
| commit | f4ff9e2abad82f07e039c388af5e82034ae30694 (patch) | |
| tree | 541d217d511f5cb671c6027438ae364341910bcd /fixco_custom/models/product_product.py | |
| parent | e989cf9dac14be220b746703f92aabbfd2d9022f (diff) | |
product grouping
Diffstat (limited to 'fixco_custom/models/product_product.py')
| -rwxr-xr-x | fixco_custom/models/product_product.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fixco_custom/models/product_product.py b/fixco_custom/models/product_product.py index 719a183..bb3ba17 100755 --- a/fixco_custom/models/product_product.py +++ b/fixco_custom/models/product_product.py @@ -48,3 +48,4 @@ class BundlingLine(models.Model): variant_id = fields.Many2one('product.product', string="Variant") master_sku = fields.Char(string="Master SKU") price = fields.Float(string="Price") + product_uom_qty = fields.Float(string="Quantity") |
