← All release notes

Odoo Magento 2 Connector PRO

2.1.4

19.0 18.0 17.0 16.0
  • IMP Added “Auto-Link” button for attribute values, allowing users to quickly map external attribute values to existing Odoo attribute values — particularly useful when working with custom attribute mappings.
  • IMP Improved VIES VAT validation handling when the service is temporarily unavailable or overloaded. The connector now automatically retries the request up to 3 times before proceeding — and if the service remains unavailable, the order is imported successfully with a note added to the contact’s chatter to flag the unvalidated VAT number.
  • IMP Please re-run the Magento 2 configuration wizard after upgrading to reselect your websites and store views.
  • FIX Fixed an issue where product export used incorrect company context in multi-company setups. When a product was shared between multiple companies, the connector could export data (such as taxes and cost price) from the wrong company instead of the one associated with the integration, resulting in incorrect values being sent to the e-commerce store.
  • FIX Fixed an issue where external records created during product export were assigned the name “False” instead of the actual product name from the e-commerce store. This occurred when the connector detected an existing matching product and switched to import mode — the product name is now correctly retrieved and stored on the external record.
  • FIX Fixed an issue where product webhooks did not respect the product import filters configured in the integration settings (e.g. “import active products only”). Products received via webhooks are now validated against the same filters as the regular import process, preventing unwanted products from being created in Odoo.
  • FIX Fixed an issue where product export failed with a “Duplicate internal reference” error in multi-company setups when two companies had products with the same SKU. The connector now correctly scopes the duplicate SKU check to the integration’s company, allowing products with identical SKUs across different companies to be exported without conflict.
  • FIX Other improvements and fixes implemented to boost overall performance, stability, and reliability.

2.1.3

19.0 18.0 17.0 16.0
  • IMP Added multi-website support for Magento 2. The integration now supports connecting to multiple Magento websites within a single integration, with Store Views tracked as a distinct level (Website → Store → Store View).
  • IMP Updated the Magento 2 configuration wizard to allow selecting multiple websites, choosing individual store views to synchronize, and designating a primary store that drives the main language, currency, and data import. Products are now automatically assigned to the correct websites on export.
  • IMP SEO fields (meta title, meta description, short and long descriptions) are now correctly synchronized per language based on store view locale.
  • IMP The Transaction Date imported from the e-commerce store is now used as the Payment Date when creating payments in Odoo, ensuring payment records accurately reflect the original transaction date rather than the date of import.
  • IMP The “Allow Multi-Company Inventory Calculation” setting has been removed. Multi-company stock calculation per location is now always enabled automatically with the correct company context applied, simplifying configuration.
  • IMP API credentials (access tokens, secret keys, passwords) are now masked in connector authentication wizards, preventing sensitive information from being accidentally exposed.
  • IMP When using the “Auto-Link” button on a product mapping, the result is now displayed in a dialog instead of silently failing or showing a raw error message.
  • IMP Multiple small UI/UX improvements across connector views to enhance usability and overall user experience.
  • IMP Please re-run the Magento 2 configuration wizard after upgrading to reselect your websites and store views.
  • FIX Fixed an issue where product variants remained archived in Odoo after the product was unarchived via webhook, causing the product to appear active while its variants were still inactive.
  • FIX Fixed an issue where inventory export in multi-company setups could ignore configured stock locations belonging to a different company than the one set on the store connection, causing incorrect stock quantities to be sent to the e-commerce store.
  • FIX Fixed a critical issue where preprocessing scripts in “Order and Delivery Attribute Import Mapping” silently failed on Odoo 19.0, returning empty values instead of the computed result. The failure was caused by an incompatible argument in the script execution engine and was not visible to the user — only a hidden warning log was generated. All attribute import mappings that use preprocessing scripts are now working correctly.
  • FIX Fixed an issue where custom field mappings were incorrectly marked as system fields after migrating from version 1.X.X to 2.X.X.
  • FIX Other improvements and fixes implemented to boost overall performance, stability, and reliability.

2.1.2

19.0 18.0 17.0 16.0
  • NEW Added detailed contact handling trace logs during order import to help diagnose how customers, delivery addresses, and invoice addresses are resolved. To enable, activate the “Save Logs” checkbox on the Testing tab and add “Customers Sync” to the Log Types. A “View Contact Trace” button on the external order form provides quick access to the saved trace for each imported order.
  • NEW Added support for “Create Advance Payments (Before Invoice)” — a new option in the Sales Orders tab (requires “Auto-Apply Payments from E-Commerce System” to be enabled). When active, the connector registers payments directly on the Sales Order at import time, before any invoice is created, using the OCA sale_advance_payment module. The auto-workflow payment step is fully compatible — it will skip payment creation if the advance payment already covers the invoice, or register only the remaining balance if partially covered.
  • IMP Added partial Spanish language translation for the connector interface (65% complete). We welcome community contributions to help translate the connector into other languages — if you’d like to help, please reach out to us at [email protected].
  • FIX Fixed an issue where customer matching during order import incorrectly fell back to name-based search when the configured search fields (e.g. email) had no value in the incoming order. This could cause orders without an email address to be incorrectly linked to an existing contact with the same name, leading to wrong order assignments and data privacy issues. The connector now respects the configured search fields strictly and creates a new contact instead of falling back to default matching criteria.
  • FIX Fixed an issue where real-time inventory synchronization was not triggered after completing a manufacturing order when “Forecasted Quantity” was selected as the Inventory Quantity Source Field, causing the produced product’s stock level to remain outdated in the e-commerce store.
  • IMP Magento 2 connector improvements and fixes implemented to boost overall performance, stability, and reliability. A major feature release for the Magento 2 connector is currently in progress – stay tuned for upcoming announcements.
  • FIX Other improvements and fixes implemented to boost overall performance, stability, and reliability.

2.1.1

19.0 18.0 17.0 16.0 15.0
  • NEW Added “Export Inventory Now” button to the Inventory tab, allowing users to manually trigger a full inventory export for all products at any time — regardless of the Scheduled Inventory Sync setting. The export runs in batches as background jobs, the same way the scheduled action does.
  • NEW Added “Run Now” button on background jobs (available in debug mode), allowing jobs to be executed in real time instead of being queued. This is primarily intended to simplify debugging and issue investigation.
  • IMP Added pre-defined filters “Mapped to Store(s)” and “Not Mapped to any Store” on the product list, making it easier to identify which products are synchronized with your e-commerce store and which still require mapping.
  • FIX Fixed an issue where external records for newly created categories did not have the parent category set, causing inconsistency with imported categories where the parent was correctly assigned.
  • FIX Fixed a product status field mapping script that worked correctly by coincidence due to Python’s bool/int behavior. Corrected for reliability and to prevent potential breakage in future refactoring.
  • FIX Fixed an error during category export to Magento 2 that occurred when a category was created in Odoo without a parent category assigned. The connector now correctly falls back to the default category defined during the initial connector configuration.
  • FIX Fixed an issue where discount lines imported from Magento 2 orders were missing tax information, causing incorrect tax calculations on the Sales Order.
  • FIX Other improvements and fixes implemented to boost overall performance, stability, and reliability.

2.1.0

19.0 18.0 17.0 16.0 15.0
  • IMP Enhanced UI/UX across connector views, based on customer feedback. The Status menu is now more functional, with quick access to unmapped records, store connections, and other key areas. The connections Kanban view was also improved, including a small 7-day orders chart and overall usability refinements to make daily monitoring and navigation more efficient.
  • IMP Improved initial product import batching logic. When importing products in batches, the connector now processes all valid products even if some items contain errors (e.g., missing or duplicated SKU). Problematic products are automatically grouped into a separate background job with a clear error message, allowing users to fix issues and requeue only the affected records — without blocking the entire batch.
  • IMP Improved multi-company product synchronization logic. The connector now validates the company on products during synchronization, ensuring that only products belonging to the integration’s company (or with no company set) are used. A new “Apply Company on Product” option was also added (disabled by default). When enabled, newly created products will automatically inherit the connection’s company, helping maintain clean and consistent multi-company data separation.
  • IMP Refactored multi-store and language synchronization logic. The connector now provides improved handling of Magento multi-store setups, including more accurate language mapping and synchronization across different store views. These changes significantly enhance stability and data consistency when working with multiple shops and languages within a single Magento instance.
  • IMP Refactored bundle product import logic and added support for bundles with pricing defined directly on the bundle product. Order import for bundled products is now more accurate and reliable, correctly handling pricing and structure in complex bundle scenarios.
  • FIX Resolved an issue in the auto-workflow picking validation that could cause an infinite loop when button_validate() returned a wizard instead of completing the transfer. The connector now correctly stops auto-validation in such cases, preventing repeated background job execution while preserving normal validation behavior.
  • FIX Improved contact handling during order import. If a previously mapped Odoo contact is archived, the connector now ignores the existing mapping and creates a new active contact instead of assigning the archived one to the Sales Order.
  • FIX Improved translation handling on imported Sales Orders. Order lines now consistently use the customer’s language (not the Odoo UI language), including product names and discount line descriptions (e.g., “Discount for…”). The connector also includes safe fallbacks when customer language or translations are missing.
  • FIX Other improvements and fixes implemented to boost overall performance, stability, and reliability.

2.0.0

