Bump to version 0.6.0

This commit is contained in:
Rémy Taymans 2024-03-20 12:16:46 +01:00
parent 4796e769f7
commit c960cf4f70
12 changed files with 38 additions and 19 deletions

View File

@ -5,3 +5,40 @@ This file compiles releases and changes made in
``odoo-openupgrade-wizard``.
.. towncrier release notes start
odoo-openupgrade-wizard 0.6.0 (2024-03-20)
==========================================
Features
--------
- Add ``dropdb`` command to easily delete database and filestore of existing
Odoo databases in PostgreSQL container. (add-dropdb)
- With ``install-from-csv`` and the ``--with-demo / --without-demo``, you
can control if the created database will be populated with demo data or
not. (add-install-from-csv-demo)
- Add ``restoredb`` command to restore database and filestore in the
PostgreSQL container. (add-restoredb)
- Add ``--update-modules`` option to ``run`` command. (imp-run-update-modules)
- ``run`` and ``upgrade`` command are now harmonized with the option
``--with-demo / --without-demo``. By default demo data is always false.
(imp-run-upgrade)
Bugfixes
--------
- ``copydb`` now copy also the filestore of the database. (copydb-filestore)
- Fix warning message for ``estimate-workload`` command.
(fix-estimate-workload-warning-message)
- Fix getting url on apps.odoo.com that prevent from running
``estimate-workload`` command. (fix-getting-url)
- Fix crash when a addons-path directory does not contain modules.
Directory that does not contains odoo modules are now removed from
addons-path option of odoo. (fix-repo)
Misc
----
- ci-improvement

View File

@ -1,2 +0,0 @@
Add ``dropdb`` command to easily delete database and filestore of existing
Odoo databases in PostgreSQL container.

View File

@ -1,3 +0,0 @@
With ``install-from-csv`` and the ``--with-demo / --without-demo``, you
can control if the created database will be populated with demo data or
not.

View File

@ -1,2 +0,0 @@
Add ``restoredb`` command to restore database and filestore in the
PostgreSQL container.

View File

@ -1 +0,0 @@
Several CI improvement for testing and building application.

View File

@ -1 +0,0 @@
``copydb`` now copy also the filestore of the database.

View File

@ -1 +0,0 @@
Fix waring message for ``estimate-workload`` command.

View File

@ -1,2 +0,0 @@
Fix getting url on apps.odoo.com that prevent from running
``estimate-workload`` command.

View File

@ -1,3 +0,0 @@
Fix crash when a addons-path directory does not contain modules.
Directory that does not contains odoo modules are now removed from
addons-path option of odoo.

View File

@ -1 +0,0 @@
Add ``--update-modules`` option to ``run`` command.

View File

@ -1,2 +0,0 @@
``run`` and ``upgrade`` command are now harmonized with the option
``--with-demo / --without-demo``. By default demo data is always false.

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "odoo-openupgrade-wizard"
version = "0.5.0"
version = "0.6.0"
description = "CLI tool to manage Odoo Major Upgrades"
authors = [
"GRAP, Groupement Régional Alimentaire de Proximité",