Closed victoralmau closed 1 month ago
On my way to merge this fine PR! Prepared branch 17.0-ocabot-merge-pr-935-by-pedrobaeza-bump-patch, awaiting test results.
Congratulations, your PR was merged at f2bf5ed993a2b09b4293a7c8950f88ad679cd561. Thanks a lot for contributing to OCA. ❤️
Remove warning Found deprecated directive
@t-raw
WARNING devel odoo.addons.base.models.ir_qweb: Found deprecated directive @t-raw='docs.env["ir.qweb"].check_length(docs[0].vat, 10, False)[:10]' in template 237. Replace by @t-out, and explicitely wrap content in
Markupif necessary (which likely is not the case)
WARNING devel odoo.addons.base.models.ir_qweb: Found deprecated directive @t-raw='docs.env["ir.qweb"].check_length(docs[0].company_registry, False, 10)' in template 237. Replace by @t-out, and explicitely wrap content in
Markupif necessary (which likely is not the case)
Execute pre-commit to remove the existing warning.
WARNING prod py.warnings: /opt/odoo/custom/src/odoo/odoo/addons/base/models/ir_module.py:178: DeprecationWarning: XML declarations in HTML module descriptions are deprecated since Odoo 17, report_qweb_parameter can just have a UTF8 description with not need for a declaration.
@Tecnativa