diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-06-12 08:22:10 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-06-12 08:22:10 +0700 |
| commit | 1f2995a85428ac4335123bd33d48ae17d3c9f36f (patch) | |
| tree | 42d8558ac317fcb3b158b52fe01205c35b885c64 /indoteknik_custom/models/promotion_program_line.py | |
| parent | db7481a490b87e3a1768112395bf096b93969562 (diff) | |
Update promotion program feature
Diffstat (limited to 'indoteknik_custom/models/promotion_program_line.py')
| -rw-r--r-- | indoteknik_custom/models/promotion_program_line.py | 2 |
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") |
