Daily updates from Odoo
Wednesday, February 5, 2025
1 change · master
Features or functions removed from Odoo
This change removes older workaround code in Studio that manually refreshed display names. The underlying issue is now fixed elsewhere, so removing the workaround lowers maintenance risk without changing normal user workflows.
Original PR description
https://github.com/odoo/enterprise/pull/6183 adds a weird manual call to _compute_display_name() to fix a registry issue of generated by base_automation. Another fix was created to fix this first fix in https://github.com/odoo/enterprise/pull/21746/commits/7b5dfa9792fc0d3ba8ccb810999f39de8ea404f1. But actually https://github.com/odoo/odoo/pull/39233 fixes the root issue. Then remove the two first weird fixes.