19.0 18.0 17.0 16.0 15.0
  • BRK This is a major release with backward-incompatible changes. Please review before upgrading.
  • IMP Product field mapping engine fully refactored. The connector now supports flexible and extensible product field mappings, including custom Python-based transformation logic configurable directly from the Odoo UI.
  • IMP Improved handling of missing or custom order items. When an order line references a product that no longer exists or represents a custom item and a fallback product is used, the connector now preserves the original product name and SKU from the e-commerce order in the Sales Order Line description.
  • IMP Added automatic retry mechanism for Magento 2 synchronization. When importing large datasets (such as configurable products with thousands of variants), the connector can now gracefully recover from temporary connection drops by retrying failed operations.
  • IMP Improved automatic cleanup of connector-generated logs. Connector logs (including webhook-related entries) are now cleaned up using a dedicated Odoo cleanup mechanism with a configurable retention period, helping reduce database noise and improve long-term performance.
  • FIX Other improvements and fixes implemented to boost overall performance, stability, and reliability.

1.13.2

19.0 18.0 17.0 16.0 15.0
  • FIX Fixed an issue with order status export where multiple rapid status changes could be ignored. The connector now creates a separate background job for each status update, ensuring all changes are exported in the correct sequence to the e-commerce store.

1.13.1

19.0 18.0 17.0 16.0 15.0
  • NEW Added option to leave the Salesperson field empty on imported Sales Orders. Previously, orders were assigned to Administrator by default. This behavior now matches Odoo’s website_sale flow and provides more flexibility for teams that prefer assigning Salespersons manually.
  • IMP The “Import Orders” setting is now preserved when Sale Integration is disabled, ensuring the selected value is restored when reactivated. Internal automation checks were also refined for more consistent behavior.
  • IMP Added support for importing payment methods during the initial import. Previously, payment methods were only imported when orders were synced, which limited configuration options. Users can now configure payment terms and journals in advance based on Magento 2 payment methods.
  • FIX Fixed an issue in the configuration validation wizard that caused validation to fail when using the Integration Queue Job module (VentorTech fork of Job Queue). The wizard now works correctly with the updated job management logic in Odoo 19.0.
  • FIX Order webhooks now correctly respect the “Orders Cut-off Date” setting. Orders created before the cut-off date will no longer be imported or updated when webhook events are received.
  • FIX Improved contact matching logic and resolved several edge-case issues that could create duplicate contacts in specific scenarios. Synchronization is now more accurate and consistent.
  • FIX Corrected an issue where the connector started importing orders automatically after the initial import, even when the “Import Orders” option was not enabled. Order import now follows the configuration strictly and only runs when the corresponding checkbox is activated.
  • FIX Numerous background improvements and fixes implemented to boost overall performance, stability, and reliability.

1.13.0

19.0 18.0 17.0 16.0 15.0
  • NEW Redesigned Import Wizard that unifies and simplifies all data import processes. Whether performing an initial setup or importing new records later, users can now follow a clear, step-by-step workflow to bring products, customers, and orders from their e-commerce store into Odoo with ease. This overhaul makes the entire import process faster, more reliable, and beginner-friendly.
  • NEW Added “Failed Job Notifications” checkbox on user profiles to control who receives alerts about failed jobs. Enabled by default for users with Job Queue Manager rights.
  • IMP Redesigned UI/UX for a smoother, more intuitive experience. Views and menus were reorganized for faster navigation, with new actions, clearer tooltips, and many small visual improvements.
  • IMP Improved webhook stability and data accuracy across all connectors. Fixed issues that could cause missing product details and enhanced order webhook logic to respect importable order statuses — preventing unwanted imports of orders in undesired states.
  • IMP Improved handling of external fulfillments and payments from e-commerce stores. These records are now applied not only during automated workflows but also when users perform actions manually — such as confirming orders or creating invoices in Odoo. This change provides greater flexibility and ensures external data stays synchronized regardless of how the workflow is triggered.
  • IMP Enhanced contact matching logic to prevent duplicates. The connector now uses normalized email and phone values when searching for existing Odoo contacts and addresses, significantly reducing the creation of duplicate records during synchronization.
  • IMP Status menu visibility is now limited to users with connector configuration access, keeping the interface clean and focused for regular users.
  • FIX Resolved issues with BoM quantity calculations for products using Bills of Materials. The connector now correctly computes stock levels in complex BoM scenarios, ensuring accurate quantity synchronization based on customer feedback.
  • FIX Updated sales dashboard analytics to exclude cancelled orders from statistics, ensuring more accurate sales and performance insights.
  • FIX Resolved issue with the “Manage Stock” field in Odoo 18.0+. Adjusted connector logic to align with Odoo’s updated product model (including the new Track Inventory checkbox), ensuring correct stock management synchronization with Magento 2.
  • FIX Numerous background improvements and fixes implemented to boost overall performance, stability, and reliability.

