Daily updates from Odoo
Monday, July 6, 2026
4 changes · saas-18.3
Enhancements to existing features
The Sendcloud delivery option previously called "Use Batch Shipping" is now called "Use Multicollo". This aligns Odoo wording with Sendcloud terminology and helps customers better understand the setting.
Original PR description
In order to avoid confusion for the customer, "Use Batch Shipping" was renamed to "Use Multicollo".This way it is consistent with the terminology used by Sendcloud. task-6048477 Forward-Port-Of: odoo/enterprise#122133
Budget reports now use the same profitability classification as analytic profitability reporting when selecting analytic accounting entries. This helps businesses compare budgets and profitability with more consistent figures across reports.
Original PR description
Use the new field analytic_profitability in the conditions of the query to get the account analytic lines of the budget report task-4959636 Forward-Port-Of: odoo/enterprise#121760
This update simplifies invoices for regular users by hiding technical e-reporting details. Relevant e-reporting information is now logged in the invoice chatter, providing easy access for support and debugging, without cluttering standard invoices. Additionally, address validation errors for B2C invoices are no longer reported.
Original PR description
E-reporting technical fields were displayed directly on invoices, adding noise for regular invoicing users. Hide the e-reporting status columns and technical block from the standard invoice views, while keeping them available for debugging. Log the relevant e-reporting flow, status and blocking errors in the invoice chatter instead, with a link to the related flow. Also avoid reporting address validation errors on B2C invoices, as they are not required for Flux 10 e-reporting. Task-6273226 Forward-Port-Of: odoo/odoo#268499
This update adds a 'Profitability' field to account analytic lines, enabling a clearer breakdown of revenue and loss within the Analytic Report. This enhancement provides better visibility into profitability trends and improves financial analysis capabilities.
Original PR description
[IMP] account: group analytic items by profitability This commit add a new field 'Profitability' on the account analytic line model, this will allow to visually split analytic line items in 2 categories: 'Revenue' and 'Loss' in the Analytic Report task-4959636 Forward-Port-Of: odoo/odoo#262962