SERVER: improve categories and fix some language mistake
authorced <>
Fri, 22 Jun 2007 10:18:03 +0000 (10:18 +0000)
committerced <>
Fri, 22 Jun 2007 10:18:03 +0000 (10:18 +0000)
bzr revid: ced-af30d0176cdbf121c257c26257567b0094d95009

addons/account_analytic_analysis/__terp__.py
addons/board/__terp__.py
addons/board_account/__terp__.py
addons/board_project/__terp__.py
addons/board_sale/__terp__.py
addons/esale_osc/__terp__.py
addons/report_analytic/__terp__.py
addons/report_task/__terp__.py
addons/report_timesheet/__terp__.py

index a776b12..e30b5f3 100644 (file)
@@ -5,7 +5,7 @@ important data for project manager for services companies.
 Add menu to show relevant information for each manager.""",
        "version" : "1.0",
        "author" : "Camptocamp",
-       "category" : "Generic Modules/Account",
+       "category" : "Generic Modules/Accounting",
        "module": "",
        "website": "http://www.camptocamp.com/",
        "depends" : ["account","hr_timesheet","hr_timesheet_invoice"],
index b31b440..2fc0b3e 100644 (file)
@@ -2,7 +2,7 @@
        "name":"Dashboard main module",
        "version":"1.0",
        "author":"Tiny",
-       "category":"Board",
+       "category":"Board/Base",
        "depends":["base"],
        "demo_xml":[],
        "update_xml":["board_view.xml"],
index 96eb6a4..fc2f5f7 100644 (file)
@@ -2,7 +2,7 @@
        "name":"Board for accountant",
        "version":"1.0",
        "author":"Tiny",
-       "category":"Board",
+       "category":"Board/Accounting",
        "depends":[
                "account",
                "hr_timesheet_invoice",
index 20098b9..c4aabeb 100644 (file)
@@ -2,7 +2,7 @@
        "name":"Board for project users",
        "version":"1.0",
        "author":"Tiny",
-       "category":"Board",
+       "category":"Board/Projects & Services",
        "depends":[
                "project",
                "report_timesheet",
index e71f726..8f6cfda 100644 (file)
@@ -2,7 +2,7 @@
        "name":"Dashboard for sales",
        "version":"1.0",
        "author":"Tiny",
-       "category":"Sales dashboard",
+       "category":"Board/Sales & Purchase",
        "depends":["board","sale", "report_crm", "report_sale"],
        "demo_xml":["board_sale_demo.xml"],
        "update_xml":["board_sale_view.xml"],
index c19ef61..29a13da 100644 (file)
@@ -2,7 +2,7 @@
        "name" : "OScommerce Interface / ZenCart",
        "version" : "1.0",
        "author" : "Tiny / modified by Lucien Moerkamp",
-       "category" : "Interface OScommerce",
+       "category" : "Interfaces/CMS & eCommerce",
        "website" : "http://www.tinyerp.com",
        "depends" : ["product", "stock", "sale"],
        "description": """OSCommerce (Zencart) eCommerce interface synchronisation.
index 416fe8a..92806bf 100644 (file)
@@ -4,7 +4,7 @@
        "author" : "Tiny",
        "website" : "http://tinyerp.com",
        "depends" : ["account","hr_timesheet_invoice"],
-       "category" : "Generic Modules/Account",
+       "category" : "Generic Modules/Accounting",
        "description": "A module that adds new reports based on analytic accounts.",
        "init_xml" : [],
        "demo_xml" : [],
index d4ef3ad..039d921 100644 (file)
@@ -1,13 +1,8 @@
-#####################################################################
-#Created By    : Eiffel Consultancy Pvt. Ltd.
-#Created Date  : 14/02/2007
-#####################################################################
-
-
 {
        'name' : 'Report on tasks by user for projects',
        'version' :'1.0',
        'author' : 'Tiny',
+       "category": "Generic Modules/Projects & Services",
        'depends' : ['base','project'],
        'description': 'Gives statistics on tasks by user on projects to check the pipeline of users.',
        'init_xml' : [],
index e202431..f339d3c 100644 (file)
@@ -4,7 +4,7 @@
        "author" : "Tiny",
        "website" : "http://tinyerp.com",
        "depends" : ["hr_timesheet",'hr_timesheet_invoice'],
-       "category" : "Generic Modules/Human ressources",
+       "category" : "Generic Modules/Human Ressources",
        "init_xml" : [],
        "demo_xml" : [],
        "update_xml" : ["report_timesheet_view.xml"],