Browse Source

FIX pylint

pull/331/head
Juan Jose Scarafia 8 years ago
committed by Jairo Llopis
parent
commit
eadcae2171
  1. 2
      partner_identification/README.rst
  2. 6
      partner_identification/__manifest__.py

2
partner_identification/README.rst

@ -15,7 +15,7 @@ and vary from country to country.
* Fiscal ID's * Fiscal ID's
* Membership numbers * Membership numbers
* Driver license * Driver license
* ...
* etc
Installation Installation

6
partner_identification/__manifest__.py

@ -11,7 +11,7 @@
{ {
'name': 'Partner Identification Numbers', 'name': 'Partner Identification Numbers',
'category': 'Customer Relationship Management', 'category': 'Customer Relationship Management',
'version': '9.0.1.0.0',
'version': '10.0.1.0.0',
'depends': [ 'depends': [
'sales_team', 'sales_team',
], ],
@ -22,10 +22,10 @@
'security/ir.model.access.csv', 'security/ir.model.access.csv',
], ],
'author': 'ChriCar Beteiligungs- und Beratungs- GmbH, ' 'author': 'ChriCar Beteiligungs- und Beratungs- GmbH, '
'Antiun Ingeniería S.L.',
'Antiun Ingeniería S.L.,'
'Camptocamp,' 'Camptocamp,'
'ACSONE SA/NV,' 'ACSONE SA/NV,'
'Odoo Community Association (OCA)'
'Odoo Community Association (OCA)',
'website': 'https://odoo-community.org/', 'website': 'https://odoo-community.org/',
'license': 'AGPL-3', 'license': 'AGPL-3',
'installable': True, 'installable': True,

Loading…
Cancel
Save