From fd49d74b52e4331358905d94d35271cc7da18b52 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 4 Apr 2024 06:58:53 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + queue_job_web_notify/README.rst | 2 +- queue_job_web_notify/static/description/index.html | 3 +-- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 687b6b74e7..fcf8ca5d04 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ addon | version | maintainers | summary [queue_job_cron](queue_job_cron/) | 16.0.2.0.0 | | Scheduled Actions as Queue Jobs [queue_job_cron_jobrunner](queue_job_cron_jobrunner/) | 16.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/) | 16.0.1.0.0 | | Control which users are subscribed to queue job notifications +[queue_job_web_notify](queue_job_web_notify/) | 16.0.1.0.0 | | This module allows to display a notification to the related user of a failed job. It uses the web_notify notification feature. [test_queue_job](test_queue_job/) | 16.0.2.2.1 | | Queue Job Tests [test_queue_job_batch](test_queue_job_batch/) | 16.0.1.0.0 | | Test Job Queue Batch diff --git a/queue_job_web_notify/README.rst b/queue_job_web_notify/README.rst index 0559b51fe0..bdd01e18db 100644 --- a/queue_job_web_notify/README.rst +++ b/queue_job_web_notify/README.rst @@ -7,7 +7,7 @@ Queue Job Web Notify !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5323f093bbd847963317ba481fa1b5e7cf038371945dd75145ebc6d72af59e41 + !! source digest: sha256:d5d921b41225ae3412b1aeedf7b7adca4716024d8ac224b973085dda1df3d79c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/queue_job_web_notify/static/description/index.html b/queue_job_web_notify/static/description/index.html index 8b6d0df7c5..d37e0406c9 100644 --- a/queue_job_web_notify/static/description/index.html +++ b/queue_job_web_notify/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Queue Job Web Notify

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

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

This module extends the mail notification feature of Queue Job. It adds diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index ef49f03fc3..33f65a9a8c 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20231129.0 \ No newline at end of file +16.0.20240404.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 96bbc6018b..5efe375fca 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -15,6 +15,7 @@ 'odoo-addon-queue_job_cron>=16.0dev,<16.1dev', 'odoo-addon-queue_job_cron_jobrunner>=16.0dev,<16.1dev', 'odoo-addon-queue_job_subscribe>=16.0dev,<16.1dev', + 'odoo-addon-queue_job_web_notify>=16.0dev,<16.1dev', 'odoo-addon-test_queue_job>=16.0dev,<16.1dev', 'odoo-addon-test_queue_job_batch>=16.0dev,<16.1dev', ],