NEW Added support for Shopify Standard Product Taxonomy Categories synchronization. Taxonomy categories are automatically imported from Shopify during the initial master data import. A new “Shopify Product Category” field is available on the product template, allowing users to classify products according to Shopify’s standard taxonomy. Category import is enabled by default; export is disabled by default to prevent accidental overwrites.
IMPProduct tag synchronization is now disabled by default for both import and export. Users who rely on tag synchronization will need to enable it manually in the integration settings.
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.
IMPAPI 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.
IMPMultiple small UI/UX improvements across connector views to enhance usability and overall user experience.
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 Fixed an issue where webhooks were incorrectly rejected after a store URL migration. The connector now validates webhooks against both the primary URL and the original URL stored in the integration settings, ensuring uninterrupted webhook processing during and after URL changes.
FIX Fixed an issue where “Pick and Collect” shipping methods were always imported with the same name regardless of the selected pickup location, making it impossible to distinguish between different pickup points on imported Sales Orders.
FIXOther improvements and fixes implemented to boost overall performance, stability, and reliability.
2.1.2
19.018.017.016.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.
NEW Added support for filtering orders by Shopify Business Entity (merchantBusinessEntity). Users can now create separate Odoo integrations for each company, all pointing to the same Shopify store, with each integration filtering orders by the relevant business entity. This ensures orders are automatically routed to the correct Odoo company, including correct invoice assignment.
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].
IMP Improved Shopify Risk UI on the Sales Order. The risk level is now displayed prominently as a warning directly on the order form, and a new “View Risk Details” button on the E-Commerce Integration tab provides quick access to the full risk assessment, making it easier to identify and act on potentially fraudulent orders.
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.
FIX Fixed a critical issue where orders could be silently missed during synchronization due to date filters being sent to the Shopify GraphQL API in incorrect format. Shopify interpreted the dates in the store’s local timezone instead of UTC, causing orders to be excluded from sync results. This particularly affected stores in timezones significantly different from UTC (Americas, Asia-Pacific). Date filters are now correctly formatted using ISO 8601 with an explicit UTC indicator.
FIX Fixed an issue where Shopify order risk data was not correctly imported to Odoo, ensuring fraud risk information is accurately reflected on the Sales Order.
FIX Fixed an issue where product tags were not imported during the initial import of master data from the e-commerce store to Odoo.
FIXOther improvements and fixes implemented to boost overall performance, stability, and reliability.
2.1.1
19.018.017.016.015.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.
NEW Added support for importing “Additional Details” from Shopify orders, allowing users to extract and map VAT number and Personal ID fields using two new configuration options: “Additional Details Key for VAT Number” and “Additional Details Key for Personal ID”. Additional details data is also now available in the “Order and Delivery Attribute Import Mapping” feature, enabling users to save any additional details values to custom fields on Sales Orders or Deliveries.
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.
IMP Improved shipping discount handling during order import. The connector now correctly creates discount lines for shipping coupons by fetching the original pre-discount shipping price from Shopify and computing discount allocations the same way it does for product lines. When “Add Multiple Discount Lines” is enabled, shipping discount lines include the coupon code in the description and are placed immediately after the delivery line.
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 an issue where zero-amount tax lines returned by the Shopify API (where the rate is non-zero but the amount is zero) were incorrectly applied in Odoo, causing the order total in Odoo to be higher than in Shopify. Such tax lines are now detected and skipped during order import.
FIX Fixed an error during order import that occurred when a Shopify order had neither a billing nor a shipping address, causing an “Address with id= not found” error. Such orders are now handled gracefully.
FIXOther improvements and fixes implemented to boost overall performance, stability, and reliability.
2.1.0
19.018.017.016.015.0
NEW Added support for managing “Track quantity” and “Continue selling when out of stock” settings from Odoo. Two new checkboxes are now available on the product template, allowing users to control Shopify inventory tracking behavior directly from Odoo.
NEW Added support for synchronizing “Country of Origin” and “HS Code” with Shopify. These product fields can now be managed directly from Odoo and synchronized to Shopify.
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.
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 Resolved an issue with catalog synchronization that could trigger the error “The limit for simultaneous publication updates has been exceeded.” The connector now handles publication updates more safely, preventing API limit conflicts during catalog synchronization.
FIX Resolved a GraphQL product export error related to option handling (CANNOT_DELETE_OPTION_WITH_MULTIPLE_VALUES). The connector now properly manages Shopify product options during export, preventing failures when updating products with multiple option values.
FIX Fixed an issue where “Compare At” prices were not exported correctly from the designated pricelist. The connector now properly synchronizes values from the configured “Sale Pricelist for Product Export” to Shopify, ensuring accurate sale and reference pricing.
FIXOther improvements and fixes implemented to boost overall performance, stability, and reliability.
2.0.0
19.018.017.016.015.0
BRK This is a major release with backward-incompatible changes. Please review before upgrading.
NEW Migrated Shopify connector to the GraphQL API. The connector now uses Shopify’s modern GraphQL API instead of the deprecated REST API, delivering improved performance, better stability, and long-term compatibility with Shopify’s platform.
NEW Added support for Shopify Markets & Catalogs synchronization. The connector now allows mapping Odoo pricelists to Shopify catalogs, enabling accurate and flexible price synchronization across multiple Shopify markets directly from Odoo. This makes it easier to manage region-specific pricing from a single system.
IMP Updated Shopify app authentication to support the new Shopify Dev Dashboard and OAuth flow.
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 Refactored product and order tag synchronization. The Shopify connector now uses a dedicated tags field instead of the previous Feature-based workaround.
IMP Optimized Shopify synchronization performance. The connector now avoids unnecessary additional API requests during synchronization, reducing API load and improving overall sync speed and reliability.
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 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.
FIXOther improvements and fixes implemented to boost overall performance, stability, and reliability.
1.13.2
19.018.017.016.015.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.018.017.016.015.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.
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.
FIXNumerous background improvements and fixes implemented to boost overall performance, stability, and reliability.
1.13.0
19.018.017.016.015.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.
NEW Added support for product translations. The connector now synchronizes translations in both directions for key product fields — Name, Description, Meta Title, and Meta Description — making it easier to manage multilingual Shopify stores directly from Odoo.
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.
IMP Expanded automatic retry logic for Shopify API requests. In addition to handling “Too Many Requests” (429) errors, the connector now automatically retries safe operations after temporary network issues or server-side (500) errors, improving reliability and stability of data synchronization.
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 Fixed critical issue with image synchronization caused by Shopify API changes, where ProductImage IDs were replaced with MediaImage IDs. This update prevents accidental image removals in Shopify products and ensures stable, reliable media synchronization.
FIXNumerous background improvements and fixes implemented to boost overall performance, stability, and reliability.
1.12.2
19.018.017.016.015.0
NEW Added support for mapping Shopify Order “Source Name” to a custom field in Odoo.
IMP Improved tax handling: the connector now detects tax-exempt Shopify orders and avoids assigning taxes to order lines in Odoo.
IMP Enhanced customer language detection: the connector now uses the customer_locale from the order to assign customer language in Odoo, falling back to the store’s default if not available.
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.018.017.016.015.0
NEW Added “Default Customer Language” setting under the Customers tab. Automatically assigns the selected language to new Odoo contacts created from Shopify orders.
NEW Added support for custom tracking URLs: it is now possible to send tracking links with fulfillments in Shopify — even for unsupported carriers — by enabling the new option in the shipping method settings.
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.018.017.016.015.0
NEW Added “Apply External Payments” feature in Shopify connector: introduces a new checkout option that applies external payments during auto-workflow invoice validation. The “Register Payment” step now checks for existing external payments and only adds a new payment if the invoice is partially paid or unpaid, using the payment method from external payments.
NEW Added new field “E-Commerce Payment Methods” to sale orders in Odoo to store information about all payment methods used for the order in Shopify.
NEW Added support for synchronization date/datetime metafields in Shopify connector.
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 partial fulfilment logic in Shopify connector to enable fulfillment using changed Odoo locations by matching products in existing fulfilment orders.
IMP Upgraded ShopifyAPI to version 12.7.0.
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 tests for fulfilment logic in Shopify connector.
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.018.017.016.015.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.
FIX Resolved payment creation issues that occurred when the “sale_advance_payment” module (allowing payments to be attached directly to sale orders) was installed.
1.11.1
19.018.017.016.015.0
NEW Added option to set “Compare At” price in Shopify using a specified pricelist during product export.
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.018.017.016.015.0
NEW Added the ability to process orders from guests who haven’t created an account on e-commerce store.
NEW Added support for partial fulfillments for Shopify orders. Connector now can apply already fulfilled items during order import from Shopify to Odoo, as well as update Shopify order based on transfers statuses in Odoo.
NEW Added the possibility to cancel Shopify orders directly from Odoo. A special wizard will guide through Shopify’s cancellation options, including refunds and reasons.
NEW Added the option to filter orders to import based on sales channels in Shopify.
IMP Updated ShopifyAPI package to the latest version (12.6.0).
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.018.017.016.015.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 GraphQL requests for multiple Shopify stores: Resolved an issue where the connector could send requests to the incorrect Shopify store when managing multiple connections.
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.
FIXOther small improvements and fixes.
1.10.0
19.018.017.016.015.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 Added support for importing order and customer metafields from Shopify into Odoo with the ability to choose where to save the values.
NEW Added support for Shopify product webhooks (create/update/delete), keeping your Odoo product data synchronized with your store.
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.
IMPAdditional 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.3
19.018.017.016.015.0
NEW Added compatibility with 2024-01 Shopify API version
1.9.2
19.018.017.016.015.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 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.
IMPOther small fixes and improvements.
1.9.1
19.018.017.016.015.0
FIX Fixed an issue with importing orders with empty first/last names.
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.
IMPOther small fixes and improvements.
1.9.0
19.018.017.016.015.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.
IMPOther small fixes and improvements.
1.8.1
19.018.017.016.015.0
FIX Fixed an issue with auto-workflow not executing all tasks.
1.8.0
19.018.017.016.015.0
NEW Added ability to receive separate orders in Odoo with the newly implemented “Create Order” webhook.
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 Upgraded Shopify API to the actual version.
IMP Added unit tests for field mapping logic within the integration module.
FIX Fixed an issue with update of order status to “Canceled” in Odoo.
FIX Fixed an issue with updating translatable fields when default ERP language differs from Shopify shop language.
FIX Fixed an issue with missed orders.
FIX Fixed an issue with exporting tracking number for pickings with product kits.
FIX Fixed importing product list price for products without variants.
FIXOther small improvements and fixes.
1.7.0
19.018.017.016.015.0
NEW Added setting for export prices via pricelist from Odoo to PrestaShop, configurable based on integration.
NEW Improved automatic mapping of country states to Odoo country states.
1.6.1
19.018.017.016.015.0
FIX Fixed the issue with product validation during product export when finding the similar product in the API by product reference.
FIX Fixed the issue related to canceling sales orders via webhook.
1.6.0
19.018.017.016.015.0
NEW Added the ability to synchronize product quantities from different Odoo Locations to different Shopify Locations. The configuration for this feature is available in the “Inventory” tab within the sales integration settings.
NEW Added the option to download Shopify payments data to Sales Orders, providing information about the payment methods used for order payment.
NEW Introduced a filter for downloading specific sales order statuses from Shopify, with the ability to filter by both financial and fulfillment statuses.
NEW Synchronize from Shopify Fraud scores and mark order as risky in case the Fraud Score exceeds the specified threshold configured as a percentage.
NEW Added “Shopify Fulfilment Status” as a separate field on imported Sales Orders. It is also updated through webhooks in case the status changes.
NEW Added synchronization of sales order tags from Shopify to Odoo. Tags are synced both on initial order download and based on webhooks.
NEW Added the possibility to create dynamic filters for importing products from Shopify. By default, the filter is configured to import only active products.
NEW Added ability to download Shopify orders in the customer currency instead of the standard Shop default currency.
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 Shopify. This behavior is configurable on the “Product Defaults” tab on sales integration with the “Import Attributes as Dynamic” checkbox. 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 Shopify. 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.
NEW Synchronize taxable flag to the product in Shopify. It is set to True when there is Customer Tax, and False otherwise.
NEW When exporting a new product from Odoo to Shopify that contains attributes and attribute values, the connector will create them automatically in Shopify if they do not already exist.
NEW Mark the product as archived in Shopify when archived in Odoo.
IMP Download orders by batches to avoid timeout of “Receive Orders” job.
IMP Do not send inactive product variants when exporting products to Shopify.
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 Shopify to Odoo (in Field Synchronization there is no barcode field defined) connector will not analyze external products for duplicated barcodes.
FIXOther small improvements and fixes.
1.5.2
19.018.017.016.015.0
FIX Fixed an issue with duplicated product price for products with variants on initial product import.
1.5.1
19.018.017.016.015.0
FIX Fixed an issue with inability to cancel sales orders (in some cases) or register payment.
1.5.0
19.018.017.016.015.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 Convert weight on import/export of products in case UoM in Odoo is different from UoM in Shopify (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.
IMPOther small fixes and improvements.
1.4.0
19.018.017.016.015.0
NEW Reworked product import and export mechanisms to support meta fields. Now for simple fields, no coding is required to synchronize them from/to Odoo. Fields mapping working both for initial import (Shopify → Odoo) and for export (Odoo → Shopify).
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 Shopify 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 possibility to manage product tags from Odoo.
NEW The tracking number can now be exported even if Delivery Carrier is not mapped to Shopify Delivery Carrier.
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 Shopify.
IMPOther small fixes and improvements.
1.3.2
19.018.017.016.015.0
FIX Fixed Customer VAT (Registration) number import.
1.3.1
19.018.017.016.015.0
NEW Added Sale Integration in product on Import Product From External.
FIX Fixed an issue when en_US language is deactivated.
1.3.0
19.018.017.016.015.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 Shopify after the order is fully paid in Odoo.
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 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.).
NEW Added Cost Price field synchronization for initial import from Shopify to Odoo and for exporting products from Odoo to Shopify.
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 Implemented proper application of discounts from Shopify orders to Odoo orders.
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 Shopify even if automatic products export from Odoo is disabled in integration settings.
FIXOther small improvements and fixes.
1.2.8
19.018.017.016.015.0
FIX Fixed creation of Shopify taxes during initial import.
1.2.7
19.018.017.016.015.0
FIX Fixed creation of product variants during the initial import.
1.2.6
19.018.017.016.015.0
FIX Fixed creation of mappings during the initial product import.
1.2.5
19.018.017.016.015.0
FIX Fixed import of products when there are duplicate product attributes.
1.2.4
19.018.017.016.015.0
NEW Added compatibility with partner_firstname module from OCA.
1.2.3
19.018.017.016.015.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.2
19.018.017.016.015.0
IMP Before creating a product on the Shopify side, verify if the product with such internal reference or barcode already exists. If found, just auto-map it.
FIX Fixed an issue where import customers functionality was not working with all queue_job module versions.
1.2.1
19.018.017.016.015.0
IMP Improved Shopify API retry mechanism to ensure consistent data and avoid duplicated products.
FIX Fixed an issue with product collections update flow.
1.2.0
19.018.017.016.015.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 Allow having customers without email defined.
IMP Improved processing of orders with empty / not defined payment method. A new payment method will be created with name “Not Defined” in this case.
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 manual mapping of product variants and product templates in case template has only 1 variant.
FIX Shopify has a limitation of doing not more than 2 requests per second through the same App to the same store. Implemented a retry mechanism to workaround this limitation.
FIX Fixed an issue with auto-workflow failing when SO status is changing on webhook.
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.).
1.1.1
19.018.017.016.015.0
NEW Added compatibility with 2022-07 Shopify API version (requesting additional access rights ‘write_merchant_managed_fulfillment_orders’ and ‘write_orders’).
IMP When exporting product from Odoo to Shopify, use “Product Name” from “E-Commerce Integration” tab if defined, else use regular product name.
IMP Usability improvements in auto-workflow configuration.
IMP Improved validation procedure of the webhook from Shopify to ensure it will pass validation.
IMPSales Order date is now set equal to Order creation date from Shopify.
IMP Improved functionality for partner creation by first searching for an existing partner by full address before creating a new one.
1.1.0
19.018.017.016.015.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.
NEW Added automatic creation of Webhooks to track Order Status change on the Shopify side.
IMP During the creation of the sales order, if mapping for the product was not found, the connector now tries to auto-map by reference or barcode with existing Odoo products before failing creation of the sales order.
IMP Send tracking numbers only when the sales order is fully shipped (all related pickings are either “done” or “canceled” and there are at least some delivered items).
IMP Added more verbose logging for Shopify REST.
FIX Fixed an issue with product save to Shopify store.