Daily updates from Odoo
Tuesday, October 25, 2022
1 change · master
Enhancements to existing features
This update replaces an older template instruction with the current supported one across accounting and localization modules. It helps keep reports and dashboards working as expected while reducing unnecessary warning messages in system logs.
Original PR description
Due to the deprecation of t-esc to the unique use of t-out in the rendering template, this replace every usage of it and ensures everything continues to work as inteded. Removing deprecation warnings polluting terminal deprecation commit: https://github.com/odoo/odoo/commit/9ce5bc8881ae06b613ef61eb07453b224f62bae6 Signed-off-by: Julien Alardot (jual) <jual@odoo.com>