diff --git a/README.md b/README.md index 5ad85575cc2a..c06f16651357 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ addon | version | maintainers | summary [web_no_bubble](web_no_bubble/) | 14.0.1.1.0 | | Remove the bubbles from the web interface [web_notify](web_notify/) | 14.0.1.1.0 | | Send notification messages to user [web_notify_channel_message](web_notify_channel_message/) | 14.0.1.0.0 | | Send an instant notification to channel users when a new message is posted +[web_notify_upgrade](web_notify_upgrade/) | 14.0.1.0.1 | | Notify active users when a module is installed or updated [web_pivot_hide_total](web_pivot_hide_total/) | 14.0.1.0.1 | | This addon adds a new inherited version of pivot view. It intends to hide the last total column when required. [web_pwa_oca](web_pwa_oca/) | 14.0.1.1.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Make Odoo a PWA [web_refresher](web_refresher/) | 14.0.2.0.0 | | Web Refresher diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 52a82f173559..6f5058c5e437 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20240518.0 \ No newline at end of file +14.0.20240704.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index d600127072cd..11c5fcd99a26 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -39,6 +39,7 @@ 'odoo14-addon-web_no_bubble', 'odoo14-addon-web_notify', 'odoo14-addon-web_notify_channel_message', + 'odoo14-addon-web_notify_upgrade', 'odoo14-addon-web_pivot_hide_total', 'odoo14-addon-web_pwa_oca', 'odoo14-addon-web_refresher', diff --git a/web_notify_upgrade/README.rst b/web_notify_upgrade/README.rst index f71b7b8e8840..b03fd17ecfb8 100644 --- a/web_notify_upgrade/README.rst +++ b/web_notify_upgrade/README.rst @@ -7,7 +7,7 @@ Web Notify Upgrade !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:43d4c2b1f0259f640d095bcf8eb7e5afe9cba9ab249dad54c96068d2624bdec8 + !! source digest: sha256:73f36f681a3bdab0c199d3f256b69f03aba5a56d03e9a35545d14d1992c865bd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/web_notify_upgrade/__manifest__.py b/web_notify_upgrade/__manifest__.py index 2bfd025f2992..2c4a2396c84f 100644 --- a/web_notify_upgrade/__manifest__.py +++ b/web_notify_upgrade/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Web Notify Upgrade", "summary": "Notify active users when a module is installed or updated", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "license": "AGPL-3", "depends": ["web_notify"], "author": "Akretion, Odoo Community Association (OCA)", diff --git a/web_notify_upgrade/static/description/icon.png b/web_notify_upgrade/static/description/icon.png new file mode 100644 index 000000000000..3a0328b516c4 Binary files /dev/null and b/web_notify_upgrade/static/description/icon.png differ diff --git a/web_notify_upgrade/static/description/index.html b/web_notify_upgrade/static/description/index.html index aab5720bffe5..0c307119ca94 100644 --- a/web_notify_upgrade/static/description/index.html +++ b/web_notify_upgrade/static/description/index.html @@ -366,7 +366,7 @@
This module uses web_notify send a notification to every active users whenever a module has been installed or upgraded.