Friday, June 26, 2026
2 changes · saas-19.2
Enhancements to existing features
The bank reconciliation screen now has a simpler, mobile-friendly layout that is easier to use on small screens. It also shows key statement details and the remaining balance above the list, giving users better context while they reconcile payments.
Original PR description
Current behavior before PR: On mobile devices, the bank reconciliation dialog relied on the base kanban view of account move line, which is difficult to handle and lacked contextual information about…
Current behavior before PR: On mobile devices, the bank reconciliation dialog relied on the base kanban view of account move line, which is difficult to handle and lacked contextual information about the statement being reconciled. Desired behavior after PR is merged: The bank reconciliation flow on mobile uses a dedicated kanban view with a simplified layout. An informational line is displayed above the main view, showing the statement date, reference, and remaining balance for better context. Changes implemented: - Added a mobile-specific kanban view for bank reconciliation dialog. - Displayed an information line above the kanban view with statement date, reference, and balance like desktop view for bank reconciliation dialog. - Moved 'onSelectionChanged' to 'BankRecSelectCreateDialog' and shared it through 'bankRecInfo', moved 'remainingAmountFormatted' into the state, and removed the duplicated getters from the list and kanban renderers. - Kept the existing desktop layout and behavior unchanged. - Added a HOOT test to check the mobile bank reconciliation dialog. task-5502469 Forward-Port-Of: odoo/enterprise#106565
This update makes the timesheet assistant clearer and more reliable for users. It now explains whether a connection issue comes from the server not running or from browser security settings, warns when the browser extension is missing or inactive, and shows the right suggestion when a calendar item is removed so users do not lose useful time entries. It also improves suggestion quality by showing the actual record name, using the most recent matching project when several are possible, and fixing a regression in how suggestion data is matched.
Original PR description
Forward-Port-Of: odoo/enterprise#115859