-
-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by gurneyalex
- Loading branch information
Showing
33 changed files
with
1,347 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg | ||
:target: http://www.gnu.org/licenses/agpl | ||
:alt: License: AGPL-3 | ||
|
||
Queue Job Suscription | ||
===================== | ||
|
||
This module allows users to | ||
be member of group Job Queue Manager without becoming follower of failed jobs. | ||
This can avoid for some users to receive a lot of emails in case of failing | ||
jobs. | ||
|
||
Usage | ||
===== | ||
|
||
On the user configuration form, there is new Job Notifications checkbox. | ||
|
||
If checked, the user becomes follower of failed jobs if he/she is part of the | ||
Job Queue Manager group. | ||
|
||
If not checked, the user does not become follower of failed jobs. | ||
|
||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas | ||
:alt: Try me on Runbot | ||
:target: https://runbot.odoo-community.org/runbot/230/10.0 | ||
|
||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/queue/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback. | ||
|
||
Credits | ||
======= | ||
|
||
Images | ||
------ | ||
|
||
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_. | ||
|
||
Contributors | ||
------------ | ||
|
||
* Cédric Pigeon <[email protected]> | ||
* Stéphane Bidoul <[email protected]> | ||
|
||
Maintainer | ||
---------- | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
This module is maintained by the OCA. | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
To contribute to this module, please visit https://odoo-community.org. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Copyright 2016 Cédric Pigeon | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Copyright 2016 Cédric Pigeon | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
{ | ||
"name": "Queue Job Subscribe", | ||
"version": "17.0.1.0.0", | ||
"author": "Acsone SA/NV, Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/queue", | ||
"summary": "Control which users are subscribed to queue job notifications", | ||
"license": "AGPL-3", | ||
"category": "Generic Modules", | ||
"depends": ["queue_job"], | ||
"data": ["views/res_users_view.xml"], | ||
"installable": True, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * connector_job_subscribe | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-04-05 00:42+0000\n" | ||
"PO-Revision-Date: 2017-04-05 00:42+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\n" | ||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" | ||
"Language: ar\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " | ||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" | ||
|
||
#. module: queue_job_subscribe | ||
#: model_terms:ir.ui.view,arch_db:queue_job_subscribe.view_user_connector_form | ||
msgid "Connectors" | ||
msgstr "" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model.fields,help:queue_job_subscribe.field_res_users__subscribe_job | ||
msgid "" | ||
"If this flag is checked and the user is Connector Manager, he will receive " | ||
"job notifications." | ||
msgstr "" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model.fields,field_description:queue_job_subscribe.field_res_users__subscribe_job | ||
msgid "Job Notifications" | ||
msgstr "" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model,name:queue_job_subscribe.model_queue_job | ||
msgid "Queue Job" | ||
msgstr "" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model,name:queue_job_subscribe.model_res_users | ||
msgid "User" | ||
msgstr "" | ||
|
||
#~ msgid "Users" | ||
#~ msgstr "المستخدمون" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * connector_job_subscribe | ||
# | ||
# Translators: | ||
# Kaloyan Naumov <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-04-05 00:42+0000\n" | ||
"PO-Revision-Date: 2017-04-05 00:42+0000\n" | ||
"Last-Translator: Kaloyan Naumov <[email protected]>, 2017\n" | ||
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" | ||
"Language: bg\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: queue_job_subscribe | ||
#: model_terms:ir.ui.view,arch_db:queue_job_subscribe.view_user_connector_form | ||
msgid "Connectors" | ||
msgstr "Конектори" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model.fields,help:queue_job_subscribe.field_res_users__subscribe_job | ||
msgid "" | ||
"If this flag is checked and the user is Connector Manager, he will receive " | ||
"job notifications." | ||
msgstr "" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model.fields,field_description:queue_job_subscribe.field_res_users__subscribe_job | ||
msgid "Job Notifications" | ||
msgstr "" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model,name:queue_job_subscribe.model_queue_job | ||
msgid "Queue Job" | ||
msgstr "" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model,name:queue_job_subscribe.model_res_users | ||
msgid "User" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * connector_job_subscribe | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-04-05 00:42+0000\n" | ||
"PO-Revision-Date: 2022-04-13 14:05+0000\n" | ||
"Last-Translator: Noel estudillo <[email protected]>\n" | ||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" | ||
"Language: ca\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.3.2\n" | ||
|
||
#. module: queue_job_subscribe | ||
#: model_terms:ir.ui.view,arch_db:queue_job_subscribe.view_user_connector_form | ||
msgid "Connectors" | ||
msgstr "Connectors" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model.fields,help:queue_job_subscribe.field_res_users__subscribe_job | ||
msgid "" | ||
"If this flag is checked and the user is Connector Manager, he will receive " | ||
"job notifications." | ||
msgstr "" | ||
"Si aquesta marca està marcada i l'usuari és Connector Manager, rebrà " | ||
"notificacions de feina." | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model.fields,field_description:queue_job_subscribe.field_res_users__subscribe_job | ||
msgid "Job Notifications" | ||
msgstr "Notificacions de feina" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model,name:queue_job_subscribe.model_queue_job | ||
msgid "Queue Job" | ||
msgstr "Tasca de Cua" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model,name:queue_job_subscribe.model_res_users | ||
msgid "User" | ||
msgstr "" | ||
|
||
#~ msgid "Users" | ||
#~ msgstr "Usuaris" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * connector_job_subscribe | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-04-05 00:42+0000\n" | ||
"PO-Revision-Date: 2017-04-05 00:42+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\n" | ||
"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" | ||
"Language: da\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: queue_job_subscribe | ||
#: model_terms:ir.ui.view,arch_db:queue_job_subscribe.view_user_connector_form | ||
msgid "Connectors" | ||
msgstr "" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model.fields,help:queue_job_subscribe.field_res_users__subscribe_job | ||
msgid "" | ||
"If this flag is checked and the user is Connector Manager, he will receive " | ||
"job notifications." | ||
msgstr "" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model.fields,field_description:queue_job_subscribe.field_res_users__subscribe_job | ||
msgid "Job Notifications" | ||
msgstr "" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model,name:queue_job_subscribe.model_queue_job | ||
msgid "Queue Job" | ||
msgstr "" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model,name:queue_job_subscribe.model_res_users | ||
msgid "User" | ||
msgstr "" | ||
|
||
#~ msgid "Users" | ||
#~ msgstr "Brugere" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * connector_job_subscribe | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
# Rudolf Schnapka <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-06-24 00:51+0000\n" | ||
"PO-Revision-Date: 2020-07-22 12:20+0000\n" | ||
"Last-Translator: c2cdidier <[email protected]>\n" | ||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" | ||
"Language: de\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 3.10\n" | ||
|
||
#. module: queue_job_subscribe | ||
#: model_terms:ir.ui.view,arch_db:queue_job_subscribe.view_user_connector_form | ||
msgid "Connectors" | ||
msgstr "Connector" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model.fields,help:queue_job_subscribe.field_res_users__subscribe_job | ||
msgid "" | ||
"If this flag is checked and the user is Connector Manager, he will receive " | ||
"job notifications." | ||
msgstr "" | ||
"Wenn dieses Kennzeichen gesetzt ist und der Benutzer ist Verbindungsmanager, " | ||
"dann wird er Job-Hinweise erhalten." | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model.fields,field_description:queue_job_subscribe.field_res_users__subscribe_job | ||
msgid "Job Notifications" | ||
msgstr "Job Benachrichtigungen" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model,name:queue_job_subscribe.model_queue_job | ||
msgid "Queue Job" | ||
msgstr "Warteschlange Job" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model,name:queue_job_subscribe.model_res_users | ||
msgid "User" | ||
msgstr "" | ||
|
||
#~ msgid "Users" | ||
#~ msgstr "Benutzer" | ||
|
||
#~ msgid "Sale Pricelist" | ||
#~ msgstr "Verkaufspreisliste" | ||
|
||
#~ msgid "" | ||
#~ "This pricelist will be used, instead of the default one, for sales to the " | ||
#~ "current partner" | ||
#~ msgstr "" | ||
#~ "Diese Preisliste wird anstelle der Vorgabe bei Verkäufen an diesen " | ||
#~ "Partner verwendet" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * connector_job_subscribe | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-04-05 00:42+0000\n" | ||
"PO-Revision-Date: 2017-04-05 00:42+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\n" | ||
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" | ||
"el_GR/)\n" | ||
"Language: el_GR\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: queue_job_subscribe | ||
#: model_terms:ir.ui.view,arch_db:queue_job_subscribe.view_user_connector_form | ||
msgid "Connectors" | ||
msgstr "" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model.fields,help:queue_job_subscribe.field_res_users__subscribe_job | ||
msgid "" | ||
"If this flag is checked and the user is Connector Manager, he will receive " | ||
"job notifications." | ||
msgstr "" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model.fields,field_description:queue_job_subscribe.field_res_users__subscribe_job | ||
msgid "Job Notifications" | ||
msgstr "" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model,name:queue_job_subscribe.model_queue_job | ||
msgid "Queue Job" | ||
msgstr "" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model,name:queue_job_subscribe.model_res_users | ||
msgid "User" | ||
msgstr "" | ||
|
||
#~ msgid "Users" | ||
#~ msgstr "Χρήστες" |
Oops, something went wrong.