Wednesday, October 15, 2025
2 changes · saas-18.3
Enhancements to existing features
A new automated test checks a specific India tax setup where two matching included taxes should produce equal amounts. This helps prevent future tax calculation regressions and improves confidence in accounting accuracy.
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
The salary configurator sidebar now adds space between field labels and their tooltip icons. This small visual improvement makes the interface cleaner and easier to read for HR users configuring salaries.
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