SERVER: improve categories and fix some language mistake

bzr revid: ced-af30d0176cdbf121c257c26257567b0094d95009
This commit is contained in:
ced 2007-06-22 10:18:03 +00:00
parent 6b2d75997e
commit 285b1a6001
9 changed files with 9 additions and 14 deletions

View 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"],

View 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"],

View File

@ -2,7 +2,7 @@
"name":"Board for accountant",
"version":"1.0",
"author":"Tiny",
"category":"Board",
"category":"Board/Accounting",
"depends":[
"account",
"hr_timesheet_invoice",

View 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",

View 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"],

View 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.

View 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" : [],

View 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' : [],

View 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"],