Skip to content

Commit e00f2f5

Browse files
committed
[BOT] post-merge updates
1 parent 22ecd28 commit e00f2f5

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ addon | version | maintainers | summary
2929
[web_favicon](web_favicon/) | 18.0.1.0.0 | | Allows to set a custom shortcut icon (aka favicon)
3030
[web_no_bubble](web_no_bubble/) | 18.0.1.0.0 | | Remove the bubbles from the web interface
3131
[web_notify](web_notify/) | 18.0.1.0.1 | | Send notification messages to user
32+
[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
3233
[web_pivot_computed_measure](web_pivot_computed_measure/) | 18.0.1.0.1 | [![CarlosRoca13](https://github.com/CarlosRoca13.png?size=30px)](https://github.com/CarlosRoca13) | Web Pivot Computed Measure
3334
[web_search_with_and](web_search_with_and/) | 18.0.1.0.0 | | Use AND conditions on omnibar search
3435
[web_tree_dynamic_colored_field](web_tree_dynamic_colored_field/) | 18.0.1.0.1 | | Allows you to dynamically color fields on tree views

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-web"
3-
version = "18.0.20250311.0"
3+
version = "18.0.20250321.0"
44
dependencies = [
55
"odoo-addon-web_chatter_position==18.0.*",
66
"odoo-addon-web_company_color==18.0.*",
@@ -10,6 +10,7 @@ dependencies = [
1010
"odoo-addon-web_favicon==18.0.*",
1111
"odoo-addon-web_no_bubble==18.0.*",
1212
"odoo-addon-web_notify==18.0.*",
13+
"odoo-addon-web_notify_channel_message==18.0.*",
1314
"odoo-addon-web_pivot_computed_measure==18.0.*",
1415
"odoo-addon-web_search_with_and==18.0.*",
1516
"odoo-addon-web_tree_dynamic_colored_field==18.0.*",

web_notify_channel_message/README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Web Notify Channel Message
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:0a1236ab02b6d6968aa3bed5cb2ba29998a8f49f5f71135976897313b05ea9e9
10+
!! source digest: sha256:6047cc1715c1c9f1835efc8ac828d45b54d307cb5ff43368e40ecbc79b0575f0
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
@@ -62,10 +62,10 @@ Authors
6262
Contributors
6363
------------
6464

65-
- Joan Sisquella <[email protected]>
66-
- Thiago Mulero <[email protected]>
67-
- David Jimenez <[email protected]>
68-
- Jordi Ballester <[email protected]>
65+
- Joan Sisquella <[email protected]>
66+
- Thiago Mulero <[email protected]>
67+
- David Jimenez <[email protected]>
68+
- Jordi Ballester <[email protected]>
6969

7070
Maintainers
7171
-----------

web_notify_channel_message/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Web Notify Channel Message</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:0a1236ab02b6d6968aa3bed5cb2ba29998a8f49f5f71135976897313b05ea9e9
370+
!! source digest: sha256:6047cc1715c1c9f1835efc8ac828d45b54d307cb5ff43368e40ecbc79b0575f0
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.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_notify_channel_message"><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_notify_channel_message"><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&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module will send an instant notifications to all users of a channel

0 commit comments

Comments
 (0)