From 63c547f61a8e64aa8681a75934ca639d5c76f764 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Wed, 29 Jun 2022 16:53:10 +0200 Subject: [PATCH] [DOC] update doc, removing click-odoo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7af2b23..b66ecb6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ It works with Openupgrade OCA tools. (https://github.com/oca/openupgrade) this tool is useful for complex migrations: - migrate several versions - take advantage of the migration to install / uninstall modules -- execute sql requests or click-odoo scripts between each migration +- execute sql requests or odoo shell scripts between each migration - analyse workload It will create a migration environment (with all the code available) @@ -113,7 +113,7 @@ modules.csv before beginning the step. - ``post-migration.py`` can contains extra python command to execute after the execution of the step. - Script will be executed with ``click-odoo`` command. All the ORM is available + Script will be executed with ``odoo shell`` command. All the ORM is available via the ``env`` variable. * ``src`` folder contains a folder per Odoo version. In each environment folder: