diff --git a/currency_rate_update/__openerp__.py b/currency_rate_update/__openerp__.py index c3e4d73ca..8f91575d7 100755 --- a/currency_rate_update/__openerp__.py +++ b/currency_rate_update/__openerp__.py @@ -74,7 +74,8 @@ A function field let you know your currency configuration. If in multi-company mode, the base currency will be the first company's currency found in database. """, - "depends" : ["base"], + "depends" : ["base", + "account"], #Added to ensure account security groups are present "init_xml" : ["security/security.xml"], "update_xml" : [ "currency_rate_update.xml",