[DOC] update doc, removing click-odoo
This commit is contained in:
parent
c34715a393
commit
63c547f61a
|
|
@ -15,7 +15,7 @@ It works with Openupgrade OCA tools. (https://github.com/oca/openupgrade)
|
||||||
this tool is useful for complex migrations:
|
this tool is useful for complex migrations:
|
||||||
- migrate several versions
|
- migrate several versions
|
||||||
- take advantage of the migration to install / uninstall modules
|
- 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
|
- analyse workload
|
||||||
|
|
||||||
It will create a migration environment (with all the code available)
|
It will create a migration environment (with all the code available)
|
||||||
|
|
@ -113,7 +113,7 @@ modules.csv
|
||||||
before beginning the step.
|
before beginning the step.
|
||||||
- ``post-migration.py`` can contains extra python command to execute
|
- ``post-migration.py`` can contains extra python command to execute
|
||||||
after the execution of the step.
|
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.
|
via the ``env`` variable.
|
||||||
|
|
||||||
* ``src`` folder contains a folder per Odoo version. In each environment folder:
|
* ``src`` folder contains a folder per Odoo version. In each environment folder:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user