summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-12-21 15:07:27 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-12-21 15:07:27 +0700
commita08dfcb0d1f99a99686a8fba948fae7d4eca374e (patch)
tree0205c4e4117d9cac06bd6e2e9e6ecafcecb92970
parenta553bc46cd42aa5e56a9e438d959c32bd70d10b4 (diff)
Update product_public_category.py
-rwxr-xr-xindoteknik_custom/models/product_public_category.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/product_public_category.py b/indoteknik_custom/models/product_public_category.py
index 45ebc26d..91028ae0 100755
--- a/indoteknik_custom/models/product_public_category.py
+++ b/indoteknik_custom/models/product_public_category.py
@@ -14,3 +14,4 @@ class ProductPublicCategory(models.Model):
parent_frontend_id = fields.Many2one('product.public.category', string='Parent Frontend Category', index=True)
child_frontend_id = fields.One2many('product.public.category', 'parent_frontend_id', string='Children Frontend Categories')
sequence_frontend = fields.Integer(help="Gives the sequence order when displaying a list of product categories.", index=True)
+# check