From 1dcdc23fbfc1449920143f9a00d97fd80f21568e Mon Sep 17 00:00:00 2001 From: Quentin Groulard Date: Fri, 27 Feb 2026 12:15:27 +0100 Subject: [PATCH 1/2] [FIX] queue_job_batch: multi company rule Adapt to the new multi company system. --- queue_job_batch/security/security.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue_job_batch/security/security.xml b/queue_job_batch/security/security.xml index 9443708ae0..a033a049c7 100644 --- a/queue_job_batch/security/security.xml +++ b/queue_job_batch/security/security.xml @@ -20,7 +20,7 @@ ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + >[('company_id', 'in', company_ids + [False])] From 697f0db82876ea9d847ab51d6ec4731f8969a83d Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 20 Jul 2026 15:30:34 +0000 Subject: [PATCH 2/2] [BOT] post-merge updates --- README.md | 2 +- queue_job_batch/README.rst | 2 +- queue_job_batch/__manifest__.py | 2 +- queue_job_batch/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 883336fd69..3d44e9cde8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [base_import_async](base_import_async/) | 18.0.1.0.0 | | Import CSV files in the background [queue_job](queue_job/) | 18.0.3.1.3 | guewen sbidoul | Job Queue -[queue_job_batch](queue_job_batch/) | 18.0.1.1.0 | | Job Queue Batch +[queue_job_batch](queue_job_batch/) | 18.0.1.1.1 | | Job Queue Batch [queue_job_cron](queue_job_cron/) | 18.0.1.1.1 | | Scheduled Actions as Queue Jobs [queue_job_cron_jobrunner](queue_job_cron_jobrunner/) | 18.0.1.0.1 | ivantodorovich | Run jobs without a dedicated JobRunner [queue_job_profiler](queue_job_profiler/) | 18.0.1.0.1 | simahawk | Job Queue Profiler diff --git a/queue_job_batch/README.rst b/queue_job_batch/README.rst index a232be0b3c..57dc08f67b 100644 --- a/queue_job_batch/README.rst +++ b/queue_job_batch/README.rst @@ -11,7 +11,7 @@ Job Queue Batch !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:81d1edb81bb2c114b7afe11730c4f36f6eedcf5fe32a6b258600fd24d69a4be9 + !! source digest: sha256:ca835258ad181cc54a5ba0eea86590c59e71b3aa70582a7ce115b83caa952991 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/queue_job_batch/__manifest__.py b/queue_job_batch/__manifest__.py index fc1245e076..7b9a0abc54 100644 --- a/queue_job_batch/__manifest__.py +++ b/queue_job_batch/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Job Queue Batch", - "version": "18.0.1.1.0", + "version": "18.0.1.1.1", "author": "Creu Blanca,Odoo Community Association (OCA)", "website": "https://github.com/OCA/queue", "license": "AGPL-3", diff --git a/queue_job_batch/static/description/index.html b/queue_job_batch/static/description/index.html index 75a507f02e..3c8cb8fe0b 100644 --- a/queue_job_batch/static/description/index.html +++ b/queue_job_batch/static/description/index.html @@ -372,7 +372,7 @@

Job Queue Batch

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

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

This addon adds an a grouper for queue jobs.