summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/promotion_program_free_item.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-09-26 15:07:27 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-09-26 15:07:27 +0700
commitc86979fd504ee06dc19c69797159a13295b0c809 (patch)
treef271661fbc2947073d48cc67c3eb4901692d1643 /indoteknik_custom/models/promotion_program_free_item.py
parent01f308991afffaff5eda1b758dbb98d0f3ba8396 (diff)
parentd324fdd8ea3b14c966510bde610a96c8f5c3e3c5 (diff)
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
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")