[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

@@ -23,7 +23,7 @@
{
'name': 'Product no Translation',
'version': '12.0.0.0.1',
'version': '14.0.1.0.0',
'category': 'Sales Management',
'license': 'AGPL-3',
'summary': 'For companies that work with only one language',
@@ -37,5 +37,5 @@ And it reduces the start time of the Point of Sale !
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['product'],
'installable': False,
'installable': True,
}

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"