# HG changeset patch # User Etienne Ferriere <etienne.ferriere@xcg-consulting.fr> # Date 1606483802 -3600 # Fri Nov 27 14:30:02 2020 +0100 # Branch 11.0 # Node ID fe03f225bdc435538891a834324c5eaeffb64e33 # Parent abe6fa2872620af27f2efd88102063b65223ec7f Updated the "read-me" file. diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -268,6 +268,7 @@ 'code_description': 'description', 'parent_column': 'analytic_code_id', 'required': True, + 'automatic': True, } @@ -326,6 +327,11 @@ ``required`` (``True``): Whether the new field should be marked as required. 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 -------------------------------------------