Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Accounting Periods
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
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 Periods
Merge requests
!42
Give the rights to create, edit and delete accounting fiscal years and periods
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Give the rights to create, edit and delete accounting fiscal years and periods
topic/13.0/TG-1017
into
branch/13.0
Overview
0
Commits
1
Pipelines
3
Changes
6
Closed
Etienne Ferriere
requested to merge
topic/13.0/TG-1017
into
branch/13.0
1 year ago
Overview
0
Commits
1
Pipelines
3
Changes
2
Expand
to a new and specific group.
--HG-- branch : 13.0
0
0
Merge request reports
Compare
version 1
version 2
7ecfe1f9
1 year ago
version 1
420b6a7f
1 year ago
branch/13.0 (base)
and
version 2
latest version
a00159a3
1 commit,
1 year ago
version 2
7ecfe1f9
1 commit,
1 year ago
version 1
420b6a7f
1 commit,
1 year ago
Show latest version
2 files
+
51
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
security/groups.xml
+
8
−
5
Options
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<!-- Security group to create, edit and delete accounting fiscal years and
periods. -->
<record
id=
"group_account_period"
model=
"res.groups"
>
<field
name=
"name"
>
Accounting Fiscal Years
&
Periods
</field>
@@ -4,8 +3,13 @@
<!-- Security group to create, edit and delete accounting fiscal years and
periods. -->
<record
id=
"group_account_period"
model=
"res.groups"
>
<field
name=
"name"
>
Accounting Fiscal Years
&
Periods
</field>
<field
name=
"comment"
>
Create, edit and delete accounting fiscal years and periods.
</field>
<field
name=
"category_id"
ref=
"base.module_category_hidden"
/>
<field
name=
"users"
eval=
"[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"
/>
<field
name=
"comment"
>
Create, edit and delete accounting fiscal years and periods.
</field>
<field
name=
"category_id"
ref=
"base.module_category_hidden"
/>
<field
name=
"users"
eval=
"[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"
/>
</record>
@@ -11,3 +15,2 @@
</record>
</odoo>
Loading