From 6b1bba186d9a83c0b7f8feb55e9b78daf3d384bd Mon Sep 17 00:00:00 2001 From: sebalix Date: Sat, 24 Jan 2015 13:52:15 +0100 Subject: [PATCH] [IMP] Module 'base_contact' - Put the module description in a README.rst file --- base_contact/README.rst | 7 +++++++ base_contact/__openerp__.py | 9 --------- 2 files changed, 7 insertions(+), 9 deletions(-) create mode 100644 base_contact/README.rst 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', ],