Tracking Bulk Jobs

Updated 11 July 2026

Monitor large AI operations that run in the background – batch updates, exports, and heavy data processing.

Overview

When AI needs to process hundreds or thousands of records at once, doing it all in one instant request could slow down your server. Instead, Odoo MCP Connection queues these as Bulk Jobs that run in the background.

You can see each job’s status, progress, results, and any error messages from Odoo MCP Connection → Bulk Jobs. Jobs are typically started by AI tools (not manually in Odoo), but you monitor and manage them here.

How It Works

Step-by-Step Guide

Go to Odoo MCP Connection → Bulk Jobs.

Review the list – jobs are sorted with newest first.

Check the State column: Pending, Running, Done, Failed, or Cancelled.

Click a job to open details.

Read Tool Name to understand what operation was requested.

Check Progress and Progress Total while a job is running.

When done, review Result for the outcome or Error Message if it failed.

To stop a job early, open it and click Cancel (only works for Pending or Running jobs).

Fields Table

Field Explanations

Name

Automatically created from the tool name and timestamp. Helps you find a specific job in the list.

API Key

Shows which connection submitted the work. Cross-reference with Audit Logs for the full request history.

User

The Odoo account whose permissions apply to all record changes in this job.

State

Pending = waiting to start. Running = in progress. Done = finished successfully. Failed = stopped with an error. Cancelled = stopped by a user.

Tool Name

The batch operation type – batch create, batch update, export dataset, submit_job, etc.

Payload

What the AI sent – record lists, filters, or export parameters. Useful for understanding what the job tried to do.

Result

Summary of successful completion – counts, IDs created, file references, etc.

Error Message

Full error text when something went wrong. Share this with your Odoo partner if you need help fixing permissions or data issues.

Progress & Progress Total

Track completion during long jobs. If progress stalls, the server may be under heavy load.

Tips

Common Mistakes

Image

Tracking Bulk Jobs