1.12.2

19.0 18.0 17.0 16.0 15.0
  • NEW Added support for partial shipments. The connector now synchronizes partial deliveries and tracking info between Odoo and Magento 2 based on validated transfers.
  • NEW Added support for cancelling Magento 2 orders automatically when they are cancelled in Odoo.
  • IMP Refactored Magento 2 API wrapper to improve performance, code quality, and error handling across all operations.
  • IMP Improved order webhook handling: the connector now checks for missing orders and triggers import if needed before processing status updates.
  • FIX Resolved an issue where delivery notes were not added to PICK transfers in 2-step delivery operations.
  • FIX Resolved issue with Invoices API where credit notes and some invoices were not returned when requested by the e-commerce system.
  • FIX Over 30 background improvements and fixes implemented to boost overall performance, stability, and reliability.

1.12.1

19.0 18.0 17.0 16.0 15.0
  • NEW Added advanced attribute mapping: now it is possible to map values from external order JSON (e.g. order.store_name) to custom fields on Sales Orders and Deliveries. Includes support for optional Python transformations. Configuration is available in debug mode under Sales Orders → Order & Delivery Attribute Import Mapping.
  • IMP Refactored all error and warning messages to provide clearer explanations, actionable steps, and configuration guidance. Users can now troubleshoot common issues independently without needing to contact support.
  • IMP Updated priority logic for background jobs (How the Connector Prioritizes Background Jobs).
  • IMP Improved consistency: all scheduled actions and webhooks are now executed under the OdooBot user.
  • IMP Added new Receive webhook gap (sec) setting to delay webhook event processing when needed.
  • IMP Added shortcut to external order on Sales Order form.
  • FIX Fixed: webhooks now respect product and order import filters set in the connection configuration.
  • FIX Fixed an issue where product images could be deleted in Odoo when webhooks were active.
  • FIX Fixed issues with default customer configuration when customer data is missing.
  • FIX Fixed edge cases where customer info was incomplete or missing in imported orders.
  • FIX Made several small improvements to enhance overall performance and stability.

1.12.0

19.0 18.0 17.0 16.0 15.0
  • NEW Added “Manage Product Stock Status in Magento 2” checkbox to allow managing the in-stock/out-of-stock status (using the “is_in_stock” field) for products in Magento 2.
  • NEW Implemented bundle decomposition for Magento 2 orders import, offering two processing options: either automatically create the bundle as a complex product in Odoo or decompose it into its individual components to build the sales order, ignoring the bundle itself.
  • NEW Launched a dynamic sales dashboard that displays key metrics – total sales, order trends, top products, and customer insights (new vs. returning and country stats) – in an intuitive, easy-to-understand format.
  • NEW Added “Ignore BoMs for Product Export” checkbox to skip export of components for products with attached Bill of Materials, useful for synchronizing products as simple items without bundles/kits.
  • NEW Added support for synchronizing stock levels for products with “Manufacture” BoMs based on component quantities and BOM records; can be enabled via the “Calculate Stock for ‘Manufacture’ BoMs” checkbox in the Inventory tab.
  • NEW Added support for formulas in pricelist items for both regular and sale price synchronization using Odoo pricelists, enabling export of formula-based prices to e-commerce stores.
  • NEW Added Getting Started wizard with introduction videos to enhance user experience.
  • NEW Added ability to specify default values for “Tag Group”, “Account”, and “Tax Scope” fields when creating new Odoo taxes via the connector.
  • NEW Added automatic tests for orders import and auto-workflow features in connector.
  • IMP Improved webhooks for Magento 2 by adding support for new order, order update, and products create and update events via Mageplaza’s Magento 2 Webhooks plugin.
  • IMP Refactored image synchronization logic to use mappings, improving performance and preventing unnecessary deletion and creation of images.
  • IMP Improved contact creation logic by preventing duplicate child address contacts when billing and shipping addresses are identical, writing the address directly on the customer/company contact.
  • IMP Added button in debug mode to open product variant from the product templates view for templates with a single product variant.
  • IMP Improved customer matching during order creation by performing case-insensitive comparisons for name and surname fields to avoid duplicates (previously applied only for addresses).
  • FIX Fixed an issue with fulfilling orders in Magento 2 that include multiple lines for the same product.
  • FIX Fixed an issue with images preview in product view (Odoo 18.0).
  • FIX Fixed issues causing standard Odoo tests to fail due to connectors.
  • FIX Fixed issues with real-time stock export during quantity updates using Ventor PRO application.
  • FIX Made several small improvements to enhance overall performance and stability.

