diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-17 13:28:54 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-17 13:28:54 +0700 |
| commit | 7bef101732668ba8044a0e4392a17b0b15eaa09b (patch) | |
| tree | e75107dff566473ec59c7f6bd4a7d26f2caf39ca /indoteknik_custom/models/x_banner_banner.py | |
| parent | 00c433febb54683b602641078d75db9ce4bbc9b5 (diff) | |
<iman> add description to banner
Diffstat (limited to 'indoteknik_custom/models/x_banner_banner.py')
| -rwxr-xr-x | indoteknik_custom/models/x_banner_banner.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/models/x_banner_banner.py b/indoteknik_custom/models/x_banner_banner.py index d6884c9b..832b7505 100755 --- a/indoteknik_custom/models/x_banner_banner.py +++ b/indoteknik_custom/models/x_banner_banner.py @@ -23,4 +23,5 @@ class XBannerBanner(models.Model): ('2', '2'), ('3', '3'), ('4', '4') - ], string='Group by Week')
\ No newline at end of file + ], string='Group by Week') + x_description_banner = fields.Char(string="Description Banner")
\ No newline at end of file |
