diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-09-09 03:35:58 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-09-09 03:35:58 +0000 |
| commit | 49a9bc775e25a61d8a463c89f2d749461d26f108 (patch) | |
| tree | 21181f4a20df8461a494ed243a88288ddb2b7d94 /indoteknik_custom/models | |
| parent | 03d4d96781cfd6e75921ed5fadf317ebf0951776 (diff) | |
| parent | 0aacd16c72067c0bb5c9c8ca24bb19a7995b132b (diff) | |
Merged in update/category-management (pull request #220)
<iman> delete not lines category management
Diffstat (limited to 'indoteknik_custom/models')
| -rw-r--r-- | indoteknik_custom/models/website_categories_management.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indoteknik_custom/models/website_categories_management.py b/indoteknik_custom/models/website_categories_management.py index 3b1db7dd..e430ef5f 100644 --- a/indoteknik_custom/models/website_categories_management.py +++ b/indoteknik_custom/models/website_categories_management.py @@ -7,10 +7,6 @@ class WebsiteCategoriesManagement(models.Model): category_id = fields.Many2one('product.public.category', string='Category Level 1', help='table ecommerce category', domain=lambda self: self._get_default_category_domain()) sequence = fields.Integer(string='Sequence') - category_id2 = fields.Many2many(comodel_name='product.public.category', - relation='website_categories_category_id2_rel', - column1='website_categories_homepage_id', column2='product_public_category_id', - string='Category Level 2', copy=False) line_ids = fields.One2many('website.categories.management.line', 'management_id', string='Category Level 2 Lines', auto_join=True) status = fields.Selection([ ('tayang', 'Tayang'), |
