diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-03 10:54:32 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-03 10:54:32 +0700 |
| commit | dee0f12ed114837636d34824f86e5bfa2e055eb0 (patch) | |
| tree | 0b5b4f422c4e22083353703019f88a772ec4e25a /indoteknik_custom/models/promotion/promotion_program_line.py | |
| parent | cd8a7d922a93944c1d79cf0576523554f6a8bc0f (diff) | |
| parent | be81dd2570b45de430db12ecb668f2e4df25d01b (diff) | |
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_custom/models/promotion/promotion_program_line.py')
| -rw-r--r-- | indoteknik_custom/models/promotion/promotion_program_line.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/promotion/promotion_program_line.py b/indoteknik_custom/models/promotion/promotion_program_line.py index 34b70ca5..d253c68d 100644 --- a/indoteknik_custom/models/promotion/promotion_program_line.py +++ b/indoteknik_custom/models/promotion/promotion_program_line.py @@ -23,6 +23,7 @@ class PromotionProgramLine(models.Model): display_on_homepage = fields.Boolean('Display on Homepage') price = fields.Float('Price') + sequence = fields.Integer(string='Sequence', default=0) discount_type = fields.Selection([ ("percentage", "Percentage"), ("fixed", "Fixed") |
