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

Updated the "read-me" file.

parent abe6fa287262
No related branches found
No related tags found
No related merge requests found
...@@ -268,6 +268,7 @@ ...@@ -268,6 +268,7 @@
'code_description': 'description', 'code_description': 'description',
'parent_column': 'analytic_code_id', 'parent_column': 'analytic_code_id',
'required': True, 'required': True,
'automatic': True,
} }
...@@ -326,6 +327,11 @@ ...@@ -326,6 +327,11 @@
``required`` (``True``): Whether the new field should be marked as required. ``required`` (``True``): Whether the new field should be marked as required.
Set to ``False`` when you expect data without bound analytics. Set to ``False`` when you expect data without bound analytics.
``automatic`` (``False``): Whether the automatic creation of a bound analytic code to
each record must be deactivated on record creation or modification.
Set to ``True``, which is the default value, if analytic code creation and update must
work as defined by default on create or write operation.
Active / View type / Disabled in my company Active / View type / Disabled in my company
------------------------------------------- -------------------------------------------
......
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