odoo14-addon-web-notify-channel-message 14.0.1.0.1.dev5__py3-none-any.whl → 14.0.1.0.1.dev7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,10 +2,13 @@
2
2
  Web Notify Channel Message
3
3
  ==========================
4
4
 
5
- .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5
+ ..
6
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6
7
  !! This file is generated by oca-gen-addon-readme !!
7
8
  !! changes will be overwritten. !!
8
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
+ !! source digest: sha256:8ad6448c5d7b8c1d80778b60629f0fd0b23b23c5a2465428963a4f6ff0b6e290
11
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9
12
 
10
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
11
14
  :target: https://odoo-community.org/page/development-status
@@ -19,11 +22,11 @@ Web Notify Channel Message
19
22
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
20
23
  :target: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_notify_channel_message
21
24
  :alt: Translate me on Weblate
22
- .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
23
- :target: https://runbot.odoo-community.org/runbot/162/14.0
24
- :alt: Try me on Runbot
25
+ .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=14.0
27
+ :alt: Try me on Runboat
25
28
 
26
- |badge1| |badge2| |badge3| |badge4| |badge5|
29
+ |badge1| |badge2| |badge3| |badge4| |badge5|
27
30
 
28
31
  This module will send an instant notifications to all users of a channel when a new message has been posted.
29
32
 
@@ -42,7 +45,7 @@ Bug Tracker
42
45
 
43
46
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
44
47
  In case of trouble, please check there if your issue has already been reported.
45
- If you spotted it first, help us smashing it by providing a detailed and welcomed
48
+ If you spotted it first, help us to smash it by providing a detailed and welcomed
46
49
  `feedback <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**>`_.
47
50
 
48
51
  Do not contact contributors directly about support or help with technical issues.
@@ -0,0 +1,41 @@
1
+ # Translation of Odoo Server.
2
+ # This file contains the translation of the following modules:
3
+ # * web_notify_channel_message
4
+ #
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Odoo Server 14.0\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "Last-Translator: Automatically generated\n"
10
+ "Language-Team: none\n"
11
+ "Language: it\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: \n"
15
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
+
17
+ #. module: web_notify_channel_message
18
+ #: model:ir.model,name:web_notify_channel_message.model_mail_channel
19
+ msgid "Discussion Channel"
20
+ msgstr ""
21
+
22
+ #. module: web_notify_channel_message
23
+ #: model:ir.model.fields,field_description:web_notify_channel_message.field_mail_channel__display_name
24
+ msgid "Display Name"
25
+ msgstr ""
26
+
27
+ #. module: web_notify_channel_message
28
+ #: model:ir.model.fields,field_description:web_notify_channel_message.field_mail_channel__id
29
+ msgid "ID"
30
+ msgstr ""
31
+
32
+ #. module: web_notify_channel_message
33
+ #: model:ir.model.fields,field_description:web_notify_channel_message.field_mail_channel____last_update
34
+ msgid "Last Modified on"
35
+ msgstr ""
36
+
37
+ #. module: web_notify_channel_message
38
+ #: code:addons/web_notify_channel_message/models/mail_channel.py:0
39
+ #, python-format
40
+ msgid "You have a new message in channel %s"
41
+ msgstr ""
@@ -1,20 +1,20 @@
1
- <?xml version="1.0" encoding="utf-8" ?>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
2
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
3
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
4
  <head>
5
5
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
6
+ <meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
7
7
  <title>Web Notify Channel Message</title>
8
8
  <style type="text/css">
9
9
 
10
10
  /*
11
11
  :Author: David Goodger (goodger@python.org)
12
- :Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
12
+ :Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
13
13
  :Copyright: This stylesheet has been placed in the public domain.
14
14
 
15
15
  Default cascading style sheet for the HTML output of Docutils.
16
16
 
17
- See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
17
+ See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
18
18
  customize this style sheet.
19
19
  */
20
20
 
