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
Commits
6accdcad26cf
Commit
6accdcad26cf
authored
6 years ago
by
Etienne Ferriere
Browse files
Options
Downloads
Patches
Plain Diff
Updated the manifest and the 'read-me' files.
Updated the change log.
parent
1619efd8b4fd
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS.rst
+11
-0
11 additions, 0 deletions
NEWS.rst
README.rst
+10
-0
10 additions, 0 deletions
README.rst
__manifest__.py
+1
-1
1 addition, 1 deletion
__manifest__.py
with
22 additions
and
1 deletion
NEWS.rst
+
11
−
0
View file @
6accdcad
...
@@ -2,6 +2,17 @@
...
@@ -2,6 +2,17 @@
Changes
Changes
=======
=======
.. _10.0.1.0.0:
10.0.1.0.0
----------
Port to Odoo 10.
Added three options to bind an analytic dimension to a model:
- code_name
- code_description
- parent_column
.. _2.2:
.. _2.2:
2.2
2.2
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
10
−
0
View file @
6accdcad
...
@@ -262,6 +262,9 @@
...
@@ -262,6 +262,9 @@
'rel_active': (u"Active", 'active_code'),
'rel_active': (u"Active", 'active_code'),
'use_inherits': False,
'use_inherits': False,
'use_code_name_methods': False,
'use_code_name_methods': False,
'code_name': 'name',
'code_description': 'description',
'parent_column': 'analytic_code_id',
}
}
...
@@ -308,4 +311,6 @@
...
@@ -308,4 +311,6 @@
This allows the analytic code's description to be displayed (and searched)
This allows the analytic code's description to be displayed (and searched)
along with the entry's name in many2one fields targeting the model.
along with the entry's name in many2one fields targeting the model.
``code_name`` (``name``): Name of the record field, which will define the name of the
created analytic code. The default value is 'name'.
...
@@ -311,4 +316,9 @@
...
@@ -311,4 +316,9 @@
``code_description`` (``description``): Name of the record field, which will define the
description of the created analytic code. The default value is 'description'.
``parent_column`` (column): Name of the parent record (sync_parent) field, which contains
the parent code of the analytic code to create. The default value is given by ``column``.
Active / View type / Disabled in my company
Active / View type / Disabled in my company
-------------------------------------------
-------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
__manifest__.py
+
1
−
1
View file @
6accdcad
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
{
{
"
name
"
:
"
Analytic Structure
"
,
"
name
"
:
"
Analytic Structure
"
,
"
version
"
:
"
2.2
"
,
"
version
"
:
"
10.0.1.0.0
"
,
"
author
"
:
"
XCG Consulting
"
,
"
author
"
:
"
XCG Consulting
"
,
"
category
"
:
'
Dependency
'
,
"
category
"
:
'
Dependency
'
,
'
website
'
:
'
http://odoo.consulting
'
,
'
website
'
:
'
http://odoo.consulting
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment