Friday, October 17, 2025
2 changes · saas-18.2
Enhancements to existing features
Adds automated test coverage for Indian export invoices without LUT when prices include tax. This helps ensure the invoice base amount matches the total, reducing the risk of incorrect electronic invoicing data.
Original PR description
Add test for export without LUT and price included tax, but base should be equal to invoice total. Forward-Port-Of: odoo/odoo#231614
Opening the Point of Sale configuration page on tablets and phones no longer automatically opens the on-screen keyboard. This makes the page less disruptive and easier to browse on touch devices.
Original PR description
Task: [#5016943](https://www.odoo.com/odoo/project/1737/tasks/5016943)
---
On tablets and phones, the search bar was autofocus when opening the POS config kanban view. This was causing the keyboard to open automatically, which was not a good user experience.
Now the search bar is not autofocus on touch devices for the POS config kanban view ('view_pos_config_kanban').
Forward-Port-Of: odoo/odoo#231045