diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-09-26 10:20:59 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-09-26 10:20:59 +0700 |
| commit | 25a3271bd14671d57da6b4349745e446e94ebfef (patch) | |
| tree | d5a6554c61a02cd08f41c8068237a926e29874dd /indoteknik_custom/models/promotion_program_free_item.py | |
| parent | bd8a83a76cea6ef2466c250226f7c95c38b3024c (diff) | |
| parent | 50b5bd7bd984ef108e8bd324440050a222d8262f (diff) | |
Merge branch 'change/feature/promotion-program' into production
# Conflicts:
# indoteknik_custom/models/sale_order.py
Diffstat (limited to 'indoteknik_custom/models/promotion_program_free_item.py')
| -rw-r--r-- | indoteknik_custom/models/promotion_program_free_item.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indoteknik_custom/models/promotion_program_free_item.py b/indoteknik_custom/models/promotion_program_free_item.py deleted file mode 100644 index 705456dd..00000000 --- a/indoteknik_custom/models/promotion_program_free_item.py +++ /dev/null @@ -1,10 +0,0 @@ -from odoo import fields, models - - -class PromotionProgramFreeItem(models.Model): - _name = "promotion.program.free_item" - _rec_name = "product_id" - - 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") |
