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

[18.0][MIG] report_qweb_parameter: Migration to 18.0 #939

Open
wants to merge 16 commits into
base: 18.0
Choose a base branch
from

Commits on Oct 10, 2024

  1. [ADD] report_field_length

    etobella authored and ramiadavid committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1af9e49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c355ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e20933 View commit details
    Browse the repository at this point in the history
  4. [IMP] report_qweb_parameter: Avoid error on integration tests

    If reusing existing records, there's the risk of conflicting tests, like modifying
    the VAT for the existing company and that company having a country with VAT check.
    
    We avoid it creating a new company instead.
    pedrobaeza authored and ramiadavid committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d6d7eb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fede153 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e7c3e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f9e40e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9bd1a08 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d9b8022 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8e8728f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ce8e0ee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    02799dd View commit details
    Browse the repository at this point in the history
  13. [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 authored and ramiadavid committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    80543e1 View commit details
    Browse the repository at this point in the history
  14. [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 authored and ramiadavid committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e410612 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b9b22b3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    df665c2 View commit details
    Browse the repository at this point in the history