diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-12-21 15:07:27 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-12-21 15:07:27 +0700 |
| commit | a08dfcb0d1f99a99686a8fba948fae7d4eca374e (patch) | |
| tree | 0205c4e4117d9cac06bd6e2e9e6ecafcecb92970 | |
| parent | a553bc46cd42aa5e56a9e438d959c32bd70d10b4 (diff) | |
Update product_public_category.py
| -rwxr-xr-x | indoteknik_custom/models/product_public_category.py | 1 |
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 |