1.11.2

19.0 18.0 17.0 16.0 15.0
  • NEW Added a checkbox to force the application of fiscal positions to imported orders. This ensures accurate tax calculation even when order line taxes differ from product default taxes. By default, the connector will only set the correct fiscal position without recalculating taxes.
  • NEW Added the ability to import orders with a configurable delay. This is useful when you need to wait for payment confirmation or other custom actions before importing orders into Odoo.
  • IMP Made several small improvements to enhance overall performance and stability.
  • FIX Resolved the issue where incorrect prices were set on product variants during the initial import from the e-commerce system to Odoo.

1.11.1

19.0 18.0 17.0 16.0 15.0
  • IMP Improved customer language handling: connector now sets customer language based on information about the store from API data.
  • IMP Improved customers import: The connector will use default billing information from the e-commerce store during the initial customer import process, if it is available.
  • IMP Made several small improvements to enhance overall performance and stability.
  • FIX Resolved the issue where incorrect pricelist and currency were set for imported orders.
  • FIX Resolved an issue with the website_sale module dependency in Odoo 17.0.
  • FIX Resolved the issue related to exporting images for templates with variants that are excluded from synchronization.

1.11.0

19.0 18.0 17.0 16.0 15.0
  • NEW Added the ability to process orders from guests who haven’t created an account on e-commerce store.
  • IMP Made several small improvements to enhance overall performance and stability.
  • FIX Fixed issues with orders containing fallback or removed products.
  • FIX Resolved deprecation warnings that occurred during tests on Odoo.sh.
  • FIX Corrected incorrect stock quantity updates when using the Internal Transfer feature in Ventor.

1.10.1

19.0 18.0 17.0 16.0 15.0
  • NEW Added the option to ignore VAT validation when saving customer information to Odoo (Customers → Ignore VAT validation).
  • NEW Added the option to disable order total difference correction during order import. This prevents the addition of price difference lines when the order total doesn’t match between your e-commerce store and Odoo (Sales Order → Order Total Difference Correction).
  • NEW Added the option to disable order imports entirely from your e-commerce system to Odoo (Automation Jobs → Enable Order Import).
  • NEW Introduced the ability to customize customer search during import. The “Search Customer Fields” setting (Testing tab) allows you to specify which fields are used to match customers. (Caution: Incorrect settings could lead to duplicate customers or mismatched orders.)
  • IMP Improved compatibility with Odoo.sh builds by resolving warnings.
  • FIX Fixed an issue with applying fiscal positions to imported orders.
  • FIX Resolved a VAT validation problem for non-EU countries.
  • FIX Corrected an error (“You cannot create recursive Partner hierarchies”) that occurred in certain scenarios.
  • FIX Other small improvements and fixes.

1.10.0

19.0 18.0 17.0 16.0 15.0
  • NEW Improved how the connector manages customer information from your e-commerce system. This includes more flexible contact creation, better address handling, and various optimizations. For more details and examples, including benefits for B2B, see our FAQ.
  • NEW For B2B customers with a manageable number of clients, we’ve added the ability to manually map customers between your e-commerce system and Odoo. This provides you with additional control.
  • NEW You now have the option to designate a specific product as a placeholder for order lines with removed products or custom items, ensuring smoother order processing.
  • NEW You now have the option to switch between different discount application methods. Choose to add discounts as separate order lines (default), or apply them directly to product lines using the ‘Discount’ field. This can be set from the ‘Add discounts as a separate order line’ setting on your integration settings.
  • NEW Introduced a post-installation wizard that automatically guides you through the steps needed to ensure your Odoo setup is optimized for the connector, helping you get up and running quickly and smoothly.
  • NEW Added a new feature for developers to customize how products are linked between your e-commerce system and Odoo. This allows you to use specific fields other than the default SKU or Barcode for product synchronization. Important Note: This feature is intended for developers with a technical understanding of Odoo and your e-commerce platform.
  • IMP Enhanced how the connector imports categories from your e-commerce store, especially when multiple categories share the same name. This resolves previous errors and ensures more accurate category matching in Odoo.
  • IMP Additional fixes and enhancements for a better overall experience.
  • FIX Fixed an issue that was preventing product quantities from updating correctly on your e-commerce store when changes were made in the Ventor application.
  • FIX Resolved an issue where product internal references in Odoo were still being updated after disabling import in the mapping table.
  • FIX Resolved a dependency issue in Odoo 17.0 that caused a “TypeError: Model ‘product.image’ does not exist in registry.” error. The connector is now fully compatible with the latest Odoo version.
  • FIX Resolved an issue that prevented updating already mapped products with archived or draft variants. Your product data will now synchronize smoothly from your e-commerce system.

1.9.2

