Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Analytic Structure
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
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
Analytic Structure
Merge requests
!33
Fix analytic code creation when using inheritance by filtering the creation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix analytic code creation when using inheritance by filtering the creation
topic/16.0/TG-211-Ositoit
into
branch/16.0
Overview
0
Commits
1
Pipelines
2
Changes
3
Merged
Etienne Ferriere
requested to merge
topic/16.0/TG-211-Ositoit
into
branch/16.0
10 months ago
Overview
0
Commits
1
Pipelines
2
Changes
3
Expand
values from useless data.
--HG-- branch : 16.0
0
0
Merge request reports
Compare
branch/16.0
version 1
7a299b03
10 months ago
branch/16.0 (base)
and
latest version
latest version
243dd6d9
1 commit,
10 months ago
version 1
7a299b03
1 commit,
10 months ago
3 files
+
12
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
MetaAnalytic.py
+
5
−
0
Options
@@ -537,6 +537,11 @@ class MetaAnalytic(models.MetaModel):
for
field
,
field_data
in
new_record
.
fields_get
().
items
()
if
field
in
(
list
(
vals
.
keys
())
+
[
code_name
,
code_description
])
and
field
in
[
code_field
.
name
for
code_field
in
self
.
env
[
"
analytic.code
"
].
_fields
]
},
code_vals
,
)
Loading