[Fix] : Removed unused dependecy from hr_timesheet_sheet,project_timesheet,report_timesheet modules

bzr revid: vir@tinyerp.com-20100204060951-e2pauqeltidz9vng
This commit is contained in:
RCH(Open ERP) 2010-02-04 11:39:51 +05:30 committed by Vir (Open ERP)
parent 94bb6fd374
commit a1d8c313f8
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ The validation can be configured in te company:
""",
'author': 'Tiny',
'website': 'http://www.openerp.com',
'depends': ['hr_timesheet', 'hr_timesheet_invoice', 'process','hr_attendance'],
'depends': ['hr_timesheet', 'hr_timesheet_invoice', 'process'],
'init_xml': [],
'update_xml': [
'security/ir.model.access.csv',

View File

@ -31,7 +31,7 @@
""",
'author': 'Tiny',
'website': 'http://www.openerp.com',
'depends': ['base', 'project', 'hr_timesheet_sheet','hr_timesheet'],
'depends': ['base', 'project', 'hr_timesheet_sheet'],
'init_xml': [],
'update_xml': ["process/project_timesheet_process.xml"],
'demo_xml': [],

View File

@ -28,7 +28,7 @@
All Month, Timesheet By User, Timesheet Of Month, Timesheet By Account""",
'author': 'Tiny',
'website': 'http://www.openerp.com',
'depends': ['hr_timesheet', 'hr_timesheet_invoice','hr_attendance'],
'depends': ['hr_timesheet', 'hr_timesheet_invoice'],
'init_xml': [],
'update_xml': ['security/ir.model.access.csv', 'report_timesheet_view.xml'],
'demo_xml': [],