test_queue_job_batch
This module provides tests for the queue job batch functionality in Odoo.
Key Features
- queue.job.batch: Enables creating new batches to group related jobs
- queue.job.batch: Tracks batch state transitions from pending to progress to finished
- queue.job.batch: Calculates batch completeness percentage based on job execution
- queue.job.batch: Supports marking batches as read after completion
- queue.job: Allows jobs to be associated with batches for coordinated execution