[FIX] account_financial_report: add group access to report actions (#579)
parent
45853515d6
commit
24d873c9e8
|
@ -95,6 +95,7 @@
|
||||||
'default_receivable_accounts_only':1,
|
'default_receivable_accounts_only':1,
|
||||||
'default_payable_accounts_only':1,
|
'default_payable_accounts_only':1,
|
||||||
}"
|
}"
|
||||||
|
groups="account.group_account_manager"
|
||||||
key2="client_action_multi"
|
key2="client_action_multi"
|
||||||
target="new" />
|
target="new" />
|
||||||
|
|
||||||
|
|
|
@ -68,6 +68,7 @@
|
||||||
'default_receivable_accounts_only':1,
|
'default_receivable_accounts_only':1,
|
||||||
'default_payable_accounts_only':1,
|
'default_payable_accounts_only':1,
|
||||||
}"
|
}"
|
||||||
|
groups="account.group_account_manager"
|
||||||
key2="client_action_multi"
|
key2="client_action_multi"
|
||||||
target="new" />
|
target="new" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue