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

[12.0] [FIX] base_import_async: remove default values from context when creating the attachment #529

Commits on Apr 14, 2023

  1. [FIX] base_import_async: remove default values from context when crea…

    …ting the attachment.
    
    Some default values might be present in context depending on the action we came from
    when clicking on 'import' button. These default values are not intended to
    be default values for the ir.attachment record.
    In some cases they cause an error because a field with the same name exists on
    ir.attachment, as for e.g. the 'default_type'='opportunity' value
    present in the standard crm.lead action context.
    marielejeune committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    d29188a View commit details
    Browse the repository at this point in the history