From 2e9ce44f29c9c4c48b0768d926faee738c03e57c Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Wed, 19 Feb 2025 14:09:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=87=D0=B0=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D0=BE=D0=B5=20=D0=BD=D0=B0=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __init__.py | 0 __manifest__.py | 13 +++++++++++++ i18n/hr_livechat.pot | 21 +++++++++++++++++++++ i18n/ru.po | 23 +++++++++++++++++++++++ views/discuss_channel_views.xml | 15 +++++++++++++++ 5 files changed, 72 insertions(+) create mode 100644 __init__.py create mode 100644 __manifest__.py create mode 100644 i18n/hr_livechat.pot create mode 100644 i18n/ru.po create mode 100644 views/discuss_channel_views.xml diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/__manifest__.py b/__manifest__.py new file mode 100644 index 0000000..c72c1a5 --- /dev/null +++ b/__manifest__.py @@ -0,0 +1,13 @@ +{ + 'name': 'HR - Livechat', + 'version': '1.0', + 'category': 'Human Resources', + 'description': """ +Bridge between HR and Livechat.""", + 'depends': ['hr', 'im_livechat'], + 'data': [ + 'views/discuss_channel_views.xml', + ], + 'auto_install': True, + 'license': 'LGPL-3', +} diff --git a/i18n/hr_livechat.pot b/i18n/hr_livechat.pot new file mode 100644 index 0000000..3a9706b --- /dev/null +++ b/i18n/hr_livechat.pot @@ -0,0 +1,21 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 21:55+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: hr_livechat +#: model_terms:ir.ui.view,arch_db:hr_livechat.discuss_channel_view_search +msgid "My Team" +msgstr "" diff --git a/i18n/ru.po b/i18n/ru.po new file mode 100644 index 0000000..ed3c6f0 --- /dev/null +++ b/i18n/ru.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_livechat +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2024-01-30 15:14+0400\n" +"Last-Translator: \n" +"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: hr_livechat +#: model_terms:ir.ui.view,arch_db:hr_livechat.discuss_channel_view_search +msgid "My Team" +msgstr "Моя команда" diff --git a/views/discuss_channel_views.xml b/views/discuss_channel_views.xml new file mode 100644 index 0000000..c0bbf14 --- /dev/null +++ b/views/discuss_channel_views.xml @@ -0,0 +1,15 @@ + + + + + discuss.channel.search.inherit.hr.livechat + discuss.channel + + + + + + + + +