Skip to content
Snippets Groups Projects
Commit 6accdcad26cf authored by Etienne Ferriere's avatar Etienne Ferriere
Browse files

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
...@@ -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
......
...@@ -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
------------------------------------------- -------------------------------------------
......
...@@ -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',
......
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