diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-11-01 14:17:27 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-11-01 14:17:27 +0700 |
| commit | 196d8939a3f1118fe0e635dd261d19f887c4be2d (patch) | |
| tree | 43663249f9c99d86516c2489b523c0209095a25b /indoteknik_custom/models/x_banner_banner.py | |
| parent | b2ac5d8be2d426dd968cbc9244377ecf3040800b (diff) | |
Banner Rest API & similar product method rest api
Diffstat (limited to 'indoteknik_custom/models/x_banner_banner.py')
| -rwxr-xr-x | indoteknik_custom/models/x_banner_banner.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indoteknik_custom/models/x_banner_banner.py b/indoteknik_custom/models/x_banner_banner.py index a402789a..bc80e2a9 100755 --- a/indoteknik_custom/models/x_banner_banner.py +++ b/indoteknik_custom/models/x_banner_banner.py @@ -10,11 +10,9 @@ class XBannerBanner(models.Model): x_url_banner = fields.Char(string="URL Banner") x_banner_image = fields.Binary(string="Image") x_banner_category = fields.Many2one('x_banner.category', string="Banner Category") - # x_banner_tags = fields.Many2many('blog.tag', string="Banner Tags") x_relasi_manufacture = fields.Many2one('x_manufactures', string="Relasi Merek") x_sequence_banner = fields.Integer(string="Sequence") x_status_banner = fields.Selection([ ('tayang', 'Tayang'), ('tidak_tayang', 'Tidak Tayang') - ], string="Status") - x_studio_field_7ppSi = fields.Many2one('coupon.program', string="Coupon Program")
\ No newline at end of file + ], string="Status")
\ No newline at end of file |
