Skip to content

Commit

Permalink
[IMP] set False in groups_id of bank and cash menu
Browse files Browse the repository at this point in the history
  • Loading branch information
maq-adhoc committed Dec 18, 2023
1 parent 2b823ab commit 8c29e9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion account_cashbox/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'views/account_cashbox.xml',
'views/res_users_views.xml',
'views/account_payment.xml',
# 'views/templates.xml',
'views/menuitem.xml',
'wizards/account_cashbox_payment_import.xml',
],
"installable": True,
Expand Down
5 changes: 5 additions & 0 deletions account_cashbox/views/menuitem.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<odoo>
<record id="account_payment_group.menu_finance_bank_and_cash" model="ir.ui.menu">
<field name="groups_id" eval="False"/>
</record>
</odoo>

0 comments on commit 8c29e9b

Please sign in to comment.