From 22fe6e9238dc5526bfdab072ecf97c4cce3bcbf3 Mon Sep 17 00:00:00 2001 From: David Beal Date: Thu, 6 Dec 2018 12:50:57 +0100 Subject: [PATCH] FIX product_harmonised: typo --- product_harmonized_system/models/hs_code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_harmonized_system/models/hs_code.py b/product_harmonized_system/models/hs_code.py index ac4be14..bdd8a5b 100644 --- a/product_harmonized_system/models/hs_code.py +++ b/product_harmonized_system/models/hs_code.py @@ -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',