Skip to content

Commit

Permalink
[FIX] partner_identification: pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
jjscarafia authored and edlopen committed Mar 1, 2024
1 parent 33468f0 commit 45be30e
Show file tree
Hide file tree
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
Expand Up @@ -15,7 +15,7 @@ and vary from country to country.
* Fiscal ID's
* Membership numbers
* Driver license
* ...
* etc


Installation
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
----------
Expand Down
6 changes: 3 additions & 3 deletions partner_identification/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand All @@ -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,
Expand Down

0 comments on commit 45be30e

Please sign in to comment.