From 07cc7df27e95dd9d5b55a02101ccfba3970d1c37 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 4 Jun 2025 03:32:42 +0000 Subject: [PATCH] [UPD] addons table in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d78cb8ca63..c43e4e8253 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [base_import_async](base_import_async/) | 13.0.2.0.1 | | Import CSV files in the background -[queue_job](queue_job/) | 13.0.3.11.3 | [![guewen](https://github.com/guewen.png?size=30px)](https://github.com/guewen) | Job Queue +[queue_job](queue_job/) | 13.0.3.11.3 | guewen | Job Queue [queue_job_cron](queue_job_cron/) | 13.0.2.1.1 | | Scheduled Actions as Queue Jobs [queue_job_subscribe](queue_job_subscribe/) | 13.0.1.0.0 | | Control which users are subscribed to queue job notifications [queue_job_web_notify](queue_job_web_notify/) | 13.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.