diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-17 13:41:45 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-17 13:41:45 +0700 |
| commit | c279f3e51d147c8476f39384e35530948d160f30 (patch) | |
| tree | 52e545731c7a18d7a1b812f81b63579f7285ee16 | |
| parent | 7bef101732668ba8044a0e4392a17b0b15eaa09b (diff) | |
<iman> update deskripsi type field
| -rwxr-xr-x | indoteknik_custom/models/x_banner_banner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/x_banner_banner.py b/indoteknik_custom/models/x_banner_banner.py index 832b7505..ffbef0fd 100755 --- a/indoteknik_custom/models/x_banner_banner.py +++ b/indoteknik_custom/models/x_banner_banner.py @@ -24,4 +24,4 @@ class XBannerBanner(models.Model): ('3', '3'), ('4', '4') ], string='Group by Week') - x_description_banner = fields.Char(string="Description Banner")
\ No newline at end of file + x_description_banner = fields.Text(string="Description Banner")
\ No newline at end of file |
