mirror of
https://github.com/bringout/odoomates.git
synced 2026-04-18 05:52:08 +02:00
fix: add groups to Accounting menu so standard accounting groups activate it
The menuitem override was missing the groups attribute, causing the
Accounting menu to not be visible for users with only standard
accounting groups (group_account_readonly, group_account_invoice,
group_account_manager).
🤖 assisted by claude
This commit is contained in:
parent
e695a6847c
commit
6b3ae65b51
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<odoo>
|
<odoo>
|
||||||
|
|
||||||
<menuitem id="account.menu_finance" name="Accounting"/>
|
<menuitem id="account.menu_finance" name="Accounting"
|
||||||
|
groups="account.group_account_readonly,account.group_account_invoice,account.group_account_manager"/>
|
||||||
|
|
||||||
<menuitem id="menu_account_templates"
|
<menuitem id="menu_account_templates"
|
||||||
sequence="100"
|
sequence="100"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue