[IMP] : Update Description for modules
authorAjay Chauhan (OpenERP) <cha@tinyerp.com>
Thu, 12 Jul 2012 12:51:14 +0000 (18:21 +0530)
committerAjay Chauhan (OpenERP) <cha@tinyerp.com>
Thu, 12 Jul 2012 12:51:14 +0000 (18:21 +0530)
bzr revid: cha@tinyerp.com-20120712125114-pa2sf1scg4s17qjl

addons/hr_evaluation/__openerp__.py
addons/hr_timesheet/__openerp__.py
addons/import_base/__openerp__.py
addons/import_sugarcrm/__openerp__.py
addons/l10n_at/__openerp__.py

index d2ca0df..25fe43a 100644 (file)
 Ability to create employees evaluation.
 =======================================
 
-An evaluation can be created by employee for subordinates,
-juniors as well as his manager. The evaluation is done under a plan
-in which various surveys can be created and it can be defined which
-level of employee hierarchy fills what and final review and evaluation
-is done by the manager. Every evaluation filled by the employees can be viewed
-in the form of pdf file.
+An evaluation can be created by employee for subordinates, juniors as well as
+his manager. The evaluation is done under a plan in which various surveys can be
+created and it can be defined which level of employee hierarchy fills what and
+final review and evaluation is done by the manager. Every evaluation filled by
+the employees can be viewed in the form of pdf file.
          """,
     "demo": ["hr_evaluation_demo.xml"],
     "data": [
index 6b8e618..d6a6232 100644 (file)
@@ -34,8 +34,8 @@ the analytic account.
 
 Lots of reporting on time and employee tracking are provided.
 
-It is completely integrated with the cost accounting module. It allows you
-to set up a management by affair.
+It is completely integrated with the cost accounting module. It allows you to set
+up a management by affair.
     """,
     'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
index 847ed89..294f864 100644 (file)
@@ -24,8 +24,8 @@
     'version': '0.9',
     'category': 'Hidden/Dependency',
     'description': """
-        This module provide a class import_framework to help importing 
-        complex data from other software
+This module provide a class import_framework to help importing complex data from
+other software.
     """,
     'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
index ea23247..f84b096 100644 (file)
@@ -23,8 +23,9 @@
     'name': 'SugarCRM Import',
     'version': '1.0',
     'category': 'Customer Relationship Management',
-    'description': """This Module Import SugarCRM "Leads", "Opportunities", "Users", "Accounts", 
-            "Contacts", "Employees", Meetings, Phonecalls, Emails, and Project, Project Tasks Data into OpenERP Module.""",
+    'description': """
+This Module Import SugarCRM Leads, Opportunities, Users, Accounts, Contacts, Employees,
+Meetings, Phonecalls, Emails, Project and Project Tasks Data into OpenERP Module.""",
     'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
     'depends': ['import_base','crm', 'document'],
index 0f70ec5..fc266e4 100644 (file)
     "website" : "http://www.conexus.at",
     "category" : "Localization/Account Charts",
     "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" : [],
     "update_xml" : ['account_tax_code.xml',"account_chart.xml",'account_tax.xml',"l10n_chart_at_wizard.xml"],
     "auto_install": False,