[MIG] base_import_match: Migration to 12.0

This commit is contained in:
ernesto
2019-02-08 09:26:42 -05:00
committed by Radovan Skolnik
parent 06689fc773
commit b45ed98831
21 changed files with 671 additions and 57 deletions

View File

@@ -0,0 +1,16 @@
To configure this module, you need to:
#. Go to *Settings > Technical > Database Structure > Import Match*.
#. *Create*.
#. Choose a *Model*.
#. Choose the *Fields* that conform a unique key in that model.
#. If the rule must be used only for certain imported values, check
*Conditional* and enter the **exact string** that is going to be imported
in *Imported value*.
#. Keep in mind that the match here is evaluated as a case sensitive
**text string** always. If you enter e.g. ``True``, it will match that
string, but will not match ``1`` or ``true``.
#. *Save*.
In that list view, you can sort rules by drag and drop.