From 399e2431d5613f1f51eba619b30f495bbaca66de Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Fri, 3 Feb 2012 14:20:24 +0100 Subject: [PATCH] [FIX] currency_rate_update - missing dependency on account (lp:c2c-addons/6.1 rev 1.1.96) --- 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 8b8452de5..0d26136b3 100755 --- a/currency_rate_update/__openerp__.py +++ b/currency_rate_update/__openerp__.py @@ -76,7 +76,8 @@ found in database. Contributor: Grzegorz Grzelak """, - "depends" : ["base"], + "depends" : ["base", + "account"], "init_xml" : ["security/security.xml"], "update_xml" : [ "currency_rate_update.xml",