Saturday, July 18, 2026
6 changes · master
Enhancements to existing features
The website builder now avoids repeated database checks when showing imported footer options. This makes the footer customization flow more efficient without changing what users see or how they work.
Original PR description
The imported footer template provider queried the database every time the footer options was used. This commit caches the lookup so it only runs once, and check existence with a `search` limit=1 rather than a `searchCount`. task-6018501
The Mexican payroll localization now includes the latest SAT perception and deduction concepts for CFDI payroll documents. This helps companies keep payroll reporting aligned with current Mexican tax authority requirements.
Original PR description
Adds the new SAT perception and deduction concepts to the Mexican payroll CFDI concept catalog. task-6295124 Forward-Port-Of: odoo/enterprise#121568
The payment form no longer shows the Payment Identifier field because it did not provide useful information for end users. This reduces visual clutter and helps users focus on relevant payment details.
Original PR description
- The Payment Identifier field has been permanently hidden from the payment form view, as it does not provide actionable or useful information to the end user. community pr - https://github.com/odoo/odoo/pull/266072 task- 6237870 Forward-Port-Of: odoo/enterprise#118183
The point of sale IoT debug window no longer shows the rarely used button for refreshing the customer display. This simplifies the debug interface and reduces clutter without affecting normal checkout operations.
Original PR description
We remove the "refresh" button used to refresh the customer display screen from the debug windows as it's almost never used. see odoo/odoo#274986 task-6357970 Forward-Port-Of: odoo/enterprise#123483
Users can now move through the journal creation wizard using keyboard arrow keys. This improves accessibility and makes setup faster for users who prefer keyboard navigation.
Original PR description
This commit aims to allow for navigation through the journal create wizard via keybaord arrows. Related Odoofin PR: https://github.com/odoo/odoofin/pull/502 task-5796200 Forward-Port-Of: odoo/enterprise#105541
Draft bank statement lines now appear in blue in the bank reconciliation view. This helps accounting users quickly identify which lines are not yet finalized, reducing review time and potential confusion.
Original PR description
This commit will put the text in blue when the statement line is in draft to be able to see quickly which lines are in draft. task-6327308 Forward-Port-Of: odoo/enterprise#124418 Forward-Port-Of: odoo/enterprise#121775