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

14.0 #2

Merged
merged 6 commits into from
Nov 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,23 @@ TODO: add repo description.

[//]: # (addons)

Available addons
----------------
addon | version | summary
--- | --- | ---
[queue_job](queue_job/) | 14.0.1.0.0 | Job Queue
[test_queue_job](test_queue_job/) | 14.0.1.0.0 | Queue Job Tests


Unported addons
---------------
addon | version | summary
--- | --- | ---
[base_export_async](base_export_async/) | 12.0.1.0.0 (unported) | Asynchronous export with job queue
[base_import_async](base_import_async/) | 13.0.2.0.0 (unported) | Import CSV files in the background
[queue_job](queue_job/) | 13.0.3.2.0 (unported) | Job Queue
[queue_job_cron](queue_job_cron/) | 13.0.2.1.0 (unported) | Scheduled Actions as Queue Jobs
[queue_job_subscribe](queue_job_subscribe/) | 13.0.1.0.0 (unported) | Control which users are subscribed to queue job notifications
[test_base_import_async](test_base_import_async/) | 13.0.1.0.0 (unported) | Test suite for base_import_async. Normally you don't need to install this.
[test_queue_job](test_queue_job/) | 13.0.2.1.0 (unported) | Queue Job Tests

[//]: # (end addons)

Expand Down
33 changes: 7 additions & 26 deletions queue_job/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Job Queue
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github
:target: https://github.com/OCA/queue/tree/13.0/queue_job
:target: https://github.com/OCA/queue/tree/14.0/queue_job
:alt: OCA/queue
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/queue-13-0/queue-13-0-queue_job
:target: https://translation.odoo-community.org/projects/queue-14-0/queue-14-0-queue_job
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/230/13.0
:target: https://runbot.odoo-community.org/runbot/230/14.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|
Expand Down Expand Up @@ -322,35 +322,15 @@ Next
process (when running with --workers > 0)
* [REF] ``@job`` and ``@related_action`` deprecated, any method can be delayed,
and configured using ``queue.job.function`` records


13.0.1.2.0 (2020-03-10)
~~~~~~~~~~~~~~~~~~~~~~~

* Fix Multi-company access rules


13.0.1.1.0 (2019-11-01)
~~~~~~~~~~~~~~~~~~~~~~~

Important: the license has been changed from AGPL3 to LGPL3.

* Remove deprecated default company method
(details on `#180 <https://github.com/OCA/queue/pull/180>`_)


13.0.1.0.0 (2019-10-14)
~~~~~~~~~~~~~~~~~~~~~~~

* [MIGRATION] from 12.0 branched at rev. 0138cd0
* [MIGRATION] from 13.0 branched at rev. e24ff4b

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 <https://github.com/OCA/queue/issues/new?body=module:%20queue_job%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/queue/issues/new?body=module:%20queue_job%0Aversion:%2014.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.

Expand All @@ -376,6 +356,7 @@ Contributors
* Cédric Pigeon <[email protected]>
* Tatiana Deribina <[email protected]>
* Souheil Bejaoui <[email protected]>
* Eric Antones <[email protected]>

Maintainers
~~~~~~~~~~~
Expand All @@ -398,6 +379,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-guewen|

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

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
39 changes: 21 additions & 18 deletions queue_job/i18n/queue_job.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down Expand Up @@ -46,6 +46,11 @@ msgstr ""
msgid "Activity State"
msgstr ""

#. module: queue_job
#: model:ir.model.fields,field_description:queue_job.field_queue_job__activity_type_icon
msgid "Activity Type Icon"
msgstr ""

#. module: queue_job
#: model:ir.model.fields,field_description:queue_job.field_queue_job__args
msgid "Args"
Expand Down Expand Up @@ -75,13 +80,13 @@ msgid "Cancel"
msgstr ""

#. module: queue_job
#: code:addons/queue_job/models/queue_job.py:0
#: code:addons/queue_job/models/queue_job_channel.py:0
#, python-format
msgid "Cannot change the root channel"
msgstr ""

#. module: queue_job
#: code:addons/queue_job/models/queue_job.py:0
#: code:addons/queue_job/models/queue_job_channel.py:0
#, python-format
msgid "Cannot remove the root channel"
msgstr ""
Expand Down Expand Up @@ -163,6 +168,7 @@ msgid "Description"
msgstr ""

#. module: queue_job
#: model:ir.model.fields,field_description:queue_job.field_ir_model_fields__display_name
#: model:ir.model.fields,field_description:queue_job.field_queue_job__display_name
#: model:ir.model.fields,field_description:queue_job.field_queue_job_channel__display_name
#: model:ir.model.fields,field_description:queue_job.field_queue_job_function__display_name
Expand Down Expand Up @@ -234,13 +240,19 @@ msgstr ""
msgid "Followers (Partners)"
msgstr ""

#. module: queue_job
#: model:ir.model.fields,help:queue_job.field_queue_job__activity_type_icon
msgid "Font awesome icon e.g. fa-tasks"
msgstr ""

#. module: queue_job
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_function_search
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
msgid "Group By"
msgstr ""

#. module: queue_job
#: model:ir.model.fields,field_description:queue_job.field_ir_model_fields__id
#: model:ir.model.fields,field_description:queue_job.field_queue_job__id
#: model:ir.model.fields,field_description:queue_job.field_queue_job_channel__id
#: model:ir.model.fields,field_description:queue_job.field_queue_job_function__id
Expand Down Expand Up @@ -283,7 +295,7 @@ msgid "If checked, some messages have a delivery error."
msgstr ""

#. module: queue_job
#: code:addons/queue_job/models/queue_job.py:0
#: code:addons/queue_job/models/queue_job_function.py:0
#, python-format
msgid "Invalid job function: {}"
msgstr ""
Expand Down Expand Up @@ -364,6 +376,7 @@ msgid "Kwargs"
msgstr ""

#. module: queue_job
#: model:ir.model.fields,field_description:queue_job.field_ir_model_fields____last_update
#: model:ir.model.fields,field_description:queue_job.field_queue_job____last_update
#: model:ir.model.fields,field_description:queue_job.field_queue_job_channel____last_update
#: model:ir.model.fields,field_description:queue_job.field_queue_job_function____last_update
Expand Down Expand Up @@ -429,7 +442,7 @@ msgid "Model"
msgstr ""

#. module: queue_job
#: code:addons/queue_job/models/queue_job.py:0
#: code:addons/queue_job/models/queue_job_function.py:0
#, python-format
msgid "Model {} not found"
msgstr ""
Expand Down Expand Up @@ -503,7 +516,7 @@ msgid "Parent Channel"
msgstr ""

#. module: queue_job
#: code:addons/queue_job/models/queue_job.py:0
#: code:addons/queue_job/models/queue_job_channel.py:0
#, python-format
msgid "Parent channel required."
msgstr ""
Expand Down Expand Up @@ -726,7 +739,7 @@ msgid "UUID"
msgstr ""

#. module: queue_job
#: code:addons/queue_job/models/queue_job.py:0
#: code:addons/queue_job/models/queue_job_function.py:0
#, python-format
msgid ""
"Unexpected format of Related Action for {}.\n"
Expand All @@ -735,7 +748,7 @@ msgid ""
msgstr ""

#. module: queue_job
#: code:addons/queue_job/models/queue_job.py:0
#: code:addons/queue_job/models/queue_job_function.py:0
#, python-format
msgid ""
"Unexpected format of Retry Pattern for {}.\n"
Expand All @@ -758,16 +771,6 @@ msgstr ""
msgid "User ID"
msgstr ""

#. module: queue_job
#: model:ir.model.fields,field_description:queue_job.field_queue_job__website_message_ids
msgid "Website Messages"
msgstr ""

#. module: queue_job
#: model:ir.model.fields,help:queue_job.field_queue_job__website_message_ids
msgid "Website communication history"
msgstr ""

#. module: queue_job
#: model:ir.model,name:queue_job.model_queue_requeue_job
msgid "Wizard to requeue a selection of jobs"
Expand Down
Loading