Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][IMP] report_qweb_parameter: Remove warnings #935

Merged

Commits on Oct 9, 2024

  1. [IMP] report_qweb_parameter: 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 `Markup` if 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 `Markup`
    if necessary (which likely is not the case)
    victoralmau committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    82488b1 View commit details
    Browse the repository at this point in the history
  2. [IMP] report_qweb_parameter: pre-commit

    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.
    victoralmau committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4973780 View commit details
    Browse the repository at this point in the history