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

[15.0][FIX] base_import_pdf_by_template: Improve the import process to account for fixed values #1033

Merged

Commits on Sep 9, 2024

  1. [FIX] base_import_pdf_by_template: Improve the import process to acco…

    …unt for fixed values
    
    When fixed values are defined, default_x was used in the context of Form() but in some
    cases this was not respected (for example if the value was changed in an onchange, warehouse_id
    field of sale orders).
    We changed the way of creating the records to always take into account the fixed values.
    
    TT50650
    victoralmau committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    10e5c1b View commit details
    Browse the repository at this point in the history