Friday, September 26, 2025
3 changes · 19.0
Enhancements to existing features
The Equity app receives improvements to beneficial ownership workflows, portal forms, valuation and cap table displays, and related communications. These changes make it easier for users to complete equity ownership requests accurately while addressing issues found during testing.
Original PR description
1. Unit tests for UBO 2. UI/UX improvements 3. Fixes for detected issues task-5078906
Bank statement matching no longer uses a fixed tolerance when an invoice is slightly higher than the bank payment. The tolerance is now controlled by a system setting, defaulting to zero, so businesses can choose whether to allow automatic partial matching and keep differences in suspense.
Original PR description
This commit: https://github.com/odoo/enterprise/commit/9bea3f2c517e77fdb822eb53b9648e9fc5478dac introduce a tolerance. If an invoice has a bigger amount than the bank line but within the tolerance of 3%, reconcile the invoice automatically and leave the difference in the suspense account. The statement line will be partially matched. This commit will change that tolerance to use a system parameter instead. For old DB the tolerance is at 0 and for new DB a system parameter (0 by default) will be put so that people that want to use it can. task-5106655 Forward-Port-Of: odoo/enterprise#95567 Forward-Port-Of: odoo/enterprise#95301
This update improves how Odoo handles internal search and filtering rules, making common operations faster without changing user workflows. Businesses should see smoother performance in areas that rely heavily on filtering records, especially on larger databases.
Original PR description
Backport of #227808 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr