diff --git a/partner_identification/README.rst b/partner_identification/README.rst index 680628d1f..20c19137e 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 @@ -27,7 +27,7 @@ No specific installation step required Configuration ============= -Configure all ID types you need in Sales > Configuration > Address Book > Partner ID Categories. +Configure all ID types you need in Sales > Configuration > Contacts > Partner ID Categories. For example, we create a category 'Driver License': Name: @@ -63,7 +63,7 @@ Notes: .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/134/9.0 + :target: https://runbot.odoo-community.org/runbot/134/10.0 Known issues / Roadmap @@ -92,11 +92,11 @@ Credits Contributors ------------ -* Antonio Espinosa +* Antonio Espinosa * Ferdinand Gassauer * Gerhard Könighofer * Laurent Mignon -* Yajo +* Jairo Llopis Maintainer ---------- diff --git a/partner_identification/__openerp__.py b/partner_identification/__openerp__.py index 3cdbb2526..931ef0d1b 100644 --- a/partner_identification/__openerp__.py +++ b/partner_identification/__openerp__.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.', + 'Tecnativa,' 'Camptocamp,' 'ACSONE SA/NV,' - 'Odoo Community Association (OCA)' + 'Odoo Community Association (OCA)', 'website': 'https://odoo-community.org/', 'license': 'AGPL-3', 'installable': True,