From 4e47cbd68ff86e26dc38f6c41611d1d8fffbd1ef Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 20 Dec 2022 10:09:33 +0700 Subject: add english_name in ecommerce category product --- indoteknik_custom/models/product_public_category.py | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/models') diff --git a/indoteknik_custom/models/product_public_category.py b/indoteknik_custom/models/product_public_category.py index bb661772..95122f18 100755 --- a/indoteknik_custom/models/product_public_category.py +++ b/indoteknik_custom/models/product_public_category.py @@ -9,3 +9,4 @@ class ProductPublicCategory(models.Model): x_studio_field_BfNp2 = fields.Char(string="Nama Alias") x_studio_field_d1HS4 = fields.Char(string="Name 2") x_studio_field_f54P2 = fields.Char(string="Name 3") + english_name = fields.Char(string="English Name") -- cgit v1.2.3