Daily updates from Odoo
Wednesday, July 1, 2026
5 changes · 18.0
Enhancements to existing features
The customer-facing label “Use Batch Shipping” has been renamed to “Use Multicollo” in the Sendcloud delivery settings. This makes the wording clearer and aligns it with Sendcloud’s own terminology, reducing confusion for users.
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
This update removes technical e-reporting fields from the standard invoice screen so regular invoicing users see a cleaner, less cluttered view. The relevant e-reporting flow, status, and any blocking issues are still available in the invoice chatter, with a direct link to the related flow when needed. It also stops showing address validation errors on B2C invoices when they are not required.
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. 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
This update alerts cashiers when a Point of Sale device clock is drifting from the server time. It helps prevent wrong order and payment timestamps, which can otherwise lead to mismatches in receipts and daily reports.
Original PR description
PoS timestamps (order creation, payment) are captured from the device clock to support offline sessions. When a device clock is misconfigured, all timestamps in that session are silently wrong, causing discrepancies in daily reports and receipts. opw-6320108 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Event template questions can now be reordered by dragging and dropping them in the Questions page. This brings the template experience in line with regular events and makes it easier to organize questions in the desired order.
Original PR description
In the even template, on the questions page, we can't drag and change the order of the questions. To fix it, we'll add the sequence field with handle widget to event.type questions list view to enable drag-and-drop reordering matching the behavir in event.event. Steps to reproduce: 1.Go to event templates 2.Select any templates 3.Go to questions page 4.We can't drag and drop questions opw-6260478
This update makes Odoo’s logging easier to customize, including support for declarative configuration and structured JSON logs. It helps teams route, format, and store logs in ways that better fit their operations and troubleshooting needs, while keeping existing logging behavior working as before.
Original PR description
Stable friendly backport of #270562 Less elements where moved, cleaned, removed, ... keeping the minimal changes to make it work in stable. Forward-Port-Of: odoo/odoo#273127