diff --git a/newsfragments/add-dropdb.feature b/newsfragments/add-dropdb.feature new file mode 100644 index 0000000..867e484 --- /dev/null +++ b/newsfragments/add-dropdb.feature @@ -0,0 +1,2 @@ +Add ``dropdb`` command to easily delete database and filestore of existing +Odoo databases in PostgreSQL container. diff --git a/newsfragments/add-install-from-csv-demo.feature b/newsfragments/add-install-from-csv-demo.feature new file mode 100644 index 0000000..0f5f1d6 --- /dev/null +++ b/newsfragments/add-install-from-csv-demo.feature @@ -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. diff --git a/newsfragments/add-restoredb.feature b/newsfragments/add-restoredb.feature new file mode 100644 index 0000000..492e30d --- /dev/null +++ b/newsfragments/add-restoredb.feature @@ -0,0 +1,2 @@ +Add ``restoredb`` command to restore database and filestore in the +PostgreSQL container. diff --git a/newsfragments/ci-improvement.misc b/newsfragments/ci-improvement.misc new file mode 100644 index 0000000..0a29f4c --- /dev/null +++ b/newsfragments/ci-improvement.misc @@ -0,0 +1 @@ +Several CI improvement for testing and building application. diff --git a/newsfragments/copydb-filestore.bugfix b/newsfragments/copydb-filestore.bugfix new file mode 100644 index 0000000..d4fa883 --- /dev/null +++ b/newsfragments/copydb-filestore.bugfix @@ -0,0 +1 @@ +``copydb`` now copy also the filestore of the database. diff --git a/newsfragments/fix-estimate-workload-warning-message.bugfix b/newsfragments/fix-estimate-workload-warning-message.bugfix new file mode 100644 index 0000000..309c0da --- /dev/null +++ b/newsfragments/fix-estimate-workload-warning-message.bugfix @@ -0,0 +1 @@ +Fix waring message for ``estimate-workload`` command. diff --git a/newsfragments/fix-getting-url.bugfix b/newsfragments/fix-getting-url.bugfix new file mode 100644 index 0000000..b299754 --- /dev/null +++ b/newsfragments/fix-getting-url.bugfix @@ -0,0 +1,2 @@ +Fix getting url on apps.odoo.com that prevent from running +``estimate-workload`` command. diff --git a/newsfragments/fix-repo.bugfix b/newsfragments/fix-repo.bugfix new file mode 100644 index 0000000..8a51299 --- /dev/null +++ b/newsfragments/fix-repo.bugfix @@ -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. diff --git a/newsfragments/imp-run-update-modules.feature b/newsfragments/imp-run-update-modules.feature new file mode 100644 index 0000000..a302aa7 --- /dev/null +++ b/newsfragments/imp-run-update-modules.feature @@ -0,0 +1 @@ +Add ``--update-modules`` option to ``run`` command. diff --git a/newsfragments/imp-run-upgrade.feature b/newsfragments/imp-run-upgrade.feature new file mode 100644 index 0000000..cefabe5 --- /dev/null +++ b/newsfragments/imp-run-upgrade.feature @@ -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.