ai_tokenize_collection
Tokenize all records of a specified model in Odoo, returning the count of processed records. Use for batch processing; for large models, prefer scheduled nightly runs.
Instructions
Tokenize ALL records of a model via the registry entry. Heavy operation — for large models prefer the nightly cron. Returns count of processed records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| model | Yes | Model name | |
| view_type | No | form |