mirror of https://github.com/OCA/web.git
[BOT] post-merge updates
parent
f427fbb8d7
commit
1db3daa21f
|
@ -27,6 +27,7 @@ addon | version | maintainers | summary
|
|||
[web_disable_export_group](web_disable_export_group/) | 18.0.1.0.0 | | Web Disable Export Group
|
||||
[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_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.0"
|
||||
version = "18.0.20250410.1"
|
||||
dependencies = [
|
||||
"odoo-addon-web_chatter_position==18.0.*",
|
||||
"odoo-addon-web_company_color==18.0.*",
|
||||
|
@ -8,6 +8,7 @@ dependencies = [
|
|||
"odoo-addon-web_disable_export_group==18.0.*",
|
||||
"odoo-addon-web_environment_ribbon==18.0.*",
|
||||
"odoo-addon-web_favicon==18.0.*",
|
||||
"odoo-addon-web_group_expand==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 @@ Group Expand Buttons
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:b5fde9f965d20bdbf8c43c31517883b9d540f190b20715d4a86e09a7b8a774ad
|
||||
!! source digest: sha256:d8417aac2f71efb25a285ede1259e8cb81fa29680b97412f49bf484f83bcada0
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |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:b5fde9f965d20bdbf8c43c31517883b9d540f190b20715d4a86e09a7b8a774ad
|
||||
!! source digest: sha256:d8417aac2f71efb25a285ede1259e8cb81fa29680b97412f49bf484f83bcada0
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<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/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/18.0/web_group_expand"><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_group_expand"><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>When grouping a list by a field, this module adds two buttons to expand
|
||||
|
|
Loading…
Reference in New Issue