Merge pull request #58 from akretion/10-fix-typo

FIX product_harmonised: typo
This commit is contained in:
Alexis de Lattre
2018-12-06 14:57:35 +01:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ class HSCode(models.Model):
active = fields.Boolean(default=True)
company_id = fields.Many2one(
'res.company', string='Company',
default=lambda self: self.env['res.company']._company_default_get()
default=lambda self: self.env['res.company']._company_default_get())
product_categ_ids = fields.One2many(
comodel_name='product.category',
inverse_name='hs_code_id',