Daily updates from Odoo
Wednesday, July 29, 2026
1 change · saas-18.4
Enhancements to existing features
This update limits Chilean company activity selections to the maximum supported by the official electronic document format. It helps prevent electronic invoices and related documents from being rejected because too many business activities were included.
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 Forward-Port-Of: odoo/enterprise#123856