From ca65de0bbeb83a54fcf690f66d3ac3df2d70b8be Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sun, 25 Nov 2018 17:01:21 +0100 Subject: [PATCH] update res_company.py, cf. comments daramousk --- company_eori_number/models/res_company.py | 1 + 1 file changed, 1 insertion(+) diff --git a/company_eori_number/models/res_company.py b/company_eori_number/models/res_company.py index 536088b..149519a 100644 --- a/company_eori_number/models/res_company.py +++ b/company_eori_number/models/res_company.py @@ -3,6 +3,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from openerp import fields, models + class ResCompany(models.Model): _inherit = 'res.company'