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:
commit
2e2799c612
23
CHANGES.rst
23
CHANGES.rst
|
|
@ -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)
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Handles the case where the filestore data provided in the source is in a "filestore" subfolder
|
|
||||||
|
|
@ -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').
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
restoredb: Use builtins click feature to check if provided paths exist
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Improve workload analysis file with button to hide done module.
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Refactoring of the function tools.tools_odoo.generate_odoo_command.
|
|
||||||
|
|
@ -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"},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user