From dae117ce9bb219557c9a4fc995e93bc4a88ea03f Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Tue, 11 Oct 2022 15:58:58 +0700 Subject: init commit --- indoteknik_custom/models/x_manufactures.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indoteknik_custom/models/x_manufactures.py') diff --git a/indoteknik_custom/models/x_manufactures.py b/indoteknik_custom/models/x_manufactures.py index e07f724e..b32d257d 100755 --- a/indoteknik_custom/models/x_manufactures.py +++ b/indoteknik_custom/models/x_manufactures.py @@ -10,6 +10,8 @@ class XManufactures(models.Model): x_description = fields.Html(string="Description") x_logo_manufacture = fields.Binary(string="Logo Manufacture") x_logo_manufacture_128 = fields.Image("Image 128", related="x_logo_manufacture", max_width=128, max_height=128, store=True) + image_promotion_1 = fields.Binary(string="Promotion Image 1") + image_promotion_2 = fields.Binary(string="Promotion Image 2") x_manufacture_level = fields.Selection([ ('prioritas', 'Prioritas'), ('gold', 'Gold'), -- cgit v1.2.3