[IMP] better descriptions for modules

bzr revid: abo@openerp.com-20120604103727-6fhdh6izeb8k1you
This commit is contained in:
Antonin Bourguignon 2012-06-04 12:37:27 +02:00
parent 6a85065dda
commit 7b9ce32172
5 changed files with 10 additions and 5 deletions

View File

@ -26,7 +26,8 @@
'category': 'Tools',
'complexity': "easy",
'description': """
This module adds the menu if claim and portal are installed.
This module adds claim menu and features to your portal if claim and portal are
installed.
""",
'author': 'OpenERP SA',
'depends': ['crm_claim','portal'],

View File

@ -26,7 +26,8 @@
'category': 'Tools',
'complexity': "easy",
'description': """
This module adds the menu if crm and portal are installed.
This module adds crm menu and features (contact form) to your portal if crm and
portal are installed.
""",
'author': 'OpenERP SA',
'depends': ['crm','portal'],

View File

@ -26,7 +26,8 @@
'category': 'Tools',
'complexity': "easy",
'description': """
This module adds the menu if claim and portal are installed.
This module adds event menu and features to your portal if event and portal are
installed.
""",
'author': 'OpenERP SA',
'depends': ['event','portal'],

View File

@ -26,7 +26,8 @@
'category': 'Tools',
'complexity': "easy",
'description': """
This module adds the menu if claim and portal are installed.
This module adds issue menu and features to your portal if project_issue and
portal are installed.
""",
'author': 'OpenERP SA',
'depends': ['project_issue','portal'],

View File

@ -26,7 +26,8 @@
'category': 'Tools',
'complexity': "easy",
'description': """
This module adds the menu if sale and portal are installed.
This module adds sale menu and features to your portal if sale and portal are
installed.
""",
'author': 'OpenERP SA',
'depends': ['sale','portal'],