19.0 18.0 17.0 16.0 15.0
  • NEW On odoo.sh when the backup is restored on the staging branch, disable automatic all sales integrations, disable on integrations critical functions (export of products, order statuses, product inventory) and delete webhooks.
  • IMP Refactored logic of mapping products.
  • IMP Improved orders processing: imported orders data will be marked as “require update” to make sure that the latest updates will be downloaded during Sales Order creation in Odoo.
  • FIX Fixed an issue with missed categories on initial import.
  • FIX Fixed an issue with stock synchronization for products with zero stock.
  • FIX Fixed order cancellation: orders cancelled in external e-commerce system will be automatically cancelled if they were imported to Odoo.
  • IMP Other small fixes and improvements.

1.9.1

19.0 18.0 17.0 16.0 15.0
  • FIX Fixed an issue with importing new products from Magento when selection fields presented in field mappings.
  • FIX Fixed tests (failed on Odoo.sh when MRP module isn’t available).
  • FIX Fixed an issue with module upgrade where Odoo raised an exception while extracting translations due to icons in views.
  • FIX Fixed an issue with translation string when cancelling orders.
  • IMP Other small fixes and improvements.

1.9.0

19.0 18.0 17.0 16.0 15.0
  • NEW Added support of discounts for delivery lines in Odoo.
  • NEW Added integration settings export/import wizard.
  • IMP Improved logic of states auto-mapping.
  • IMP Improved connectors’ UI/UX.
  • IMP Improved image naming logic for products with lengthy names or with special symbols in product names.
  • IMP Improved calculation of discount on prices with included taxes.
  • IMP Improved detection of changes in product attributes, including images, to trigger product export.
  • FIX Fixed an issue with products serialization for export to e-commerce system when ‘en_US’ language is inactive in Odoo.
  • FIX Fixed export of translatable fields with empty values.
  • FIX Fixed an issue with export of images and stock during the first-time export.
  • FIX Fixed an issue with mapping product attributes / features values.
  • FIX Fixed export template flow for Magento2: “The image content is invalid. Verify the content and try again”.
  • IMP Other small fixes and improvements.

1.8.1

19.0 18.0 17.0 16.0 15.0
  • FIX Fixed an issue with auto-workflow not executing all tasks.

1.8.0

19.0 18.0 17.0 16.0 15.0
  • NEW Custom attributes with multivalues are now synchronized by assigned keys, establishing a relation from Magento 2 with Many2One fields in Odoo.
  • NEW Added the ability to exclude specific products from Stock Synchronization with the use of a special checkbox in the E-commerce tab on the product form.
  • IMP Added unit tests for field mapping logic within the integration module.
  • FIX Fixed an issue with updating translatable fields when default ERP language differs from Magento 2 shop language.
  • FIX Fixed an issue with missed orders.
  • FIX Fixed an issue with exporting tracking number for pickings with product kits.
  • FIX Fixed a small issue with Boolean field synchronization for Magento 2.
  • FIX Fixed an issue with products validation and initial import for stores with a large number of deactivated products.
  • FIX Other small improvements and fixes.

1.7.0

19.0 18.0 17.0 16.0 15.0
  • NEW Added setting for export prices via pricelist from Odoo to Magento 2, configurable based on integration.
  • NEW Set discount to zero forcibly to avoid affecting the pricelist with policy “Show public price & discount to the customer”.
  • NEW Improved automatic mapping of Magento 2 country states to Odoo country states.

1.6.0

19.0 18.0 17.0 16.0 15.0
  • NEW Added the possibility to synchronize product quantity from different Odoo Locations to different Magento 2 Locations. Can be configured in the “Inventory” tab on sales integration. Note that Advanced MSI modules should be installed on Magento 2.
  • NEW Added the possibility to create dynamic filters for importing products from Magento 2. By default, the filter is configured to import only active products.
  • NEW Added setting to automatically create products on SO import in case products don’t exist yet in Odoo. Configurable based on integration.
  • NEW During initial import, the connector will generate only product variants that exist in Magento 2. This behavior is configurable on the “Product Defaults” tab on sales integration with the checkbox “Import Attributes as Dynamic”. It is switched off by default.
  • NEW Added new behavior on empty tax “Take from the Product”. When selected, if the downloaded sales order line has no defined taxes, the connector will insert the customer tax defined on the product.
  • NEW Allow excluding specific product attributes to synchronize from Odoo to Magento 2. Can be configured in “Sales – Configuration – Attributes”.
  • NEW Discount for individual products is added as a separate line on Odoo Sales Order for proper financial records.
  • NEW Allow switching on and off validation of missing barcodes on product variants. When “Validate missing barcodes for variants” is enabled then the connector will validate that either all variants should have barcodes, or neither of the variants should have barcodes (the mix is not allowed). Available only in Debug mode on the “Product Defaults” tab.
  • IMP Download orders by batches to avoid timeout of “Receive Orders” job.
  • IMP Do not send inactive product variants when exporting products to Magento 2.
  • IMP Added to sales integration list of global fields that are monitored for changes. So when the product is updated and these fields are changed, the product export is also triggered.
  • IMP Product attributes are synchronized according to their sequence to preserve the same order as in Odoo.
  • FIX In case it is configured not to download the barcode field from Magento 2 to Odoo (in Field Synchronization there is no barcode field defined) connector will not analyze external products for duplicated barcodes.
  • FIX Improve the validation mechanism on Magento 2. Now finding out the wrong configurations of products on Magento 2 side: (1) Simple products that belong to multiple-configurable products; (2) configurable product that belong to another configurable product.
  • FIX Do not create redundant BOMs for Product Bundles downloaded from Magento 2.
  • FIX Other small improvements and fixes.

