connector_importer_product
Delivers preconfigured importers and helper components to streamline product-related data imports through connector_importer.
Key Features
- product.category: Provides a dynamic import type that identifies categories by id for loading hierarchical product groups.
- product.attribute: Supplies a translatable dynamic import type keyed by id to import product attributes.
- product.attribute.value: Defines an import type that links values to their attributes, supports translations, and halts on errors for data consistency.
- product.product: Offers a custom mapper that connects variants to templates via code fields, enforces default codes, and drops empty barcodes.
- product.product: Uses a record handler to sync template attribute lines from imported columns, validate attribute combinations, and optionally create missing values.
- res.partner: Configures supplier partner imports with name-based matching, whitelisted fields, and a default supplier rank.
- product.supplierinfo: Maps supplier info records to templates via default codes or external IDs and searches existing entries by partner-product combination.
- product.packaging: Adds a dynamic import type that imports packaging records using id as the unique key.
- product imports: Provides an all-in-one workflow that loads products, supplier partners, and supplier info in a single import configuration.
- connector_importer: Introduces a common product importer component to share behaviors across product importers.