[FIX] currency_rate_update - missing dependency on account

(lp:c2c-addons/6.1  rev 17)
This commit is contained in:
Yannick Vaucher
2012-02-03 14:08:59 +01:00
parent 6b377d989c
commit a0108c04c0

View File

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