From 78ad392f6bfc7ae8baebdb468ce40f101f1a5161 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 25 Jan 2024 16:41:48 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + queue_job_cron/README.rst | 2 +- queue_job_cron/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af7d3a4983..becba2c381 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [queue_job](queue_job/) | 17.0.1.0.0 | [![guewen](https://github.com/guewen.png?size=30px)](https://github.com/guewen) | Job Queue +[queue_job_cron](queue_job_cron/) | 17.0.1.0.0 | | Scheduled Actions as Queue Jobs [queue_job_cron_jobrunner](queue_job_cron_jobrunner/) | 17.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Run jobs without a dedicated JobRunner [queue_job_subscribe](queue_job_subscribe/) | 17.0.1.0.0 | | Control which users are subscribed to queue job notifications [test_queue_job](test_queue_job/) | 17.0.1.0.0 | | Queue Job Tests diff --git a/queue_job_cron/README.rst b/queue_job_cron/README.rst index 8dafd90613..7943963cd1 100644 --- a/queue_job_cron/README.rst +++ b/queue_job_cron/README.rst @@ -7,7 +7,7 @@ Scheduled Actions as Queue Jobs !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b480c9654ed31009970555755c9376fdcaa5746eeeb0fc9415ec99d387ce5605 + !! source digest: sha256:c790b0e3494e59c709d57d7dbb0864ac37ce3af23801499f352df7528d5fe072 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/queue_job_cron/static/description/index.html b/queue_job_cron/static/description/index.html index 19ad58e24c..9815d66e41 100644 --- a/queue_job_cron/static/description/index.html +++ b/queue_job_cron/static/description/index.html @@ -366,7 +366,7 @@

Scheduled Actions as Queue Jobs

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

Beta License: AGPL-3 OCA/queue Translate me on Weblate Try me on Runboat

This module extends the functionality of queue_job and allows to run an diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 8178f6cce9..bb4e5960f9 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-queue" -version = "17.0.20240108.0" +version = "17.0.20240125.0" dependencies = [ "odoo-addon-queue_job>=17.0dev,<17.1dev", + "odoo-addon-queue_job_cron>=17.0dev,<17.1dev", "odoo-addon-queue_job_cron_jobrunner>=17.0dev,<17.1dev", "odoo-addon-queue_job_subscribe>=17.0dev,<17.1dev", "odoo-addon-test_queue_job>=17.0dev,<17.1dev",