diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-03-04 20:44:46 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-03-04 20:44:46 +0700 |
| commit | 60de643d4a5f19abc7bee34ccd2e6e6f6219a750 (patch) | |
| tree | 813ceccd00b335ad8e5ead191f3241de3117337e /indoteknik_custom/models/x_banner_banner.py | |
| parent | 92b6da28414fed56732f86e1f04ea2fac3464d7d (diff) | |
<iman> CR renca 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 810bdf39..16d54b02 100755 --- a/indoteknik_custom/models/x_banner_banner.py +++ b/indoteknik_custom/models/x_banner_banner.py @@ -25,4 +25,5 @@ class XBannerBanner(models.Model): ('4', '4') ], string='Group by Week') x_headline_banner = fields.Text(string="Headline Banner") - x_description_banner = fields.Text(string="Description Banner")
\ No newline at end of file + x_description_banner = fields.Text(string="Description Banner") + x_keyword_banner = fields.Text(string="Keyword Banner")
\ No newline at end of file |
