[FIX] project_timesheet: supply_method is implemented in the module

'procurement' but this one is not in the dependencies of project_timesheet.

bzr revid: stw@openerp.com-20140113162901-0ykp7nlrxdiydmv5
This commit is contained in:
Stephane Wirtel 2014-01-13 17:29:01 +01:00
parent e091efecb8
commit bfe20de386
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ with the effect of creating, editing and deleting either ways.
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'images': ['images/invoice_task_work.jpeg', 'images/my_timesheet.jpeg', 'images/working_hour.jpeg'],
'depends': ['resource', 'project', 'hr_timesheet_sheet', 'hr_timesheet_invoice', 'account_analytic_analysis'],
'depends': ['resource', 'project', 'hr_timesheet_sheet', 'hr_timesheet_invoice', 'account_analytic_analysis', 'procurement'],
'data': [
'security/ir.model.access.csv',
'security/project_timesheet_security.xml',