1.5.2

19.0 18.0 17.0 16.0 15.0
  • FIX Fixed an issue with duplicated product price for products with variants on initial product import.

1.5.1

19.0 18.0 17.0 16.0 15.0
  • FIX Fixed an issue with inability to cancel sales orders (in some cases) or register payment.

1.5.0

19.0 18.0 17.0 16.0 15.0
  • NEW Added “Exclude from Synchronisation” settings on the product to exclude specific products and all their variants totally from sync and all related logic (validation, auto-mapping).
  • NEW Contacts that were created by the connector will have a special Tag with the name of the sales integration it was created from. That allows easier identification of all contacts created from a specific integration.
  • NEW Copy “E-Commerce Payment Method” from Sales Order to the related Customer Invoice.
  • NEW Added weight conversion on import/export of products in case UoM in Odoo is different from UoM in Magento 2 (kgs vs lbs).
  • IMP Sales Orders with a non-valid EU VAT number will be created. But a warning message will be added in Internal Note for the created Sales Order informing the user about this problem.
  • IMP Other small fixes and improvements.

1.4.0

19.0 18.0 17.0 16.0 15.0
  • NEW Reworked product import and export mechanism. Now for simple fields, no coding is required to synchronize them from/to Odoo. Fields mapping working both for initial import (Magento 2 -> Odoo) and for export (Odoo -> Magento 2).
  • NEW Trigger products export only if fields marked with the “Send field for updating” checkbox are updated. This leads to a smaller number of export product jobs.
  • NEW Implemented initial stock levels import functionality from Magento 2 to Odoo (available on the “Initial Import” tab).
  • NEW Now all integration logs are available in a separate menu “Job Logs”. It is possible to see everything that happened to a specific Product or Sales Order in a quick way.
  • NEW Added the possibility to define the “Orders Cut-off” date. Only orders created after this date will be synchronized.
  • NEW Added Cost Price field synchronization for initial import from Magento 2 to Odoo and for exporting products from Odoo to Magento 2.
  • NEW Custom Options from the sales order line in Magento 2 are copied to the sales order line in Odoo.
  • IMP Made ZIP code a non-required field for contact creation during sales order import as some countries do not require it.
  • IMP Overall performance improvements for requests to Magento 2.
  • FIX Fixed Customer VAT (Registration) number import.
  • IMP Other small fixes and improvements.

1.3.3

19.0 18.0 17.0 16.0 15.0
  • FIX Fixed Customer VAT (Registration) number import.

1.3.2

19.0 18.0 17.0 16.0 15.0
  • NEW Added Sale Integration in product on Import Product From External.
  • FIX Fixed an issue when en_US language is deactivated.

1.3.1

19.0 18.0 17.0 16.0 15.0
  • FIX Fixed an issue that was preventing download of orders with zero shipping cost.

1.3.0