@@ -366,8 +366,10 @@ ul.auto-toc {
366
366
  <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367
367
  !! This file is generated by oca-gen-addon-readme !!
368
368
  !! changes will be overwritten. !!
369
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
+ !! source digest: sha256:8ad6448c5d7b8c1d80778b60629f0fd0b23b23c5a2465428963a4f6ff0b6e290
369
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
370
- <p><a class="reference external" 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" 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" 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" 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" href="https://runbot.odoo-community.org/runbot/162/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
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>
371
373
  <p>This module will send an instant notifications to all users of a channel when a new message has been posted.</p>
372
374
  <div class="admonition important">
373
375
  <p class="first admonition-title">Important</p>
@@ -378,33 +380,33 @@ Only for development or testing purpose, do not use in production.
378
380
  <p><strong>Table of contents</strong></p>
379
381
  <div class="contents local topic" id="contents">
380
382
  <ul class="simple">
381
- <li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li>
382
- <li><a class="reference internal" href="#credits" id="id2">Credits</a><ul>
383
- <li><a class="reference internal" href="#authors" id="id3">Authors</a></li>
384
- <li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li>
385
- <li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li>
383
+ <li><a class="reference internal" href="#bug-tracker" id="toc-entry-1">Bug Tracker</a></li>
384
+ <li><a class="reference internal" href="#credits" id="toc-entry-2">Credits</a><ul>
385
+ <li><a class="reference internal" href="#authors" id="toc-entry-3">Authors</a></li>
386
+ <li><a class="reference internal" href="#contributors" id="toc-entry-4">Contributors</a></li>
387
+ <li><a class="reference internal" href="#maintainers" id="toc-entry-5">Maintainers</a></li>
386
388
  </ul>
387
389
  </li>
388
390
  </ul>
389
391
  </div>
390
392
  <div class="section" id="bug-tracker">
391
- <h1><a class="toc-backref" href="#id1">Bug Tracker</a></h1>
393
+ <h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
392
394
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
393
395
  In case of trouble, please check there if your issue has already been reported.
394
- If you spotted it first, help us smashing it by providing a detailed and welcomed
396
+ If you spotted it first, help us to smash it by providing a detailed and welcomed
395
397
  <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>
396
398
  <p>Do not contact contributors directly about support or help with technical issues.</p>
397
399
  </div>
398
400
  <div class="section" id="credits">
399
- <h1><a class="toc-backref" href="#id2">Credits</a></h1>
401
+ <h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
400
402
  <div class="section" id="authors">
401
- <h2><a class="toc-backref" href="#id3">Authors</a></h2>
403
+ <h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
402
404
  <ul class="simple">
403
405
  <li>ForgeFlow</li>
404
406
  </ul>
405
407
  </div>
406
408
  <div class="section" id="contributors">
407
- <h2><a class="toc-backref" href="#id4">Contributors</a></h2>
409
+ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
408
410
  <ul class="simple">
409
411
  <li>Joan Sisquella &lt;<a class="reference external" href="mailto:joan.sisquella&#64;forgeflow.com">joan.sisquella&#64;forgeflow.com</a>&gt;</li>
410
412
  <li>Thiago Mulero &lt;<a class="reference external" href="mailto:thiago.mulero&#64;forgeflow.com">thiago.mulero&#64;forgeflow.com</a>&gt;</li>
@@ -413,7 +415,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
413
415
  </ul>
414
416
  </div>
415
417
  <div class="section" id="maintainers">
416
- <h2><a class="toc-backref" href="#id5">Maintainers</a></h2>
418
+ <h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
417
419
  <p>This module is maintained by the OCA.</p>
418
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>
419
421
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
@@ -1,12 +1,11 @@
1
1
  Metadata-Version: 2.1
2
- Name: odoo14-addon-web-notify-channel-message
3
- Version: 14.0.1.0.1.dev5
2
+ Name: odoo14-addon-web_notify_channel_message
3
+ Version: 14.0.1.0.1.dev7
4
4
  Summary: Send an instant notification to channel users when a new message is posted
5
5
  Home-page: https://github.com/OCA/web
6
6
  Author: ForgeFlow, Odoo Community Association (OCA)
7
7
  Author-email: support@odoo-community.org
8
8
  License: AGPL-3
9
- Platform: UNKNOWN
10
9
  Classifier: Programming Language :: Python
11
10
  Classifier: Framework :: Odoo
12
11
  Classifier: Framework :: Odoo :: 14.0
@@ -14,16 +13,19 @@ Classifier: License :: OSI Approved :: GNU Affero General Public License v3
14
13
  Classifier: Development Status :: 3 - Alpha
15
14
  Requires-Python: >=3.6
16
15
  Requires-Dist: odoo14-addon-web-notify
17
- Requires-Dist: odoo (<14.1dev,>=14.0a)
16
+ Requires-Dist: odoo<14.1dev,>=14.0a
18
17
 
19
18
  ==========================
20
19
  Web Notify Channel Message
21
20
  ==========================
22
21
 
23
- .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
22
+ ..
23
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
24
24
  !! This file is generated by oca-gen-addon-readme !!
25
25
  !! changes will be overwritten. !!
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
+ !! source digest: sha256:8ad6448c5d7b8c1d80778b60629f0fd0b23b23c5a2465428963a4f6ff0b6e290
28
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
29
 
28
30
  .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
29
31
  :target: https://odoo-community.org/page/development-status
@@ -37,11 +39,11 @@ Web Notify Channel Message
37
39
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
38
40
  :target: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_notify_channel_message
39
41
  :alt: Translate me on Weblate
40
- .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
41
- :target: https://runbot.odoo-community.org/runbot/162/14.0
42
- :alt: Try me on Runbot
42
+ .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
43
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=14.0
44
+ :alt: Try me on Runboat
43
45
 
44
- |badge1| |badge2| |badge3| |badge4| |badge5|
46
+ |badge1| |badge2| |badge3| |badge4| |badge5|
45
47
 
46
48
  This module will send an instant notifications to all users of a channel when a new message has been posted.
47
49
 
@@ -60,7 +62,7 @@ Bug Tracker
60
62
 
61
63
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
62
64
  In case of trouble, please check there if your issue has already been reported.
63
- If you spotted it first, help us smashing it by providing a detailed and welcomed
65
+ If you spotted it first, help us to smash it by providing a detailed and welcomed
64
66
  `feedback <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**>`_.
65
67
 
66
68
  Do not contact contributors directly about support or help with technical issues.
@@ -97,5 +99,3 @@ promote its widespread use.
97
99
  This module is part of the `OCA/web <https://github.com/OCA/web/tree/14.0/web_notify_channel_message>`_ project on GitHub.
98
100
 
99
101
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
100
-
101
-
@@ -1,15 +1,16 @@
1
- odoo/addons/web_notify_channel_message/README.rst,sha256=l7uAosmjAt8D39xADFnYr3ABHduar1JjfGNxQGQNB9E,3092
1
+ odoo/addons/web_notify_channel_message/README.rst,sha256=1td3-R5wRYOOkZZxdLc4MtwKL2RR8Ea7QqyB3eDseno,3270
2
2
  odoo/addons/web_notify_channel_message/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
3
  odoo/addons/web_notify_channel_message/__manifest__.py,sha256=iedv3-Fkw48tEhnQvQZp5TYf22WHJ88XfVkfDTudF4Q,545
4
4
  odoo/addons/web_notify_channel_message/i18n/fr.po,sha256=y1i0Y0bVJoUBuTb0bSlzyhNn-Gi6uLOPE6NC6z56c-Q,1456
5
+ odoo/addons/web_notify_channel_message/i18n/it.po,sha256=PDa4kMOQPP8VKjmJMyYMOBpIaOO1An1gMlwRsQmWvU8,1270
5
6
  odoo/addons/web_notify_channel_message/i18n/web_notify_channel_message.pot,sha256=tX14VyzvKyViE49W7vYm3StZFW-GQm-E6IFMqcIdK7k,1200
6
7
  odoo/addons/web_notify_channel_message/models/__init__.py,sha256=qPwd2V_3nr-YFEQUJM3WGvbXdkSZF9cMAqbkb14ipWg,27
7
8
  odoo/addons/web_notify_channel_message/models/mail_channel.py,sha256=T1l8Nyz73gTTk0KN3MaITSvPd5gjH_4OOBHndWNHr7M,728
8
9
  odoo/addons/web_notify_channel_message/readme/CONTRIBUTORS.rst,sha256=wqZGEym4NqbEdIv7gfL5k7pFjdcykULtHB_-oKckBos,189
9
10
  odoo/addons/web_notify_channel_message/readme/DESCRIPTION.rst,sha256=WHoT-H1vw-feMiQVUHfqqePV2T6I1zTf9EwWozUye08,109
10
11
  odoo/addons/web_notify_channel_message/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
11
- odoo/addons/web_notify_channel_message/static/description/index.html,sha256=p6UBWRzpehvUKj-SNlPp4XBGfVrrDq6VupJywzDb8F0,12623
12
- odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev5.dist-info/METADATA,sha256=4s4lPwPRjrHHe6-Pv9AZJ90-Cis8jIlYBkNYPCLpbJg,3769
13
- odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev5.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
14
- odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev5.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
15
- odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev5.dist-info/RECORD,,
12
+ odoo/addons/web_notify_channel_message/static/description/index.html,sha256=34X6bAjExG5vbBZweJ5XIa8PdgIv74-YsgubOgTLv7Q,12957
13
+ odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev7.dist-info/METADATA,sha256=BI1E0f8fiGgnnvORugVOuz3VwZigweBjAxUwTUW67ys,3924
14
+ odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev7.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
15
+ odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev7.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
16
+ odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev7.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.38.4)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5