mirror of https://github.com/OCA/web.git
[BOT] post-merge updates
parent
4b798a8b25
commit
c484b30e85
|
@ -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
|
||||
|
|
|
@ -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.*",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/18.0/web_ir_actions_act_multi"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_ir_actions_act_multi"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module provides a way to trigger more than one action on
|
||||
|
|
Loading…
Reference in New Issue