Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Accounting Reports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo modules
Accounting Reports
Merge requests
!4
Journal item's menu item is unavailable
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Journal item's menu item is unavailable
topic/13.0/menu-item
into
branch/13.0
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
damien.habets
requested to merge
topic/13.0/menu-item
into
branch/13.0
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
branch/13.0
branch/13.0 (base)
and
latest version
latest version
18399b20
1 commit,
3 years ago
1 file
+
5
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
menu.xml
+
5
−
4
Options
@@ -13,9 +13,10 @@
<menuitem
id=
"accounting_reports_menu"
name=
"Accounting Reports"
parent=
"legal_reports_menu"
/>
<!-- Make the older menu only available to the administrator -->
<!-- <record id="account.menu_finance_legal_statement" model="ir.ui.menu">-->
<!-- <field name="groups_id" eval="[(6, 0, [ref('base.group_no_one')])]" />-->
<!-- </record>-->
<!-- Make the older menu only available to the portal (no one)
deprecated by account consultation-->
<record
id=
"account.menu_action_account_moves_all"
model=
"ir.ui.menu"
>
<field
name=
"groups_id"
eval=
"[(6, 0, [ref('base.group_portal')])]"
/>
</record>
</data>
</odoo>
Loading