diff --git a/README.md b/README.md index 6a49354..ddd0558 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Progress bar for Odoo waiting screen, possibility to cancel an ongoing operation and a sys tray menu for all operations in progress. -**web_progress** is compatible with Odoo 11.0, 12.0, 13.0, 14.0, 15.0 (CE and EE). +**web_progress** is compatible with Odoo 11.0, 12.0, 13.0, 14.0, 15.0, 16.0 (CE and EE). Author: Grzegorz Marczyński diff --git a/web_progress/README.rst b/web_progress/README.rst index 32cd108..64791fc 100644 --- a/web_progress/README.rst +++ b/web_progress/README.rst @@ -12,7 +12,7 @@ Progress bar for Odoo waiting screen, possibility to cancel an ongoing operation :align: center -**web_progress** exists for Odoo 11.0, 12.0, 13.0, 14.0, 15.0 (CE and EE). +**web_progress** exists for Odoo 11.0, 12.0, 13.0, 14.0, 15.0, 16.0 (CE and EE). Author: Grzegorz Marczyński @@ -83,6 +83,9 @@ Progress tracking may be added to sub-operations as well: Release Notes ------------- +2.0 - 2023-01-29 +- port to Odoo 16.0 + 2.0 - 2021-08-22 - new functionality and fixes: - add styles (standard, simple, nyan cat) diff --git a/web_progress/__manifest__.py b/web_progress/__manifest__.py index 21f8347..6575d42 100644 --- a/web_progress/__manifest__.py +++ b/web_progress/__manifest__.py @@ -14,7 +14,7 @@ 'category': 'Productivity', 'website': 'https://github.com/gmarczynski/odoo-web-progress', - 'version': '15.0.2.0', + 'version': '15.0.2.1', 'depends': ['web', 'bus', diff --git a/web_progress/static/description/index.html b/web_progress/static/description/index.html index 94d0c50..03e21de 100644 --- a/web_progress/static/description/index.html +++ b/web_progress/static/description/index.html @@ -18,7 +18,7 @@

Dynamic Progress Bar

-

web_progress exists for Odoo 11.0, 12.0, 13.0, 14.0, 15.0 (CE and EE).

+

web_progress exists for Odoo 11.0, 12.0, 13.0, 14.0, 15.0, 16.0 (CE and EE).

Author: Grzegorz Marczyński

License: LGPL-3.

Copyright © 2023 Grzegorz Marczyński

@@ -81,7 +81,12 @@

For developers

Release Notes

- 2.0 - 2023-01-03- new functionality and fixes: + 2.1 - 2023-01-29 - new Odoo version and fixes: + + 2.0 - 2023-01-03 - new functionality and fixes: