Wednesday, October 15, 2025
2 changes · saas-18.4
Enhancements to existing features
A new automated test was added to verify a specific India tax calculation scenario where two similarly configured included taxes should produce equal amounts. 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
The salary configurator sidebar now has better spacing between field labels and their help icons. This small visual improvement makes the interface cleaner and easier to read for 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