Wednesday, October 15, 2025
5 changes · 19.0
Enhancements to existing features
A new automated test was added to confirm that matching India tax rules produce equal tax amounts when configured the same way. This helps reduce the risk of future accounting calculation regressions without changing user-facing behavior.
Original PR description
Added a missing test case in India tax computation, where both taxes have the same configuration as below: - amount: same for both taxes - price_include: True - include_base_amount: True - is_base_affected: False In this case, both tax amounts should be equal. This commit ensures that scenario is properly covered in the test suite. Forward-Port-Of: odoo/odoo#231364
This update makes small visual improvements in Point of Sale screens. Users can now see the currency symbol in payment forms, and custom text boxes for configurable items line up properly with other choices, reducing confusion during checkout.
Original PR description
Before this commit:
1. The currency symbol was not visible in the monetary field in the payment form view.
2. The custom text box in a customizable item was not aligned with the other choices.
After this commit:
1. Now, the currency symbol is visible.
2. Now, the text box is aligned with other choices.
Task id : 5106355
---
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prSkill matching is no longer shown in talent pool views. Recruiters will now see skill matching only when an applicant applies for a specific job, making the information more relevant to the hiring context.
Original PR description
Removed skill matching from the talent pool view, it now appears only whenever the applicant applies on a specific job task:5083092 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds internal documentation for the HTML builder's editing actions and related behavior. It helps developers understand and maintain these tools more easily, reducing the risk of future mistakes without changing the user experience.
Original PR description
This commit adds JSDoc for `BuilderAction` and related concepts. Forward-Port-Of: odoo/odoo#229281
The salary configurator sidebar now has clearer spacing between field labels and their explanatory tooltip icons. This small visual improvement makes the interface easier to read and more polished for HR users.
Original PR description
In the salary configurator sidebar some fields have a tooltip to explain how the value is calculated, the icon for that tooltip had no margin between itself and the label. This commit adds a margin between them to make it more visually pleasing. Task ID: 5138530 Forward-Port-Of: odoo/enterprise#96483