summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/promotion_program_free_item.py
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-09-23 11:50:20 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-09-23 11:50:20 +0700
commitdae4a3bf266ba4c19b1ba1d11c52ed9e19259b7c (patch)
tree8858e0660aa004b582aedf6f437c0f455f8ad1ef /indoteknik_custom/models/promotion_program_free_item.py
parentadbc9b985f1c5fb2b2f41f79c686b3a573003e62 (diff)
Update promotion program scheme
Diffstat (limited to 'indoteknik_custom/models/promotion_program_free_item.py')
-rw-r--r--indoteknik_custom/models/promotion_program_free_item.py10
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")