Skip to content

Commit 9592a51

Browse files
committed
[BOT] post-merge updates
1 parent bd5b9bf commit 9592a51

4 files changed

Lines changed: 31 additions & 19 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ addon | version | maintainers | summary
5656
[web_m2x_options_manager](web_m2x_options_manager/) | 14.0.1.4.0 | | Adds an interface to manage the "Create" and "Create and Edit" options for specific models and fields.
5757
[web_no_bubble](web_no_bubble/) | 14.0.1.1.0 | | Remove the bubbles from the web interface
5858
[web_notify](web_notify/) | 14.0.1.1.0 | | Send notification messages to user
59-
[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
59+
[web_notify_channel_message](web_notify_channel_message/) | 14.0.1.1.0 | | Send an instant notification to channel users when a new message is posted
6060
[web_notify_upgrade](web_notify_upgrade/) | 14.0.1.0.1 | | Notify active users when a module is installed or updated
6161
[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.
6262
[web_pwa_oca](web_pwa_oca/) | 14.0.1.1.0 | <a href='https://github.com/eLBati'><img src='https://github.com/eLBati.png' width='32' height='32' style='border-radius:50%;' alt='eLBati'/></a> | Make Odoo a PWA

web_notify_channel_message/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
==========================
26
Web Notify Channel Message
37
==========================
@@ -7,13 +11,13 @@ Web Notify Channel Message
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:8ad6448c5d7b8c1d80778b60629f0fd0b23b23c5a2465428963a4f6ff0b6e290
14+
!! source digest: sha256:342acae1cdc49d69c1cdd35ab54b77bb146d09c5bf986f8f0931a3b4343e4858
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Alpha
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github

web_notify_channel_message/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Web Notify Channel Message",
77
"summary": """
88
Send an instant notification to channel users when a new message is posted""",
9-
"version": "14.0.1.0.0",
9+
"version": "14.0.1.1.0",
1010
"license": "AGPL-3",
1111
"author": "ForgeFlow, Odoo Community Association (OCA)",
1212
"development_status": "Alpha",

web_notify_channel_message/static/description/index.html

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
54
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
65
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
7-
<title>Web Notify Channel Message</title>
6+
<title>README.rst</title>
87
<style type="text/css">
98

109
/*
1110
:Author: David Goodger (goodger@python.org)
12-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
1717
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="web-notify-channel-message">
364-
<h1 class="title">Web Notify Channel Message</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="web-notify-channel-message">
370+
<h1>Web Notify Channel Message</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:8ad6448c5d7b8c1d80778b60629f0fd0b23b23c5a2465428963a4f6ff0b6e290
375+
!! source digest: sha256:342acae1cdc49d69c1cdd35ab54b77bb146d09c5bf986f8f0931a3b4343e4858
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<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/14.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-14-0/web-14-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=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/14.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-14-0/web-14-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=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module will send an instant notifications to all users of a channel when a new message has been posted.</p>
374379
<div class="admonition important">
375380
<p class="first admonition-title">Important</p>
@@ -390,23 +395,23 @@ <h1 class="title">Web Notify Channel Message</h1>
390395
</ul>
391396
</div>
392397
<div class="section" id="bug-tracker">
393-
<h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
398+
<h2><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h2>
394399
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
395400
In case of trouble, please check there if your issue has already been reported.
396401
If you spotted it first, help us to smash it by providing a detailed and welcomed
397402
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_notify_channel_message%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
398403
<p>Do not contact contributors directly about support or help with technical issues.</p>
399404
</div>
400405
<div class="section" id="credits">
401-
<h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
406+
<h2><a class="toc-backref" href="#toc-entry-2">Credits</a></h2>
402407
<div class="section" id="authors">
403-
<h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
408+
<h3><a class="toc-backref" href="#toc-entry-3">Authors</a></h3>
404409
<ul class="simple">
405410
<li>ForgeFlow</li>
406411
</ul>
407412
</div>
408413
<div class="section" id="contributors">
409-
<h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
414+
<h3><a class="toc-backref" href="#toc-entry-4">Contributors</a></h3>
410415
<ul class="simple">
411416
<li>Joan Sisquella &lt;<a class="reference external" href="mailto:joan.sisquella&#64;forgeflow.com">joan.sisquella&#64;forgeflow.com</a>&gt;</li>
412417
<li>Thiago Mulero &lt;<a class="reference external" href="mailto:thiago.mulero&#64;forgeflow.com">thiago.mulero&#64;forgeflow.com</a>&gt;</li>
@@ -415,9 +420,11 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
415420
</ul>
416421
</div>
417422
<div class="section" id="maintainers">
418-
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
423+
<h3><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h3>
419424
<p>This module is maintained by the OCA.</p>
420-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
425+
<a class="reference external image-reference" href="https://odoo-community.org">
426+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
427+
</a>
421428
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
422429
mission is to support the collaborative development of Odoo features and
423430
promote its widespread use.</p>
@@ -426,5 +433,6 @@ <h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
426433
</div>
427434
</div>
428435
</div>
436+
</div>
429437
</body>
430438
</html>

0 commit comments

Comments
 (0)