Bump to version 0.6.0
This commit is contained in:
parent
4796e769f7
commit
c960cf4f70
37
CHANGES.rst
37
CHANGES.rst
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
Add ``dropdb`` command to easily delete database and filestore of existing
|
||||
Odoo databases in PostgreSQL container.
|
||||
|
|
@ -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.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
Add ``restoredb`` command to restore database and filestore in the
|
||||
PostgreSQL container.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Several CI improvement for testing and building application.
|
||||
|
|
@ -1 +0,0 @@
|
|||
``copydb`` now copy also the filestore of the database.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix waring message for ``estimate-workload`` command.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
Fix getting url on apps.odoo.com that prevent from running
|
||||
``estimate-workload`` command.
|
||||
|
|
@ -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.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add ``--update-modules`` option to ``run`` command.
|
||||
|
|
@ -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.
|
||||
|
|
@ -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é",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user