MULTI_COMPANY_PROJECT,MULTI_COMPANY_HR_TIMESHEET_SHEET: new modules

bzr revid: mga@tinyerp.com-217e536931c598aecee85f859e9beaec437b2022
This commit is contained in:
Mantavya Gajjar 2007-03-28 15:03:13 +00:00
parent c08880036b
commit 3e2e9ae6d3
10 changed files with 28 additions and 4 deletions

View File

@ -1,2 +0,0 @@
import project
import hr

View File

@ -2,11 +2,11 @@
"name" : "Multi company base module",
"version" : "0.1",
"author" : "Tiny",
"depends" : ["project", "hr_timesheet_sheet"],
"depends" : ["base",],
"category" : "Generic Modules/Base",
"init_xml" : [],
"demo_xml" : ["multi_company_demo.xml",],
"update_xml" : ["project_view.xml","hr_view.xml"],
"update_xml" : [],
"active": False,
"installable": True
}

View File

@ -0,0 +1 @@
import multi_company_hr_timesheet_sheet

View File

@ -0,0 +1,12 @@
{
"name" : "Multi company Human Resources (Timesheet groups)",
"version" : "0.1",
"author" : "Tiny",
"category" : "Generic Modules/Human Resources",
"depends" : ["hr_timesheet_sheet","base", 'multi_company',],
"init_xml" : [],
"demo_xml" : [],
"update_xml" : ["multi_company_hr_timesheet_sheet_view.xml",],
"active": False,
"installable": True
}

View File

@ -0,0 +1 @@
import multi_company_project

View File

@ -0,0 +1,12 @@
{
"name" : "Multi company Project Management",
"version": "0.1",
"author" : "Tiny",
"category" : "Generic Modules/Projects & Services",
"depends" : ['project', 'base', 'multi_company',],
"init_xml" : [],
"demo_xml" : [],
"update_xml": ['multi_company_project_view.xml',],
"active": False,
"installable": True
}