Wednesday, October 15, 2025
2 changes · saas-18.2
Enhancements to existing features
A new automated test checks a specific India tax setup where two included taxes share the same configuration and should produce equal amounts. This helps reduce the risk of future tax calculation regressions without changing day-to-day user workflows.
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 clearer spacing between field labels and tooltip icons. This small visual improvement makes the interface easier to read and more polished for users configuring salary details.
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