Daily updates from Odoo
Friday, September 26, 2025
5 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
The default user group name has been changed back after feedback from use. This keeps terminology familiar for users and reduces confusion in access or role descriptions.
Original PR description
After using it, fp changed his mind.
The Indian reporting module now shows the IRN number in a more appropriate area of the vendor bill form instead of the title. This preserves the standard bill layout while making the number easier to copy when needed.
Original PR description
During testing in 19, I saw that the IRN field was in the title and that totally disturbs the standard layout of how a vendor bill form should look like in Odoo. In order to easily copy paste we add a class text-break (l10n_ec_edi has the same case for the authorization number)
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