diff --git a/base_contact/README.rst b/base_contact/README.rst index 6590a1bda..c5dee5112 100644 --- a/base_contact/README.rst +++ b/base_contact/README.rst @@ -1,7 +1,45 @@ -This module allows you to manage your contacts -============================================== +Contacts Management +=================== -Features --------- - - a contact can have several job positions in different companies, - - birthdate and nationality can be defined. +This module was written to extend the contact management functionality. It +allows you to: + + - set several job positions in different companies per contact, + - set some extra informations like birthdate and nationality. + +Usage +===== + +New tabs 'Other Positions' and 'Personal Information' are available on the +contact form. + +For further information, please visit: + + * https://www.odoo.com/forum/help-1 + +Known issues / Roadmap +====================== + + * Migrate to the new API + +Credits +======= + +Contributors +------------ + +* OpenERP SA +* Sebastien Alix + +Maintainer +---------- + +.. image:: http://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: http://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. + +To contribute to this module, please visit http://odoo-community.org. diff --git a/base_contact/__openerp__.py b/base_contact/__openerp__.py index e299bb3b6..4d238ddda 100644 --- a/base_contact/__openerp__.py +++ b/base_contact/__openerp__.py @@ -21,6 +21,7 @@ { 'name': 'Contacts Management', + 'summary': u"Manage your contacts separately", 'version': '1.0', 'author': 'OpenERP SA', 'website': 'http://www.openerp.com',