[ADD] news fragments for previous changes

This commit is contained in:
Rémy Taymans 2024-03-20 11:12:43 +01:00
parent abefad1607
commit 4796e769f7
10 changed files with 18 additions and 0 deletions

View File

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

View File

@ -0,0 +1,3 @@
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

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,3 @@
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

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

View File

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