diff --git a/company_eori_number/__openerp__.py b/company_eori_number/__openerp__.py index 27b1c08..9f48474 100644 --- a/company_eori_number/__openerp__.py +++ b/company_eori_number/__openerp__.py @@ -2,12 +2,12 @@ # Copyright 2018 Therp BV # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { - "name": "company_eori_number", + "name": "Company EORI number", "version": "8.0.1.0.0", "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", - "category": "", - "summary": "", + "category": "Extrastat", + "summary": "Add EORI number to company form", "depends": [ "base", ],