[MERGE] Forward port 12.0 into 13.0

This commit is contained in:
Martin Trigaux
2020-10-27 14:46:08 +01:00
6 changed files with 17 additions and 4 deletions
+2 -2
View File
@@ -179,7 +179,7 @@ From an Odoo.sh editor terminal:
The above command is explained in the section
:ref:`Commit & Push your changes
<odoosh-gettingstarted-online-editor>` of the
<odoosh-gettingstarted-online-editor-push>` of the
:ref:`Online Editor <odoosh-gettingstarted-online-editor>`
chapter.
It includes the explanation regarding the fact you will be prompted to type your username and password,
@@ -444,7 +444,7 @@ Add
unidecode
Then use the library in your module, for instance to remove any special characters in the name field of your
Then use the library in your module, for instance to remove accents from characters in the name field of your
model.
Open the file *models/models.py*.