bugfix added dependency in account_analytic_analysis

bzr revid: nch@tinyerp.com-20081120123403-flq9w11cvx9kvwwk
This commit is contained in:
Naresh Choksy 2008-11-20 18:04:03 +05:30
parent 0daf8346e7
commit 0685ac6ef1
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
# $Id$
#
@ -29,7 +29,7 @@ Add menu to show relevant information for each manager.""",
"category" : "Generic Modules/Accounting",
"module": "",
"website": "http://www.camptocamp.com/",
"depends" : ["account","hr_timesheet","hr_timesheet_invoice"],
"depends" : ["account","hr_timesheet","hr_timesheet_invoice","project"],
"init_xml" : [],
"update_xml" : [
"security/ir.model.access.csv",