diff --git a/README.md b/README.md index 2aa5f9b28..000cc5231 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ addon | version | maintainers | summary [web_environment_ribbon](web_environment_ribbon/) | 18.0.1.0.3 | | Web Environment Ribbon [web_favicon](web_favicon/) | 18.0.1.0.0 | | Allows to set a custom shortcut icon (aka favicon) [web_group_expand](web_group_expand/) | 18.0.1.0.0 | | Group Expand Buttons +[web_ir_actions_act_multi](web_ir_actions_act_multi/) | 18.0.1.0.0 | | Enables triggering of more than one action on ActionManager [web_no_bubble](web_no_bubble/) | 18.0.1.0.0 | | Remove the bubbles from the web interface [web_notify](web_notify/) | 18.0.1.0.1 | | Send notification messages to user [web_notify_channel_message](web_notify_channel_message/) | 18.0.1.0.0 | | Send an instant notification to channel users when a new message is posted diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index ec8158e72..f5c18d7c1 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-web" -version = "18.0.20250410.2" +version = "18.0.20250410.3" dependencies = [ "odoo-addon-web_calendar_slot_duration==18.0.*", "odoo-addon-web_chatter_position==18.0.*", @@ -10,6 +10,7 @@ dependencies = [ "odoo-addon-web_environment_ribbon==18.0.*", "odoo-addon-web_favicon==18.0.*", "odoo-addon-web_group_expand==18.0.*", + "odoo-addon-web_ir_actions_act_multi==18.0.*", "odoo-addon-web_no_bubble==18.0.*", "odoo-addon-web_notify==18.0.*", "odoo-addon-web_notify_channel_message==18.0.*", diff --git a/web_ir_actions_act_multi/README.rst b/web_ir_actions_act_multi/README.rst index 54e5403b6..fe07332c2 100644 --- a/web_ir_actions_act_multi/README.rst +++ b/web_ir_actions_act_multi/README.rst @@ -7,7 +7,7 @@ Web Actions Multi !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:2748259f3e8355dce1c410234958cf54f9b9c3041d67d18d2f1bf126649da427 + !! source digest: sha256:d55bf4a4325f3e0849aa999e2dcac39cfe498303f2be1fa30944b0f705e1dbaf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -76,14 +76,14 @@ Authors Contributors ------------ -- Petar Najman -- Mladen Meseldzija -- `CorporateHub `__ +- Petar Najman +- Mladen Meseldzija +- `CorporateHub `__ - - Alexey Pelykh + - Alexey Pelykh -- Manuel Calero - Tecnativa -- Matias Peralta, Juan Rivero - Adhoc +- Manuel Calero - Tecnativa +- Matias Peralta, Juan Rivero - Adhoc Maintainers ----------- diff --git a/web_ir_actions_act_multi/static/description/index.html b/web_ir_actions_act_multi/static/description/index.html index fdd05c1a9..ef20e1613 100644 --- a/web_ir_actions_act_multi/static/description/index.html +++ b/web_ir_actions_act_multi/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:2748259f3e8355dce1c410234958cf54f9b9c3041d67d18d2f1bf126649da427 +!! source digest: sha256:d55bf4a4325f3e0849aa999e2dcac39cfe498303f2be1fa30944b0f705e1dbaf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/web Translate me on Weblate Try me on Runboat

This module provides a way to trigger more than one action on