Thursday, July 10, 2025
2 changes · saas-18.3
Enhancements to existing features
Tax-related test helpers were moved into a shared invoicing test setup so they can be reused across accounting test areas. This reduces duplicate test code and helps keep tax behavior checks more consistent, with no expected direct impact on daily users.
Original PR description
…tInvoicingCommon --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#217767 Forward-Port-Of: odoo/odoo#215588
The POSBox homepage now shows clearer database connection actions by renaming the disconnect button and hiding new database setup when one is already configured. This reduces on-screen clutter and makes the connection status easier for users to understand.
Original PR description
We renamed the "Disconnect from current" button to "Disconnect", and removed the possibility to configure a new database if one is already configured. This eases user experience, by reducing the amount of information on the screen. Task: 4922634 Forward-Port-Of: odoo/odoo#217706