Skip to content

Conversation

@AnizR
Copy link
Contributor

@AnizR AnizR commented Jan 14, 2026

Goal

Define the chunk size when importing in background

Context

When realizing big import, we have the option to define batch sizes for import (feature from odoo's base_import):
image

But, I realized that base_import_async wasn't using this field and so, it does only batches of 100 records (default value).
This field is set as options["limit"] by odoo's front (in .js). Therefore, I have updated the OPT_CHUNK_SIZE because "chunk_size" is never defined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants