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'