Browse Source

[FIX] manifest and Readme

pull/401/head
Darshan Patel 8 years ago
parent
commit
9a1f806b98
  1. 8
      partner_phone_extension/README.rst
  2. 6
      partner_phone_extension/__openerp__.py

8
partner_phone_extension/README.rst

@ -1,6 +1,6 @@
.. image:: https://img.shields.io/badge/license-LGPLv3-blue.svg
:target: https://www.gnu.org/licenses/lgpl.html
:alt: License: LGPL-3
.. image:: https://img.shields.io/badge/license-AGPLv3-blue.svg
:target: https://www.gnu.org/licenses/agpl.html
:alt: License: AGPL-3
===============================
Partner Phone Number Extension
@ -20,7 +20,7 @@ Bug Tracker
===========
Bugs are tracked on `GitHub Issues
<https://github.com/OCA/operating-unit/issues>`_. In case of trouble, please
<https://github.com/OCA/partner-contact/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smashing it by providing a detailed and welcomed feedback.

6
partner_phone_extension/__openerp__.py

@ -12,9 +12,13 @@
'version': '8.0.1.0.0',
'category': 'Customer Relationship Management',
'summary': 'Partner Phone Number Extension',
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
'author': "Savoir-faire Linux, "
"Eficent, "
"SerpentCS, "
"Odoo Community Association (OCA)",
'website': 'www.savoirfairelinux.com',
'license': 'AGPL-3',
"depends": ["base"],
'data': [
'views/res_partner_view.xml',
],

Loading…
Cancel
Save