Merge branch 'bump-version-1.2.0' into 'main'

[VER] Bump to version 1.2.0

See merge request odoo-openupgrade-wizard/odoo-openupgrade-wizard!113
This commit is contained in:
LE GAL SYLVAIN 2025-04-12 13:40:03 +00:00
commit 59ea5bce29
7 changed files with 24 additions and 9 deletions

View File

@ -6,6 +6,29 @@ This file compiles releases and changes made in
.. towncrier release notes start .. towncrier release notes start
odoo-openupgrade-wizard 1.2.0 (2025-04-12)
==========================================
Features
--------
- Add an option ``update`` in the configuration file at migration_step level.
If disabled, the update=all step will be skipped during this step.
That can be interesting to save time, during the first and the last steps of the migration
process (when ``execution_context='regular'``).
- Improve workload analysis file with button to hide done module.
Bugfixes
--------
- Handles the case where the filestore data provided in the source is in a "filestore" subfolder.
Misc
----
- restoredb: Use builtins click feature to check if provided paths exist
- Refactoring of the function tools.tools_odoo.generate_odoo_command.
odoo-openupgrade-wizard 1.1.0 (2024-11-07) odoo-openupgrade-wizard 1.1.0 (2024-11-07)
========================================== ==========================================

View File

@ -1 +0,0 @@
Handles the case where the filestore data provided in the source is in a "filestore" subfolder

View File

@ -1,4 +0,0 @@
Add an option ``update`` in the configuration file at migration_step level.
If disabled, the update=all step will be skipped during this step.
That can be interesting to save time, during the first and the last steps of the migration
process (when ``execution_context='regular').

View File

@ -1 +0,0 @@
restoredb: Use builtins click feature to check if provided paths exist

View File

@ -1 +0,0 @@
Improve workload analysis file with button to hide done module.

View File

@ -1 +0,0 @@
Refactoring of the function tools.tools_odoo.generate_odoo_command.

View File

@ -1,6 +1,6 @@
[project] [project]
name = "odoo-openupgrade-wizard" name = "odoo-openupgrade-wizard"
version = "1.1.0" version = "1.2.0"
description = "CLI tool to manage Odoo Major Upgrades" description = "CLI tool to manage Odoo Major Upgrades"
authors = [ authors = [
{name = "Sylvain LE GAL", email = "sylvain.legal@grap.coop"}, {name = "Sylvain LE GAL", email = "sylvain.legal@grap.coop"},