From a08dfcb0d1f99a99686a8fba948fae7d4eca374e Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 21 Dec 2022 15:07:27 +0700 Subject: Update product_public_category.py --- indoteknik_custom/models/product_public_category.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3