Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor create method to support multiple record creation
Replaced `@api.model` with `@api.model_create_multi` to enable batch creation of records. Updated logic to handle a list of value dictionaries (`vals_list`) instead of a single `vals` dictionary. This improves performance and aligns with best practices for handling record creation in Odoo.
- Loading branch information