Thursday, October 10, 2019
1 change · master
Features or functions removed from Odoo
Odoo removed an old web page route for individual apps that had not worked reliably for several versions and could trigger errors. This reduces confusing failures for users and cleans up obsolete web behavior without affecting normal app access.
Original PR description
[REM] web: remove unused controller /apps/<app> This controller never really worked in the last 3 versions. It was fixed in 11.3 with e935099 but broken with refactoring in 12.0 at a higher level with 19eacf7. It was even worse in 13.0 as it was leading to a traceback: `view_type` field got removed with 3cd7ed0 but this controller was still reading that field. Forward-Port-Of: odoo/odoo#38173