Browse Source

[IMP] Module 'base_contact' - Put the module description in a README.rst file

pull/82/head
sebalix 10 years ago
parent
commit
6b1bba186d
  1. 7
      base_contact/README.rst
  2. 9
      base_contact/__openerp__.py

7
base_contact/README.rst

@ -0,0 +1,7 @@
This module allows you to manage your contacts
==============================================
Features
--------
- a contact can have several job positions in different companies,
- birthdate and nationality can be defined.

9
base_contact/__openerp__.py

@ -26,15 +26,6 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'category': 'Customer Relationship Management', 'category': 'Customer Relationship Management',
'complexity': "expert", 'complexity': "expert",
'description': """
This module allows you to manage your contacts
==============================================
It lets you define groups of contacts sharing some common information, like:
* Birthdate
* Nationality
* Native Language
""",
'depends': [ 'depends': [
'base', 'base',
], ],

Loading…
Cancel
Save