diff --git a/README.md b/README.md index c838906ff0..e9a0d5e467 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,12 @@ Asynchronous Job Queue. Delay Model methods in asynchronous jobs, executed in th [//]: # (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/) | 17.0.1.0.0 | [![guewen](https://github.com/guewen.png?size=30px)](https://github.com/guewen) | Job Queue +[test_queue_job](test_queue_job/) | 17.0.1.0.0 | | Queue Job Tests [//]: # (end addons) diff --git a/queue_job/README.rst b/queue_job/README.rst index ea42b503d3..5057f1bc47 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:e4adb9f7d3826547b0c31485007d2792067c66ac25edad9eb9be7839b09013e1 + !! source digest: sha256:83ad6a5c2fbff3787cef5650a757a14d469cb52295c19f307e2677d579025c15 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 4c09580018..65c1010eb7 100644 --- a/queue_job/static/description/index.html +++ b/queue_job/static/description/index.html @@ -1,3 +1,4 @@ +
@@ -366,7 +367,7 @@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..9e89614334 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,12 @@ +[project] +name = "odoo-addons-oca-queue" +version = "17.0.20231205.0" +dependencies = [ + "odoo-addon-queue_job>=17.0dev,<17.1dev", + "odoo-addon-test_queue_job>=17.0dev,<17.1dev", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 17.0", +]