summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/promotion_program_free_item.py
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models/promotion_program_free_item.py')
-rw-r--r--indoteknik_custom/models/promotion_program_free_item.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/indoteknik_custom/models/promotion_program_free_item.py b/indoteknik_custom/models/promotion_program_free_item.py
index ddd97765..705456dd 100644
--- a/indoteknik_custom/models/promotion_program_free_item.py
+++ b/indoteknik_custom/models/promotion_program_free_item.py
@@ -5,8 +5,6 @@ class PromotionProgramFreeItem(models.Model):
_name = "promotion.program.free_item"
_rec_name = "product_id"
- product_id = fields.Many2one(
- comodel_name="product.product", string="Product Variant")
+ product_id = fields.Many2one(comodel_name="product.product", string="Product Variant")
qty = fields.Integer(string="Qty")
- line_id = fields.Many2one(
- comodel_name="promotion.program.line", string="Program Line")
+ line_id = fields.Many2one(comodel_name="promotion.program.line", string="Program Line")