[IMP] : Update Description for modules

bzr revid: cha@tinyerp.com-20120712125114-pa2sf1scg4s17qjl
This commit is contained in:
Ajay Chauhan (OpenERP) 2012-07-12 18:21:14 +05:30
parent 3e94213845
commit dc336de847
5 changed files with 16 additions and 13 deletions

View File

@ -31,12 +31,11 @@
Ability to create employees evaluation. Ability to create employees evaluation.
======================================= =======================================
An evaluation can be created by employee for subordinates, An evaluation can be created by employee for subordinates, juniors as well as
juniors as well as his manager. The evaluation is done under a plan his manager. The evaluation is done under a plan in which various surveys can be
in which various surveys can be created and it can be defined which created and it can be defined which level of employee hierarchy fills what and
level of employee hierarchy fills what and final review and evaluation final review and evaluation is done by the manager. Every evaluation filled by
is done by the manager. Every evaluation filled by the employees can be viewed the employees can be viewed in the form of pdf file.
in the form of pdf file.
""", """,
"demo": ["hr_evaluation_demo.xml"], "demo": ["hr_evaluation_demo.xml"],
"data": [ "data": [

View File

@ -34,8 +34,8 @@ the analytic account.
Lots of reporting on time and employee tracking are provided. Lots of reporting on time and employee tracking are provided.
It is completely integrated with the cost accounting module. It allows you It is completely integrated with the cost accounting module. It allows you to set
to set up a management by affair. up a management by affair.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -24,8 +24,8 @@
'version': '0.9', 'version': '0.9',
'category': 'Hidden/Dependency', 'category': 'Hidden/Dependency',
'description': """ 'description': """
This module provide a class import_framework to help importing This module provide a class import_framework to help importing complex data from
complex data from other software other software.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -23,8 +23,9 @@
'name': 'SugarCRM Import', 'name': 'SugarCRM Import',
'version': '1.0', 'version': '1.0',
'category': 'Customer Relationship Management', 'category': 'Customer Relationship Management',
'description': """This Module Import SugarCRM "Leads", "Opportunities", "Users", "Accounts", 'description': """
"Contacts", "Employees", Meetings, Phonecalls, Emails, and Project, Project Tasks Data into OpenERP Module.""", This Module Import SugarCRM Leads, Opportunities, Users, Accounts, Contacts, Employees,
Meetings, Phonecalls, Emails, Project and Project Tasks Data into OpenERP Module.""",
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['import_base','crm', 'document'], 'depends': ['import_base','crm', 'document'],

View File

@ -26,7 +26,10 @@
"website" : "http://www.conexus.at", "website" : "http://www.conexus.at",
"category" : "Localization/Account Charts", "category" : "Localization/Account Charts",
"depends" : ["account_chart", 'base_vat'], "depends" : ["account_chart", 'base_vat'],
"description": "This module provides the standard Accounting Chart for Austria which is based on the Template from BMF.gv.at. Please keep in mind that you should review and adapt it with your Accountant, before using it in a live Environment.", "description": """
This module provides the standard Accounting Chart for Austria which is based on
the Template from BMF.gv.at. Please keep in mind that you should review and adapt
it with your Accountant, before using it in a live Environment.""",
"demo_xml" : [], "demo_xml" : [],
"update_xml" : ['account_tax_code.xml',"account_chart.xml",'account_tax.xml',"l10n_chart_at_wizard.xml"], "update_xml" : ['account_tax_code.xml',"account_chart.xml",'account_tax.xml',"l10n_chart_at_wizard.xml"],
"auto_install": False, "auto_install": False,