Saturday, June 17, 2023
2 changes · master
Enhancements to existing features
This update replaces an older template instruction with the current recommended one across many Odoo modules. It helps keep the platform aligned with current standards and reduces warning messages during operation, without changing expected user-facing behavior.
Original PR description
2023-06-17 08:41:21,068 8348 WARNING 17_1706 odoo.addons.base.models.ir_qweb: Found deprecated directive @t-esc="title or 'Odoo'" in template 183. Replace by @t-out 2023-06-17 08:41:21,069 8348 WARNING 17_1706 odoo.addons.base.models.ir_qweb: Found deprecated directive @t-esc='request.csrf_token(None)' in template 183. Replace by @t-out 2023-06-17 08:41:21,070 8348 WARNING 17_1706 odoo.addons.base.models.ir_qweb: Found deprecated directive @t-esc='debug' in template 183. Replace by @t-out --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update replaces an outdated template instruction with its current supported equivalent across several Odoo Enterprise views. It reduces technical warnings and helps keep accounting and reporting interfaces compatible with newer platform standards without changing business workflows.
Original PR description
2023-06-17 08:41:21,068 8348 WARNING 17_1706 odoo.addons.base.models.ir_qweb: Found deprecated directive @t-ESC="title or 'Odoo'" in template 183. Replace by @t-out 2023-06-17 08:41:21,069 8348 WARNING 17_1706 odoo.addons.base.models.ir_qweb: Found deprecated directive @t-ESC='request.csrf_token(None)' in template 183. Replace by @t-out 2023-06-17 08:41:21,070 8348 WARNING 17_1706 odoo.addons.base.models.ir_qweb: Found deprecated directive @t-ESC='debug' in template 183. Replace by @t-out CE: https://github.com/odoo/odoo/pull/125509