[IMP] account_followup: added dependency to account_accountant module (otherwise the menu to send followups is not visible)

bzr revid: qdp-launchpad@openerp.com-20110913070847-4kkp36wp5pyepq6h
This commit is contained in:
Quentin (OpenERP) 2011-09-13 09:08:47 +02:00
parent 1a9b02a407
commit 16a0c5514e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Note that if you want to check the followup level for a given partner/account en
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'images': ['images/follow_ups.jpeg','images/send_followups.jpeg'],
'depends': ['account'],
'depends': ['account_accountant'],
'init_xml': [],
'update_xml': [
'security/ir.model.access.csv',