Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.0][MIG] queue_job_subscribe: Migration to 18.0 #695

Merged
merged 24 commits into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9e1a55c
[MIG] queue_job_subscribe 10.0
sbidoul Sep 12, 2017
768bb61
[IMP] queue_job_subscribe: style
sbidoul Sep 12, 2017
2f8e689
[IMP] queue_job_subscribe: odoo tag in views
sbidoul Sep 12, 2017
6534c90
[IMP] queue_job_subscribe: improve README
sbidoul Sep 13, 2017
07ac5fd
[MIG] Make modules uninstallable
pedrobaeza Oct 2, 2017
b7441bc
Migrate queue_job_subscribe to v11
guewen Oct 3, 2017
b999f16
Correct or disable pylint warnings
guewen May 25, 2018
461ef11
[MIG] Make modules uninstallable
OCA-git-bot Sep 27, 2018
4688352
Migrate queue_job_subscribe to 13.0
guewen Oct 1, 2019
eeb3990
Run pre-commit with black, isort, ...
guewen Oct 4, 2019
89441ca
pre-commit update
OCA-git-bot Mar 7, 2020
5d2f14e
[MIG] init V14 repo
sebastienbeau Nov 20, 2020
7375b50
[IMP] : black, isort, prettier
sebastienbeau Nov 20, 2020
8c9a4ad
[14.0][MIG] - queue_job_subscribe
sbejaoui Jul 9, 2021
9aadd3a
[MIG] queue_job_subscribe: Migration to 15.0
SilvioC2C Jun 30, 2022
997a468
[MIG] queue_job_subscribe: Migration to 16.0
ramiadavid May 26, 2023
cb00144
[IMP] queue_job_subscribe: pre-commit auto fixes
ramiadavid Dec 12, 2023
755397b
[MIG] queue_job_subscribe: Migration to 17.0
ramiadavid Dec 12, 2023
d6601d8
[UPD] Update queue_job_subscribe.pot
Jan 8, 2024
e248901
Translated using Weblate (Italian)
mymage Feb 4, 2024
70c9659
Translated using Weblate (Chinese (Simplified) (zh_CN))
xtanuiha Jul 2, 2024
0c61c97
Translated using Weblate (Portuguese (Brazil))
SottomaiorMacedoTec Jul 6, 2024
1342662
[MIG] queue_job_subscribe: Migration to 18.0
QuocDuong1306 Sep 24, 2024
00345e5
[UPD] queue_job_subscribe: Update disable tracking and use no_reset_p…
thienvh332 Oct 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 96 additions & 0 deletions queue_job_subscribe/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
===================
Queue Job Subscribe
===================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:dad459b8a0a33d0be9cba5350c77a9ae1c891c880940d16d0103f18545601ab2
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github
:target: https://github.com/OCA/queue/tree/18.0/queue_job_subscribe
:alt: OCA/queue
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/queue-18-0/queue-18-0-queue_job_subscribe
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/queue&target_branch=18.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

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.

**Table of contents**

.. contents::
:local:

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.

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 to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/queue/issues/new?body=module:%20queue_job_subscribe%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Acsone SA/NV

Contributors
------------

- Cédric Pigeon <cedric.pigeon@acsone.eu>
- Stéphane Bidoul <stephane.bidoul@acsone.eu>
- Tran Quoc Duong <duongtq@trobz.com>

Other credits
-------------

The migration of this module from 17.0 to 18.0 was financially supported
by Camptocamp.

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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.

This module is part of the `OCA/queue <https://github.com/OCA/queue/tree/18.0/queue_job_subscribe>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions queue_job_subscribe/__init__.py
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
14 changes: 14 additions & 0 deletions queue_job_subscribe/__manifest__.py
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": "18.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,
}
50 changes: 50 additions & 0 deletions queue_job_subscribe/i18n/ar.po
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "المستخدمون"
46 changes: 46 additions & 0 deletions queue_job_subscribe/i18n/bg.po
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 <kaloyan@lumnus.net>, 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 <kaloyan@lumnus.net>, 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 ""
52 changes: 52 additions & 0 deletions queue_job_subscribe/i18n/ca.po
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 <transbot@odoo-community.org>, 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 <noelestudilloviera@gmail.com>\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"
49 changes: 49 additions & 0 deletions queue_job_subscribe/i18n/da.po
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
63 changes: 63 additions & 0 deletions queue_job_subscribe/i18n/de.po
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 <transbot@odoo-community.org>, 2017
# Rudolf Schnapka <rs@techno-flex.de>, 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 <didier.donze@camptocamp.com>\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"
Loading
Loading