[MIG] product_harmonized_system: Migration to 11.0

This commit is contained in:
Kumar Aberer
2018-03-12 08:16:03 +01:00
parent 2b521ff699
commit 89a3a1813b
3 changed files with 8 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ class HSCode(models.Model):
_sql_constraints = [
('local_code_company_uniq', 'unique(local_code, company_id)',
'This code already exists for this company !'),
]
]
@api.model
def create(self, vals):