From c4f43c5ba838aba21fe6bf3662d93f3929f70ddd Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Mon, 8 Jul 2024 11:42:01 +0700 Subject: back to --- indoteknik_custom/models/promotion/promotion_program_line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indoteknik_custom/models/promotion/promotion_program_line.py b/indoteknik_custom/models/promotion/promotion_program_line.py index 9af6a867..69aa4959 100644 --- a/indoteknik_custom/models/promotion/promotion_program_line.py +++ b/indoteknik_custom/models/promotion/promotion_program_line.py @@ -23,7 +23,7 @@ class PromotionProgramLine(models.Model): display_on_homepage = fields.Boolean('Display on Homepage') price = fields.Float('Price') - sequence = fields.Integer(string='Sequence', default=12345) + sequence = fields.Integer(string='Sequence') discount_type = fields.Selection([ ("percentage", "Percentage"), ("fixed", "Fixed") -- cgit v1.2.3