Daily updates from Odoo
Wednesday, July 1, 2026
3 changes · 18.0
Enhancements to existing features
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
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