diff --git a/base_contact/README.rst b/base_contact/README.rst new file mode 100644 index 000000000..6590a1bda --- /dev/null +++ b/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. diff --git a/base_contact/__openerp__.py b/base_contact/__openerp__.py index 5c2868935..e299bb3b6 100644 --- a/base_contact/__openerp__.py +++ b/base_contact/__openerp__.py @@ -26,15 +26,6 @@ 'website': 'http://www.openerp.com', 'category': 'Customer Relationship Management', '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': [ 'base', ],