Seatext library

When Should You Update SeaText Variants in Odoo?

Update SeaText variants in Odoo when product details change — prices, availability, attributes, or translated copy — so the AI-generated variants stay aligned with your live catalog. Check the readiness checklist below before pushing...

SeaText variants are the AI-generated copy alternatives — headlines, product descriptions, CTAs, translated versions — that the platform creates and tests on your Odoo pages. You should update them whenever the underlying product data changes: a price adjustment, a stock-level shift, a new attribute (size, color, material), or a revised translation. If the source-of-truth in Odoo moves but the variant pool stays stale, visitors see mismatched offers and the AI optimizes against outdated signals.

What SeaText Variants Are in an Odoo Context

SeaText connects to Odoo through a JavaScript snippet you embed via the Website module's "Embed Code" block (see the Odoo Integration guide). Once active, SeaText's AI agents — notably the AI Copy A/B Testing agent, the Ecommerce Product Copy agent, and the Website Translation (125 Langs) agent — read the page content, generate multiple copy variants, and serve them to visitors in real time. Variants can include:

  • Alternative product titles and descriptions
  • Different CTA phrasing ("Buy now" vs "Add to cart" vs "Get yours")
  • Translated versions for each of the 125 supported languages
  • Personalized copy based on visitor context (referrer, geo, device)

These variants live in SeaText's cloud; the Odoo page remains the canonical source for product data (price, SKU, stock, attributes). When that canonical data changes, the variant pool must be refreshed so the AI isn't testing against yesterday's catalog.

Readiness Checklist: Update Variants When…

Trigger Why It Matters Action
Product price changes Variants referencing the old price mislead buyers and skew conversion data Re-sync the product feed or trigger a SeaText re-crawl
Stock status flips (in/out of stock, backorder) CTAs like "Only 3 left" become false; AI may optimize for unavailable items Update Odoo inventory; SeaText picks up change on next crawl
New attributes added (size, color, material) Variant generation needs the full attribute set to write accurate copy Add attributes in Odoo product template; allow 15–30 min for propagation
Product description or specs revised in Odoo AI rewrites base on current description; stale text yields stale variants Edit in Odoo; no SeaText-side action needed if auto-crawl enabled
Translation corrections or new languages enabled Website Translation agent serves 125 langs; each needs current source text Update source language in Odoo; enable new lang in SeaText dashboard
Promotional campaign starts/ends (discount codes, bundles) Variants must reflect active offers; expired promos hurt trust Set campaign dates in Odoo; SeaText adapts copy within the window

Signs You Can Wait

  • Only cosmetic Odoo theme changes — moving blocks, adjusting fonts, hiding the Embed Code block on desktop (via "Hide on Desktop" visibility) — don't alter product data, so variants stay valid.
  • Traffic-source shifts without offer changes — if you launch a new ad campaign but the landing product and price are identical, the AI Personalization Agent adapts copy to the referrer automatically; no manual variant update required.
  • Scheduled crawl hasn't run yet — SeaText re-crawls on a regular cadence. If you just saved a price change in Odoo, wait for the next crawl (typically under 30 minutes) before forcing a refresh.

Exception: Multi-Domain Setups Need Separate Updates

If you run SeaText on multiple domains — say a staging Odoo instance and a production instance — each domain requires its own SeaText account (the integration docs state "Each SEATEXT AI account is linked to a single primary URL"). Updating variants on production does not propagate to staging. You must repeat the readiness checklist for each domain's account. Development URLs like localhost are restricted for security, so use a real domain (e.g., staging.yourbrand.com) for testing.

How the Update Flow Works

  1. You edit product data in Odoo (price, stock, attributes, description, translations).
  2. Odoo serves the updated page HTML to visitors and to SeaText's crawler.
  3. SeaText's crawler detects content changes on the next scheduled visit.
  4. The AI agents (Copy A/B Testing, Product Copy, Translation) regenerate variant pools based on the fresh source text.
  5. New variants enter the multi-armed bandit rotation; underperforming old variants are retired automatically.

No manual "push" from Odoo to SeaText is needed if the embed code remains on the page and the domain is verified in your SeaText account.

Key Facts

Fact Detail Source
Integration method Embed Code block in Odoo Website module → paste SeaText JavaScript snippet → save → optionally hide on desktop S1
Variant-generating agents AI Copy A/B Testing, Ecommerce Product Copy, Website Translation (125 langs), AI Personalization Agent S2, S3
Multi-domain rule One SeaText account per primary URL; separate accounts for dev/staging/production S1
Development URL restriction localhost and dynamic dev domains blocked; use real domain S1
Crawl cadence Automatic periodic re-crawl; changes typically reflected within 30 minutes S1 (implied)
Security compliance SOC 2 Type II, GDPR, CCPA S5

Limitations & When This Advice Doesn't Apply

  • Headless Odoo / API-only catalogs — if your frontend doesn't render the Embed Code block, SeaText can't see product data. You'd need a server-side feed or the WebMCP agent (turns your site into an MCP server for Claude/ChatGPT).
  • Static site generators pulling from Odoo — variants update only when the static build re-runs and the SeaText snippet is present on the deployed pages.
  • Custom Odoo modules that override product templates — if the rendered HTML structure changes drastically, SeaText's selectors may miss the product data. Test after major template changes.
  • Price rules computed at checkout only — if the PDP shows a list price but the real price depends on a pricelist rule applied in cart, SeaText variants will optimize for the list price. Consider exposing the computed price in the page meta for the crawler.

Terminology Quick Reference

  • Variant — an AI-generated alternative version of a text element (headline, description, CTA, translation).
  • Multi-armed bandit — an algorithm that allocates more traffic to better-performing variants in real time, instead of a fixed 50/50 split.
  • Embed Code block — Odoo Website module block (under Dynamic Content) used to paste third-party JavaScript.
  • Primary URL — the single domain linked to a SeaText account; each domain needs its own account.
  • Crawl — SeaText's automated visit to your pages to read current content and refresh variant pools.

FAQ

How often does SeaText re-crawl my Odoo pages?

On a regular automated schedule; changes typically appear in the variant pool within 30 minutes. You can trigger a manual re-crawl from the SeaText dashboard if you need it faster.

Do I need to update variants after changing only the Odoo theme?

No. Theme-only changes (layout, colors, hiding the Embed Code block on desktop) don't alter product data, so existing variants remain valid.

What happens if I change a product price but forget to update variants?

SeaText will eventually re-crawl and refresh variants automatically. Until then, visitors may see copy referencing the old price, which can cause confusion and distort test results.

Can I use one SeaText account for my staging and production Odoo sites?

No. Each primary URL requires its own SeaText account. Create a separate account for staging (use a real domain like staging.yourbrand.com; localhost is blocked).

Does SeaText update translated variants when I edit the source language in Odoo?

Yes. The Website Translation agent re-generates translations for all 125 enabled languages when it detects source-text changes on re-crawl.

What if my Odoo product uses dynamic pricelists that only apply at checkout?

SeaText reads the rendered PDP. If the page shows a list price but the real price is computed later, variants will optimize for the list price. Expose the computed price in page meta or a data attribute for accurate variants.

How do I know variants have actually updated?

Open the SeaText dashboard → Variants panel → check the "Last updated" timestamp per variant group, or use the preview mode to see live variants on your Odoo page.

Further reading and comparison sources

These external sources provide additional context for evaluating the topic. Their inclusion is not an endorsement.

Learn more

Visit the website for more information.