Latest Releases for Odoo 19.0¶
Recent updates from TeqStars applications, newest first.
Etsy Connector · 19.0.1.0.4¶
Released: August 17, 2026
Fixed: import of Etsy custom variations (property 513/514/515). The listing reports the seller’s own label (“Motiv”, “Design”) while the taxonomy stores custom1/custom2/custom3, so category attribute mapping now falls back to the Etsy property id and no longer fails with “No attribute mapping found”.
Fixed: Retry Failed Listing returning “Etsy API error 400 Bad Request: Invalid value (inventory) for enum(…)”. Etsy removed Inventory/Shipping from the
includesenum of the single-listing endpoints; variants are now fetched from/listings/{id}/inventory. Same fix applied to Import Listing by ID.
eBay Connector · 19.0.1.0.2¶
Released: August 17, 2026
Verify ECDSA signature on incoming eBay account-deletion webhook notifications; reject unsigned or invalid requests.
Fix account-deletion GET challenge to work on Sandbox-only setups (no longer requires a Production instance).
MCP Server · 19.0.1.0.3¶
Released: August 14, 2026
Improved compatibility with the latest versions of Claude, ChatGPT, Cursor and other AI tools.
Fixed “Connect” failing with a server error when an AI tool registers itself, on servers that use a database replica.
The connection URL is unchanged, and existing connections keep working exactly as before.
A mistyped database name in a connection URL is now refused, instead of being answered by the wrong database.
Connection failures now state the reason in the Odoo log, so admins can see why an AI tool could not connect.
Fixed the MCP Server going quiet after its settings record was archived.
ShipStation Connector · 19.0.2.0.1¶
Released: August 13, 2026
Fix the store import issue
MCP Server · 19.0.1.0.2¶
Released: August 13, 2026
Fixed claude.ai connector “Authorization failed” error by adding RFC 9728 path-scoped protected-resource discovery route.
Blocked non-MCP-group users from OAuth consent and MCP tool calls: /oauth/authorize (GET + POST) and /odoo/mcp now require “MCP User” or “MCP Administrator” group.
Restricted user-picker dropdowns to active internal users in MCP User/Administrator group on Connection, Session, Prompt, Page, Event, Access Rule, and Connection wizard.
Shopify Connector · 19.0.1.2.2¶
Released: August 13, 2026
Fix group access for non-admin users.
Fetch missing Shopify fraud analysis data for webhook-imported orders.
Shopify Connector · 19.0.1.2.1¶
Released: August 4, 2026
Added help video to operation popup.
Implemented Shopify return creation from Odoo for already fulfilled orders.
Updated the return workflow to match Shopify, creating stock movements only when returns are approved/processed instead of at return creation.
Update migration script to prevent Odoo server crash during bulk category fetch and write product type, product category, and sales channel to products during migration to v19
Fix errors and warning messages during Odoo unit tests.
Brevo Connector · 19.0.1.0.14¶
Released: July 31, 2026
Added product URL export to Brevo.
MCP Server · 19.0.1.0.1¶
Released: July 27, 2026
“Connect a New Tool” button on the Connections list hides when the MCP Server is disabled.
Shopify Connector · 19.0.1.2.0¶
Released: July 24, 2026
Fix the error order processing by passing an empty account.Tax recordset instead of a list.
TaxJar Connector · 19.0.1.0.5¶
Released: July 22, 2026
Tax Name Format: added a new “County” line type and a “County” field next to the Address. The county is resolved automatically when selecting the Address (from already synced rates, otherwise fetched live from TaxJar by ZIP code), can be re-synced with the “Sync County” button, or typed manually. The preview uses it for the County line type. The county name returned by TaxJar (e.g. San Diego) is now stored on the synced tax rates and can be used in generated tax names. The preview resolves the county from already-synced rates for the selected address, and falls back to the line’s Value as a sample. Counties appear on rates as they sync/refresh.
Corrected the “Country” naming to “County” for the tax breakdown format. US sales tax has four jurisdiction levels (State, County, City, Special District); the old field was always applied to the county tax rate — only the naming was wrong. A new “County” format field was added on the TaxJar account and the old field is kept hidden for reference; a migration copies the existing configuration into the new field and renames the default “Country Tax Format” data to “County Tax Format”.
Walmart Connector · 19.0.1.0.0¶
Released: July 22, 2026
Initial Release for v19.
Shopify Connector · 19.0.1.1.10¶
Released: July 22, 2026
Improve the refund error message for currency mismatches between Odoo and Shopify.
Fix the error where an unsupported auto process payout error pop up occurs in the Enterprise version.
Brevo Connector · 19.0.1.0.13¶
Released: July 21, 2026
Improved campaign import of preview text, email from and reply to.
Etsy Connector · 19.0.1.0.3¶
Released: July 18, 2026
Fix the bugs.
19.0.1.0.2 (14-July-2026):
Fixed: bulk import crash on listings with no nested shipping_profile (resolve via scalar id, per-instance).
Fixed: attribute/value mapping AttributeError (global vs category mappings handled separately).
Fixed: OAuth callback redirecting to “None” (safe fallback URL).
Improved: receipt status normalization (incl. Fully/Partially Refunded).
Improved: 429 + 5xx retry with Retry-After.