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

[FIX][14.0] connector_importer and connector_importer_product: proposition of 'fixes' for additional flexibility #141

Open
wants to merge 3 commits into
base: 14.0
Choose a base branch
from

Commits on Sep 11, 2024

  1. connector_importer_product: Avoid unnecessary code execution

    Early return if no product.attribute.value is to be imported
    Ricardoalso committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f89cd27 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. connector_importer_product: Do not override product_tmpl_id

    When updating product.product records, product_tmpl_id is set to False in values if not specified in the import type.
    But we don't want to set it to False as the value already exists in the odoo_record
    Ricardoalso committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1f53e3f View commit details
    Browse the repository at this point in the history
  2. connector_importer: take full control of what are the required_keys

    Not forcing required default value if required_keys_ignore_mapper and required_keys are defined in options.mapper.
    Adding the new property required_keys_ignore_mapper in order to override the result of required_keys function
    Ricardoalso committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b40334a View commit details
    Browse the repository at this point in the history