Friday, March 22, 2024
1 change · 17.0
Enhancements to existing features
This update refines an automated test for stock revaluation to focus only on verifying the financial value changes, rather than checking product display names. This makes the test more flexible since many companies customize product names without affecting the core revaluation functionality.
Original PR description
This fix was merged yesterday: https://github.com/odoo/odoo/pull/154239 The fix is ok but the test is testing the display name on the product. It is not necessary for the purpose of the change. Forward-Port-Of: odoo/odoo#157546