From 15ec0207b1fcaf3e2cef95527c46216ebe95e12d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Baranx=20=28bar=29?= Date: Fri, 22 Jan 2021 11:23:11 +0100 Subject: [PATCH] [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. --- db_management/db_upgrade.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/db_management/db_upgrade.rst b/db_management/db_upgrade.rst index c7a786039..6e9e9e80e 100644 --- a/db_management/db_upgrade.rst +++ b/db_management/db_upgrade.rst @@ -131,8 +131,7 @@ There are two possibilities: #. Via the interface of our `website form `_ #. | 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 -t 14.0 -c `` + | ``python <(curl -s beta.upgrade.odoo.com/upgrade) test -d -t 14.0`` What does it do? ~~~~~~~~~~~~~~~~