odoo14-addon-web-notify-channel-message 14.0.1.0.1.dev6__py3-none-any.whl → 14.0.1.0.1.dev8__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.
- odoo/addons/web_notify_channel_message/i18n/it.po +43 -0
- {odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev6.dist-info → odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev8.dist-info}/METADATA +3 -6
- {odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev6.dist-info → odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev8.dist-info}/RECORD +5 -4
- {odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev6.dist-info → odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev8.dist-info}/WHEEL +1 -1
- {odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev6.dist-info → odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev8.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
"PO-Revision-Date: 2025-01-20 11:06+0000\n"
|
|
10
|
+
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
|
11
|
+
"Language-Team: none\n"
|
|
12
|
+
"Language: it\n"
|
|
13
|
+
"MIME-Version: 1.0\n"
|
|
14
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
15
|
+
"Content-Transfer-Encoding: \n"
|
|
16
|
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
17
|
+
"X-Generator: Weblate 5.6.2\n"
|
|
18
|
+
|
|
19
|
+
#. module: web_notify_channel_message
|
|
20
|
+
#: model:ir.model,name:web_notify_channel_message.model_mail_channel
|
|
21
|
+
msgid "Discussion Channel"
|
|
22
|
+
msgstr "Canale discussione"
|
|
23
|
+
|
|
24
|
+
#. module: web_notify_channel_message
|
|
25
|
+
#: model:ir.model.fields,field_description:web_notify_channel_message.field_mail_channel__display_name
|
|
26
|
+
msgid "Display Name"
|
|
27
|
+
msgstr "Nome visualizzato"
|
|
28
|
+
|
|
29
|
+
#. module: web_notify_channel_message
|
|
30
|
+
#: model:ir.model.fields,field_description:web_notify_channel_message.field_mail_channel__id
|
|
31
|
+
msgid "ID"
|
|
32
|
+
msgstr "ID"
|
|
33
|
+
|
|
34
|
+
#. module: web_notify_channel_message
|
|
35
|
+
#: model:ir.model.fields,field_description:web_notify_channel_message.field_mail_channel____last_update
|
|
36
|
+
msgid "Last Modified on"
|
|
37
|
+
msgstr "Ultima modifica il"
|
|
38
|
+
|
|
39
|
+
#. module: web_notify_channel_message
|
|
40
|
+
#: code:addons/web_notify_channel_message/models/mail_channel.py:0
|
|
41
|
+
#, python-format
|
|
42
|
+
msgid "You have a new message in channel %s"
|
|
43
|
+
msgstr "C'è un nuovo messagio nel canale %s"
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name: odoo14-addon-
|
|
3
|
-
Version: 14.0.1.0.1.
|
|
2
|
+
Name: odoo14-addon-web_notify_channel_message
|
|
3
|
+
Version: 14.0.1.0.1.dev8
|
|
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,7 +13,7 @@ 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
|
|
16
|
+
Requires-Dist: odoo<14.1dev,>=14.0a
|
|
18
17
|
|
|
19
18
|
==========================
|
|
20
19
|
Web Notify Channel Message
|
|
@@ -100,5 +99,3 @@ promote its widespread use.
|
|
|
100
99
|
This module is part of the `OCA/web <https://github.com/OCA/web/tree/14.0/web_notify_channel_message>`_ project on GitHub.
|
|
101
100
|
|
|
102
101
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
103
|
-
|
|
104
|
-
|
|
@@ -2,6 +2,7 @@ odoo/addons/web_notify_channel_message/README.rst,sha256=1td3-R5wRYOOkZZxdLc4Mtw
|
|
|
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=-dITldeVkO8rCdJ1czT9CukgPs70pLeIy2uvLJH4gLg,1449
|
|
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
|
|
@@ -9,7 +10,7 @@ odoo/addons/web_notify_channel_message/readme/CONTRIBUTORS.rst,sha256=wqZGEym4Nq
|
|
|
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
12
|
odoo/addons/web_notify_channel_message/static/description/index.html,sha256=34X6bAjExG5vbBZweJ5XIa8PdgIv74-YsgubOgTLv7Q,12957
|
|
12
|
-
odoo14_addon_web_notify_channel_message-14.0.1.0.1.
|
|
13
|
-
odoo14_addon_web_notify_channel_message-14.0.1.0.1.
|
|
14
|
-
odoo14_addon_web_notify_channel_message-14.0.1.0.1.
|
|
15
|
-
odoo14_addon_web_notify_channel_message-14.0.1.0.1.
|
|
13
|
+
odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev8.dist-info/METADATA,sha256=jSk7KY_lyD8Hmo8DKA-jROFrsI5yp9Lry_-WvT17spw,3924
|
|
14
|
+
odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev8.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
15
|
+
odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev8.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
16
|
+
odoo14_addon_web_notify_channel_message-14.0.1.0.1.dev8.dist-info/RECORD,,
|