Daily updates from Odoo
Thursday, July 16, 2026
1 change · 18.0
Enhancements to existing features
This update prevents Chilean electronic documents from being submitted with more business activities than the official XML format allows. By enforcing the four-activity limit earlier, companies can avoid document rejections and related processing delays.
Original PR description
The Chilean XML schema supports maximum of 4 activities (l10n_cl_company_activity_ids), but we allow to add more than that. If this happens, it causes rejections since electronic documents are being sent with more than 4 options selected, and returning rejection errors. Adding constraint to limit l10n_cl_company_activity_ids task-id: 6329320