summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2023-08-03 08:56:02 +0000
committerIT Fixcomart <it@fixcomart.co.id>2023-08-03 08:56:02 +0000
commitbcc35009da39e9ee8b5e181006d3690316b83c59 (patch)
treeb2de61846ad50de44cacc9130c8168d5f3180320 /indoteknik_custom/models
parent769ce2949ad4a3f03e0a05c6298d7299bc5b0d67 (diff)
parent46529f2657d18b6c74bd95c013f528de0f687a56 (diff)
Merged in production (pull request #81)
Production
Diffstat (limited to 'indoteknik_custom/models')
-rwxr-xr-xindoteknik_custom/models/x_banner_banner.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/indoteknik_custom/models/x_banner_banner.py b/indoteknik_custom/models/x_banner_banner.py
index a9de2067..d6884c9b 100755
--- a/indoteknik_custom/models/x_banner_banner.py
+++ b/indoteknik_custom/models/x_banner_banner.py
@@ -18,9 +18,9 @@ class XBannerBanner(models.Model):
('tidak_tayang', 'Tidak Tayang')
], string="Status")
sequence = fields.Integer(string='Sequence')
- for_week = fields.Selection([
- ('1', 1),
- ('2', 2),
- ('3', 3),
- ('4', 4)
- ], string='For Week') \ No newline at end of file
+ group_by_week = fields.Selection([
+ ('1', '1'),
+ ('2', '2'),
+ ('3', '3'),
+ ('4', '4')
+ ], string='Group by Week') \ No newline at end of file