From 4b8b0fe7f4b7bacbcf8a8f6b8e52098277bdc1b9 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 15 Oct 2024 13:06:27 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 7 ++++++- queue_job/README.rst | 2 +- queue_job/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 12 ++++++++++++ 4 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 setup/_metapackage/pyproject.toml diff --git a/README.md b/README.md index 9c54a10b3d..8323895e16 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,12 @@ queue [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[queue_job](queue_job/) | 18.0.1.0.0 | [![guewen](https://github.com/guewen.png?size=30px)](https://github.com/guewen) | Job Queue +[test_queue_job](test_queue_job/) | 18.0.1.0.0 | | Queue Job Tests [//]: # (end addons) diff --git a/queue_job/README.rst b/queue_job/README.rst index 5c0ad323a5..1a44189b2c 100644 --- a/queue_job/README.rst +++ b/queue_job/README.rst @@ -7,7 +7,7 @@ Job Queue !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b9e93efc8b0afac10d4666c9b35305aac8ac679488e6ac1ad649adb7bac65f4a + !! source digest: sha256:523c7c12f68d6d35426cc2f7f8833ef58db14317fc3eb5548ea7b2676d4ee89a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/queue_job/static/description/index.html b/queue_job/static/description/index.html index 7c54db9f84..27faa78270 100644 --- a/queue_job/static/description/index.html +++ b/queue_job/static/description/index.html @@ -367,7 +367,7 @@

Job Queue

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

Mature License: LGPL-3 OCA/queue Translate me on Weblate Try me on Runboat

This addon adds an integrated Job Queue to Odoo.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 0000000000..979c887ba5 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,12 @@ +[project] +name = "odoo-addons-oca-queue" +version = "18.0.20241015.0" +dependencies = [ + "odoo-addon-queue_job==18.0.*", + "odoo-addon-test_queue_job==18.0.*", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 18.0", +]