mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] currency_rate_update - missing dependency on account
(lp:c2c-addons/6.1 rev 17)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user