odoo-openupgrade-wizard/odoo_openupgrade_wizard/cli
Rémy Taymans 42bf4f4379 Merge branch 'add-option-skip-update-all' into 'main'
[IMP] oow upgrade. Add skip_update as an option in config.yml.

See merge request odoo-openupgrade-wizard/odoo-openupgrade-wizard!111
2025-02-11 13:41:47 +00:00
..
cli_copydb.py [ADD][WIP] copydb (pseudo click-odoo function 2022-10-11 12:26:41 +02:00
cli_docker_build.py [REF] apply f-string to improve readability 2024-03-23 20:53:57 +01:00
cli_dropdb.py [ADD] dropdb 2024-02-22 08:53:45 +01:00
cli_dumpdb.py [FIX] Make sure that source exist before droping dest 2024-10-03 10:45:58 +00:00
cli_estimate_workload.py [IMP] estimate_workload: add time configuration 2023-01-27 17:30:50 +01:00
cli_execute_script_python.py [REF] create tools & cli folders 2022-06-27 01:57:31 +02:00
cli_execute_script_sql.py [REF] create tools & cli folders 2022-06-27 01:57:31 +02:00
cli_generate_module_analysis.py cli: always require --database argument for commands that needs it 2024-10-03 19:11:16 +02:00
cli_get_code.py [ADD] repos url git log! 2022-07-12 00:55:36 +02:00
cli_guess_requirement.py fixup! [ADD] guess requirements feature 2024-11-05 01:00:52 +01:00
cli_init.py fixup! [ADD] guess requirements feature 2024-11-05 01:00:52 +01:00
cli_install_from_csv.py cli: always require --database argument for commands that needs it 2024-10-03 19:11:16 +02:00
cli_options.py cli: always require --database argument for commands that needs it 2024-10-03 19:11:16 +02:00
cli_psql.py cli: always require --database argument for commands that needs it 2024-10-03 19:11:16 +02:00
cli_pull_submodule.py [FIX] pull submodule : use str instead of Posix path 2022-11-10 20:23:58 +01:00
cli_restoredb.py [IMP] Use builtins "exists" click feature to check if provided files 2025-02-01 13:59:11 +00:00
cli_run.py cli: always require --database argument for commands that needs it 2024-10-03 19:11:16 +02:00
cli_upgrade.py fixup! [IMP] oow upgrade. Add skip_update as an option in config.yml. (migration_step option). If enabled, in this step, the update all will be skipped, and only pre-migration (SQL) and post-migration (python script) will be executed. This is interesting: - for the first step, if your production is up-to-date, to save time. - for the last step, in recent version (since V14), where openupgrade doesn't contain odoo code. In that case, you should be sure that all your migration is OK, because in openupgrade context, some errors are just ignored. Use this option with caution. 2025-02-11 10:45:25 +01:00
cli.py [ADD] guess requirements feature 2024-11-04 20:42:07 +01:00