Skip to content
Snippets Groups Projects
Commit 18399b20 authored by damien.habets's avatar damien.habets
Browse files

Journal item's menu item is unavailable

parent 4382db1a
No related branches found
No related tags found
1 merge request!4Journal item's menu item is unavailable
Pipeline #16014 passed
...@@ -13,9 +13,10 @@ ...@@ -13,9 +13,10 @@
<menuitem id="accounting_reports_menu" name="Accounting Reports" <menuitem id="accounting_reports_menu" name="Accounting Reports"
parent="legal_reports_menu" /> parent="legal_reports_menu" />
<!-- Make the older menu only available to the administrator --> <!-- Make the older menu only available to the portal (no one)
<!-- <record id="account.menu_finance_legal_statement" model="ir.ui.menu">--> deprecated by account consultation-->
<!-- <field name="groups_id" eval="[(6, 0, [ref('base.group_no_one')])]" />--> <record id="account.menu_action_account_moves_all" model="ir.ui.menu">
<!-- </record>--> <field name="groups_id" eval="[(6, 0, [ref('base.group_portal')])]" />
</record>
</data> </data>
</odoo> </odoo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment