summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/promotion_program_line.py
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-06-12 08:22:10 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-06-12 08:22:10 +0700
commit1f2995a85428ac4335123bd33d48ae17d3c9f36f (patch)
tree42d8558ac317fcb3b158b52fe01205c35b885c64 /indoteknik_custom/models/promotion_program_line.py
parentdb7481a490b87e3a1768112395bf096b93969562 (diff)
Update promotion program feature
Diffstat (limited to 'indoteknik_custom/models/promotion_program_line.py')
-rw-r--r--indoteknik_custom/models/promotion_program_line.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/promotion_program_line.py b/indoteknik_custom/models/promotion_program_line.py
index a8ee2c43..b6c9a532 100644
--- a/indoteknik_custom/models/promotion_program_line.py
+++ b/indoteknik_custom/models/promotion_program_line.py
@@ -16,7 +16,7 @@ class PromotionProgramLine(models.Model):
], string="Discount Type")
discount_amount = fields.Float(string="Discount Amount")
promotion_type = fields.Selection(selection=[
- ("specific_product", "Specific Product"),
+ ("special_price", "Special Price"),
("bundling", "Bundling"),
("discount_loading", "Discount Loading"),
("merchandise", "Merchandise")