# HG changeset patch
# User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr>
# Date 1650532833 -7200
#      Thu Apr 21 11:20:33 2022 +0200
# Node ID 50f0f08da995bf16dcbda7666ce06d864fbbc5a1
# Parent  002f066e53252445f5645ee3ca6a57d357b9d797
📚 Add information on how to upgrade

Also fix some reST

diff --git a/NEWS.rst b/NEWS.rst
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -5,7 +5,7 @@
 16.2.0
 ------
 
-Change back option in `do_tests` to keep the same comportment as in version <16.0.0. Override of module_list from configuration file is a new option.
+Change back option in ``do_tests`` to keep the same comportment as in version <16.0.0. Override of module_list from configuration file is a new option.
 
 16.1.0
 ------
diff --git a/README.rst b/README.rst
--- a/README.rst
+++ b/README.rst
@@ -12,6 +12,8 @@
 Some scripts are in other sections, because they need some specialized library, in that case you need to indicate the name of section as in ``python3 -m pip install "hg+https://orus.io/xcg/odoo_scripts#egg=odoo_scripts[docker]"``.
 The prerequisites for this module or one of its section can be installed by using pip3 or the package manager; the requirements are defined in ``setup.py``.
 
+To upgrade Odoo scripts, just add ``--upgrade`` to the end of the command.
+
 It can also be cloned it before running ``python3 -m pip install .`` in the clone directory.
 
 .. important:: As there is no way of indicating sections (worse, it is handling them incorrectly), do not use ``python3 setup.py install``.