Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] partner_identification: pylint
Browse files Browse the repository at this point in the history
jjscarafia authored and tarteo committed Oct 24, 2018
1 parent f05daf3 commit c6bd685
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions partner_identification/README.rst
Original file line number Diff line number Diff line change
@@ -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 <antonioea@antiun.com>
* Antonio Espinosa <antonio.espinosa@tecnativa.com>
* Ferdinand Gassauer <[email protected]>
* Gerhard Könighofer <[email protected]>
* Laurent Mignon <[email protected]>
* Yajo <[email protected].com>
* Jairo Llopis <jairo.llopis@tecnativa.com>

Maintainer
----------
6 changes: 3 additions & 3 deletions partner_identification/__openerp__.py
Original file line number Diff line number Diff line change
@@ -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,

0 comments on commit c6bd685

Please sign in to comment.