summaryrefslogtreecommitdiff
path: root/fixco_custom/models/product_product.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-06-11 09:37:48 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-06-11 09:37:48 +0700
commitf4ff9e2abad82f07e039c388af5e82034ae30694 (patch)
tree541d217d511f5cb671c6027438ae364341910bcd /fixco_custom/models/product_product.py
parente989cf9dac14be220b746703f92aabbfd2d9022f (diff)
product grouping
Diffstat (limited to 'fixco_custom/models/product_product.py')
-rwxr-xr-xfixco_custom/models/product_product.py1
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")