19.0 18.0 17.0 16.0 15.0
  • NEW Added a setting to send products from Odoo on initial export in “inactive” status, so products can be reviewed later and published manually.
  • NEW Allow defining payment terms that will be used instead of the standard on Order synchronization depending on the payment method of the sales order.
  • NEW Trigger new products export only if a product has non-empty mandatory fields for product export. The list of fields is defined on the integration level and by default it is “Internal Reference” only.
  • NEW Send the “Paid” status to Magento 2 after the order is fully paid in Odoo or in accordance with the “Send payment status when” property on the workflow payment method.
  • NEW Implemented discount handling for Magento 2 “Cart Rules” to be properly synchronized into Odoo (coupon code will be added to description of the product line).
  • NEW Added global config to allow sending tax included OR tax excluded sales price.
  • NEW Allow defining a special ZERO tax that will be used in case there are no taxes defined on the imported sales order line.
  • NEW Added step in configuration wizard for defining which Product Fields from Magento 2 should be attributes in Odoo.
  • NEW Added possibility to use webhooks in Magento 2 to track order status changes on the Magento 2 side (based on `https://github.com/mageplaza/magento-2-webhook`: Mageplaza Webhook for Magento 2 supports online store to send an API request via a webhook to a configurable destination (URL) when specific trigger events take place. Webhooks are a useful and necessary tool which allows stores to update instant and real-time notifications.)
  • NEW Added a new “Company Name” field on the customer. This field is also used when displaying customer addresses on Odoo forms and on printed PDF forms (e.g. Invoices, Pickings, etc.).
  • IMP Export tracking number in case it is added after Picking is moved to the “Done” state (when using some third-party connectors).
  • IMP Improved connector to allow exporting more than 10K products.
  • FIX Set the order date in Odoo to be the same as in the Shopify order. Previously it was changed by Odoo standard mechanism during order confirmation.
  • FIX Fixed auto-workflow action “Validate Picking” not validating pickings in case of multi-step delivery.
  • FIX Fixed an issue where “Force Export to External” action on products was sending products to Magento 2 even if automatic products export from Odoo is disabled in integration settings.
  • IMP Other small fixes and improvements.

1.2.7

19.0 18.0 17.0 16.0 15.0
  • FIX Fixed creation of mappings during the initial product import.

1.2.6

19.0 18.0 17.0 16.0 15.0
  • FIX Fixed import of products when there are duplicate product attributes.

1.2.5

19.0 18.0 17.0 16.0 15.0
  • NEW Added data migration for external contacts.

1.2.4

19.0 18.0 17.0 16.0 15.0
  • FIX Fixed handling of guest customers in orders.

1.2.3

19.0 18.0 17.0 16.0 15.0
  • NEW Added compatibility with partner_firstname module from OCA.

1.2.2

19.0 18.0 17.0 16.0 15.0
  • FIX Fixed Feature Value creation.
  • FIX Fixed “Import External Records” running for Product Variants from Jobs.
  • FIX Fixed calculation of discount in Odoo if there are several taxes in sales order.

1.2.1

19.0 18.0 17.0 16.0 15.0
  • FIX Fixed an issue with finding external tax from mapping table.
  • FIX Fixed an issue where import customers functionality was not working with all queue_job module versions.

1.2.0

19.0 18.0 17.0 16.0 15.0
  • NEW Allow exporting of product quantities both in real-time and by cron. Make it configurable on the “Inventory” tab on sales integration.
  • NEW Allow defining which field should be synchronized when sending stock to the e-commerce system. Allowing 3 options: “Free To Use Quantity”, “On Hand Quantity” and “Forecasted Quantity”.
  • NEW Implemented wizard allowing to import customers based on the last update date.
  • NEW Added setting to allow automatic creation of Delivery Carrier and Taxes in Odoo if the existing mapping is not found (during initial import and during Sales Order Import).
  • IMP Improved the retry mechanism for importing products and executing workflow actions to work around concurrent update errors in some cases (e.g. sales order was not auto-confirmed and remained in draft state).
  • IMP Do not create webhooks automatically when integration is activated. Users need to do it manually by clicking the “Create Webhooks” button on the Webhooks tab inside the integration.
  • IMP Set the proper fiscal position on automatic order import according to Fiscal Position settings.
  • IMP Improved logic for handling bundle products during receiving orders from Magento 2 to Odoo.
  • IMP Improved manual mapping of product variants and product templates in case template has only 1 variant.
  • FIX When an order is created with an existing partner, ensure partner selection emulates the Odoo interface so needed fields from the partner will be filled in (Payment Terms, Fiscal Positions, etc.).
  • FIX When a product in Odoo with a single attribute value for EVERY attribute is exported to Magento, connector creates a Simple Product with this attribute added to the “Attributes“ section on the product page (so it is becoming searchable).
  • FIX Before updating a product in Magento, retrieve its current SKU from Magento 2 to use it for product update. Magento 2 allows updating product records only by SKU.
  • FIX Before linking shipping and billing address to imported order, make sure it have exactly same address in it as in downloaded order. Magento 2 allows to edit address in existing order from admin console (before it was imported to Odoo) and that may result in incorrect delivery address settings on Odoo side.

1.1.0

19.0 18.0 17.0 16.0 15.0
  • NEW Major feature. Introduced auto workflow that allows based on sales order status: to validate sales order, create and validate invoice for it and register payment on created invoice. Configuration is flexible and can be done individually for every SO status.

1.0.0

19.0 18.0 17.0 16.0 15.0
  • NEW Odoo integration with Magento 2.