[CHG] changes for 1.0.0
This commit is contained in:
parent
00f31a2d22
commit
6c0ff13399
19
CHANGES.rst
19
CHANGES.rst
|
|
@ -6,6 +6,25 @@ This file compiles releases and changes made in
|
||||||
|
|
||||||
.. towncrier release notes start
|
.. towncrier release notes start
|
||||||
|
|
||||||
|
odoo-openupgrade-wizard 1.0.0 (2024-09-30)
|
||||||
|
==========================================
|
||||||
|
|
||||||
|
Features
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Add option ``p`` (SQL format) allowing use from ``--database-format`` CLI.
|
||||||
|
This allows you to restore database in SQL format (used by odoo full backup)
|
||||||
|
(add-sql-option-for-database-format-cli)
|
||||||
|
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Allow to run multiple `post-*.py` script for each steps.
|
||||||
|
(allow-run-multiple-post-scripts)
|
||||||
|
- Fix metadata of the python package on PyPI. (fix-package-metadata)
|
||||||
|
|
||||||
|
|
||||||
odoo-openupgrade-wizard 0.7.0 (2024-05-02)
|
odoo-openupgrade-wizard 0.7.0 (2024-05-02)
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Add option ``p`` (SQL format) allowing use from ``--database-format`` CLI. This allows you to restore database in SQL format (used by odoo full backup)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Allow to run multiple `post-*.py` script for each steps.
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Fix metadata of the python package on PyPI.
|
|
||||||
Loading…
Reference in New Issue
Block a user