[FIX] currency_rate_update - missing dependency on account

(lp:c2c-addons/6.1  rev 1.1.96)
This commit is contained in:
Yannick Vaucher
2012-02-03 14:20:24 +01:00
parent 0e25bb3d5f
commit 399e2431d5

View File

@@ -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",