diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-08-03 08:56:02 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-08-03 08:56:02 +0000 |
| commit | bcc35009da39e9ee8b5e181006d3690316b83c59 (patch) | |
| tree | b2de61846ad50de44cacc9130c8168d5f3180320 /indoteknik_custom/models | |
| parent | 769ce2949ad4a3f03e0a05c6298d7299bc5b0d67 (diff) | |
| parent | 46529f2657d18b6c74bd95c013f528de0f687a56 (diff) | |
Merged in production (pull request #81)
Production
Diffstat (limited to 'indoteknik_custom/models')
| -rwxr-xr-x | indoteknik_custom/models/x_banner_banner.py | 12 |
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 |
