summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models')
-rw-r--r--indoteknik_custom/models/keywords.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/indoteknik_custom/models/keywords.py b/indoteknik_custom/models/keywords.py
index f4774bbd..20a18726 100644
--- a/indoteknik_custom/models/keywords.py
+++ b/indoteknik_custom/models/keywords.py
@@ -20,10 +20,6 @@ class Keywords(models.Model):
category_id = fields.Many2one('product.public.category', string='Category', required=True, help="Category to filter products when generating products for this keyword and to throw to solr")
keywords = fields.Char('Keywords', required=True)
- brand_id = fields.Many2one(
- comodel_name="x_manufactures",
- string="Brand"
- )
product_ids = fields.Many2many(
'product.product',
'keywords_product_rel',