[14.0][MIG] product_no_translation: Migrate to 14.0

This commit is contained in:
Kevin Khao
2021-01-26 11:45:42 +01:00
parent d64262099b
commit 5e2d25f7c4
2 changed files with 2 additions and 9 deletions

View File

@@ -31,13 +31,6 @@ class ProductTemplate(models.Model):
description = fields.Text(translate=False)
name = fields.Char(translate=False)
class ProductCategory(models.Model):
_inherit = "product.category"
name = fields.Char(translate=False)
class ProductAttribute(models.Model):
_inherit = "product.attribute"