From a0108c04c0a031ddf639e4c680e888ff59ec202f Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Fri, 3 Feb 2012 14:08:59 +0100 Subject: [PATCH] [FIX] currency_rate_update - missing dependency on account (lp:c2c-addons/6.1 rev 17) --- currency_rate_update/__openerp__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",