Daily updates from Odoo
Thursday, July 2, 2026
3 changes · saas-19.2
Enhancements to existing features
The Expense dashboard now follows the same filtering rules as the list view for the 'To Submit', 'Waiting Approval', and 'Waiting Reimbursement' states. This makes dashboard totals more accurate, for example allowing managers to see the amounts for the employees they supervise.
Original PR description
For the expense dashboard with the states 'To Submit', 'Waiting Approval' and 'Waiting Reimbursement', make these states compliants with the current filters of the list view. It means, for example, that a manager can see the total amounts of the people he manages. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#273302 Forward-Port-Of: odoo/odoo#270234
This change removes technical e-reporting fields from standard invoice screens so everyday users see a cleaner, less confusing form. The same information is still available in the invoice chatter, where related flow, status, and blocking errors are recorded with a direct link to the e-reporting process. It also avoids unnecessary address validation errors on B2C invoices when they are not needed for this reporting flow.
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 Forward-Port-Of: odoo/odoo#271865
The log viewer has been improved to stay responsive with very large log files by showing only the most recent entries. It also now keeps new messages in view only when you are already at the bottom, and removes extra noise such as color-code artifacts and self-generated log request entries.
Original PR description
This commit makes the following pages to the log viewing page: - Only the last 10000 lines of logs are shown. This stops the page from freezing/performing badly when the logfile is very large. - When the view is at the bottom of the page, new logs are automatically scrolled into view. Otherwise the view stays still so the user can inspect the logs without them scrolling away. - The ANSI color codes are now stripped from the logs as they were just displayed as garbage characters. - The requests to fetch logs are now removed from the output, as otherwise you would be spammed with requests that only happen as a result of the logging page being open. task-6330996 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr