diff --git a/partner_identification/README.rst b/partner_identification/README.rst index 680628d1f..e5cd0e8fa 100644 --- a/partner_identification/README.rst +++ b/partner_identification/README.rst @@ -15,7 +15,7 @@ and vary from country to country. * Fiscal ID's * Membership numbers * Driver license -* ... +* etc Installation diff --git a/partner_identification/__manifest__.py b/partner_identification/__manifest__.py index 3cdbb2526..46992d79c 100644 --- a/partner_identification/__manifest__.py +++ b/partner_identification/__manifest__.py @@ -11,7 +11,7 @@ { 'name': 'Partner Identification Numbers', 'category': 'Customer Relationship Management', - 'version': '9.0.1.0.0', + 'version': '10.0.1.0.0', 'depends': [ 'sales_team', ], @@ -22,10 +22,10 @@ 'security/ir.model.access.csv', ], 'author': 'ChriCar Beteiligungs- und Beratungs- GmbH, ' - 'Antiun IngenierĂ­a S.L.', + 'Antiun IngenierĂ­a S.L.,' 'Camptocamp,' 'ACSONE SA/NV,' - 'Odoo Community Association (OCA)' + 'Odoo Community Association (OCA)', 'website': 'https://odoo-community.org/', 'license': 'AGPL-3', 'installable': True,