[FIX] upgrade: remove the contract parameter

documentation update as we have removed the `-c` option from
the upgrade script to provide the subscription code. Now
it is directly read from the database.
This commit is contained in:
Rémy Baranx (bar) 2021-01-22 11:23:11 +01:00 committed by Jonathan
parent 761a75d40b
commit 15ec0207b1

View File

@ -131,8 +131,7 @@ There are two possibilities:
#. Via the interface of our `website form <https://upgrade.odoo.com>`_
#. | For technically-advanced users and partners, via the following command line (to be used on the
machine where your database is hosted):
| ``python <(curl -s beta.upgrade.odoo.com/upgrade) test -d <your db name> -t 14.0 -c <your
subscription code>``
| ``python <(curl -s beta.upgrade.odoo.com/upgrade) test -d <your db name> -t 14.0``
What does it do?
~~~~~~~~~~~~~~~~