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.
FIX Fixed an issue where sale price date ranges were sent to WooCommerce in incorrect datetime format (missing timezone information), potentially causing promotions to start or end at the wrong time.
FIX Fixed an issue where future-dated sale prices were ignored during synchronization. Pricelist rules with start and end dates set in the future are now correctly exported to WooCommerce, allowing promotions to be scheduled in advance.
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.
FIXOther improvements and fixes implemented to boost overall performance, stability, and reliability.
2.1.3
19.018.017.016.0
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 product description fields (“Description” and “Short Description”) were not marked as multi-language, causing translations for these fields to not be synchronized with WooCommerce.
FIX Fixed an issue where duplicate product tags were being created in Odoo during import from WooCommerce.
FIXOther improvements and fixes implemented to boost overall performance, stability, and reliability.
2.1.2
19.018.017.016.015.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.
FIX Fixed a race condition where order shipping status was exported before the tracking number, causing customers to receive shipping notification emails with an empty tracking number. The “Sync Shipped SO Status” setting has been removed — shipping status update and tracking number export are now combined into a single process controlled by the “Enable Order Tracking Export Job” checkbox.
FIX Fixed an issue where orders could be missed during synchronization due to date filters being sent to the WooCommerce API in incorrect format. Date filters are now correctly formatted using ISO 8601 datetime format, preventing potential order sync gaps.
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.
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 Added support for the “Add Multiple Discount Lines” option. When enabled, one discount line is created per coupon code applied to the order (e.g. “Discount (CODE: woo881)”) instead of anonymous per-product discount lines, with the correct tax rate inferred automatically. Requires “Separate Discount Line” to be enabled in the Sales Orders tab.
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 enabling “Mark as Inactive on First Export” for variable products caused all variations to be created as draft in WooCommerce, making them invisible on the storefront. The connector now correctly applies the draft status to the product template only, keeping individual variations active in line with WooCommerce’s internal logic.
FIX Fixed critical issues with product and variant status field mapping during import from WooCommerce. Draft products were incorrectly imported as active, and the sale_ok flag was never properly set. Additionally, fixed an import crash for products with comma-decimal weights (common in EU locales).
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 product tag synchronization between WooCommerce and Odoo. Product tags can now be imported and exported, allowing better product categorization and consistency across both systems.
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 Made “E-Commerce Store Order Status” editable in Odoo. Users can now manually update the external order status directly from Odoo, and the change will be synchronized to WooCommerce as an intentional status update.
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 Fixed a critical issue with variant attribute export. When exporting new products with variants, WooCommerce variants could be created without proper attribute values (e.g., showing “Any Color” instead of the correct value). The connector now correctly assigns attribute values to each variant during export, ensuring accurate product configuration in WooCommerce.
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.
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 Made “E-Commerce Store Order Status” editable in Odoo. Users can now manually update the external order status directly from Odoo, and the change will be synchronized to WooCommerce as an intentional status update.
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.10.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.10.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.
FIX Corrected the order creation date filter used for cut-off date handling. Although additional safeguards prevented issues, the filter has now been updated to ensure full accuracy and consistency.
FIXNumerous background improvements and fixes implemented to boost overall performance, stability, and reliability.
1.10.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 compatibility with the WooCommerce Subscriptions extension. Users can now synchronize subscription orders from WooCommerce to Odoo, fully integrated with Odoo’s native Subscriptions module for seamless recurring order management.
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 Improved slug generation for all WooCommerce entities. Slugs are now deterministic, safe, and SEO-friendly, preventing REST API errors and avoiding unpredictable auto-slugs from WordPress — while keeping URLs clean and readable.
IMP Improved handling of 404 and invalid API responses. The connector now safely manages unexpected WooCommerce or WordPress API errors, preventing unpredictable behavior when the server returns HTML instead of JSON.
IMP Removed deprecated asynchronous request logic to improve stability and compatibility with WordPress servers. The connector now uses sequential API communication, preventing overload issues on WooCommerce sites that struggled with parallel requests.
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 where product variations were marked as “draft” during the first export when the Inactive First-Time Export option was enabled. Variations now remain visible and editable in the WooCommerce admin panel.
FIXNumerous background improvements and fixes implemented to boost overall performance, stability, and reliability.
1.9.2
19.018.017.016.015.0
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.9.1
19.018.017.016.015.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.9.0
19.018.017.016.015.0
NEW Implemented support for product webhooks (create and update events) for WooCommerce.
NEW Added validation for attributes and their values in configurable products on WooCommerce to prevent synchronization issues caused by outdated or missing attribute options.
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 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 order cancellation on import when WooCommerce sends ‘Canceled’ status.
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.8.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.
1.8.1
19.018.017.016.015.0
NEW Added option to set “Sale Price” in WooCommerce using a specified pricelist during product export.
NEW Added synchronization of Personal ID field from order metafields.
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.8.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.
IMP Made several small improvements to enhance overall performance and stability.
FIX Resolved a minor issue with exporting translatable product names.
FIX Fixed an issue where fee products in imported orders were assigned an incorrect “0” tax class.
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.7.1
19.018.017.016.015.0
NEW Added support for custom attributes in WooCommerce (for both import and export operations). Note: Use of custom attributes is still not recommended due to potential issues as they lack unique IDs. Consider replacing them with regular attributes if possible.
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 Refactored API wrapper for WordPress / WooCommerce to provide better performance.
IMP Improved compatibility with Odoo.sh builds by resolving warnings.
FIX Fixed an issue with applying fiscal positions to imported orders.
FIX Fixed an issue where attributes were removed from simple products after running product export from Odoo to WooCommerce.
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.7.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 an option to disable XML-RPC requests for improved security when using the WooCommerce connector. Note: this may affect the functionality of some connector features.
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.6.1
19.018.017.016.015.0
NEW Added possibility to set different backorder policies for separate products.
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 Improved logic of delivery methods synchronization.
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 tax with empty rate or empty name.
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.6.0
19.018.017.016.015.0
NEW Support of the during order processing.
NEW Support of the during order processing.
1.5.0
19.018.017.016.015.0
NEW Added the ability to receive and record customer language values on the Contact (res.partner model).
NEW Improved import of delivery methods.
NEW Added configuration to allow backorders for out-of-stock products.
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.4.1
19.018.017.016.015.0
FIX Fixed an issue with auto-workflow not executing all tasks.
1.4.0
19.018.017.016.015.0
NEW Security improvement: hide sensitive data in integration parameters.
NEW Added support for importing product categories with translations.
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 WooCommerce shop language.
FIX Fixed an issue with missed orders.
FIX Fixed an issue with exporting tracking number for pickings with product kits.
FIX Fixed the issue of importing products with over 10 variants from WooCommerce to Odoo.
FIXOther small improvements and fixes.
1.3.0
19.018.017.016.015.0
NEW Added setting for export prices via pricelist from Odoo to PrestaShop, configurable based on integration.
NEW Added multi-language support to send translations from the ERP system to WooCommerce shop based on WordPress WPML plugin. Can be configured in “E-Commerce Integration – Configuration – Field Definitions”.
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 country states to Odoo country states.
FIX Fixed an issue with incorrect tax calculation for orders with fee lines.
1.2.0
19.018.017.016.015.0
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 Woocommerce. 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 from synchronization from Odoo to Woocommerce. 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.
IMP Download orders by batches to avoid timeout of “Receive Orders” job.
IMP Do not send inactive product variants when exporting products to Woocommerce.
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 Woocommerce to Odoo (in Field Synchronization there is no barcode field defined) connector will not analyze external products for duplicated barcodes.
FIX Fixed duplicated discount applied on sales orders downloaded from WooCommerce.
FIXOther small improvements and fixes.
1.1.3
19.018.017.016.015.0
FIX Fixed an issue with inability to cancel sales orders (in some cases) or register payment.
1.1.2
19.018.017.016.015.0
FIX Fixed quantity export after creating product in WooCommerce.
FIX Fixed an issue with switching on Order Actions on Sale Integration.
1.1.1
19.018.017.016.015.0
FIX Fixed an issue with tracking number export.
1.1.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 Allow defining VAT meta field name to import VAT number for contact during SO creation using any third-party plugins.
NEW Copy “E-Commerce Payment Method” from Sales Order to the related Customer Invoice.
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 Convert weight on import/export of products in case UoM in Odoo is different from UoM in WooCommerce (kgs vs lbs).