Monday, February 15, 2021
1 change · master
Features or functions removed from Odoo
An old internal option for skipping HTML escaping in QWeb field formatting has been removed because it is no longer used. This simplifies the underlying page rendering code with minimal expected impact on users or business workflows.
Original PR description
QWeb fields formatting would go to its own `html_escape` function which could skip escaping depending on an option This option is completely unused. This is some proto-html-field thing from the early days (added in 2013) kept alive through the darkest of magics, it's unclear that it's ever been used.