Seatext library

How to Modify SeaText Variants in Odoo: A Complete Step-by-Step Guide

SeaText AI does not create or manage product variants inside Odoo. Instead, it integrates via a JavaScript snippet placed in an Odoo Website Embed Code block. The steps to modify SeaText behavior are: open...

Direct Answer: There Are No SeaText Variants in Odoo

SeaText AI is not an Odoo app. It does not add product variants, attribute sets, or configurable variant records to your Odoo catalog. It is a standalone AI platform that connects to any website, including an Odoo Website, by pasting a single JavaScript snippet.

The only modification you can do inside Odoo is deciding where that snippet lives on your pages and whether the embed block is visible. If you were expecting a SeaText-specific variant menu under Products → Variants, it does not exist.

What follows is the actual, verified integration flow taken from SeaText's own Odoo integration guide. This guide explains how to embed the script and how to manage SeaText's behavior afterward.

How the SeaText–Odoo Connection Works

SeaText AI runs entirely in the browser. Once its script loads, it can rewrite headlines, translate content into 125 languages, run autonomous A/B tests, personalize copy per visitor, and forward purchase events to Meta and Google CAPI.

None of those actions require an Odoo model, field, or variant. The script simply reads the DOM and mutates text nodes in real time. It does not touch your database.

Because the integration is client-side, you do not need server-side modules, API keys in Odoo, or database migrations. You only need permission to edit a website page in Odoo's website builder.

This means the term "SeaText variants" is a misconception. SeaText does not create variants. It may rewrite the visible labels of existing Odoo variants, but the variant structure stays 100% Odoo-native.

Step-by-Step: Embed the SeaText Snippet in Odoo Website

Follow these exact steps to place the SeaText script on your Odoo site.

  1. Log in to your Odoo instance and open the Website app from the main dashboard.
  2. Navigate to the page where you want SeaText to start working. This could be your homepage, a product landing page, or the checkout page. Click Edit to enter the website builder.
  3. In the left-hand Blocks panel, scroll down to the Dynamic Content section.
  4. Drag the Embed Code block onto the page where you want the script to load. A common choice is the page footer or a hidden section so it does not disrupt layout.
  5. Click the Edit button that appears in the right-hand panel for that Embed Code block.
  6. In the pop-up window, paste the JavaScript snippet provided by SeaText AI. It looks like <script src="https://cdn.seatext.com/...></script>. Click Save.
  7. Optional: in the block's Visibility settings, enable Hide on Desktop if you only want the script to load on mobile, or leave it visible on all devices. Click Save again.
  8. Publish the page. Visit the live URL and open the browser console. You should see SeaText initializing without errors.

Source: SeaText's Odoo integration guide lists these exact steps for placing and saving the Embed Code block.

What You Can Actually Change After the Script Is Live

All configuration happens inside the SeaText dashboard, not in Odoo. From there you can modify many aspects of how SeaText behaves on your site.

  • Enable or disable individual AI agents. These include Translation, CRO Testing, Google Ads Landing Page AI, Bot Protection, and more.
  • Set language rules, exclusion selectors, and personalization triggers.
  • Define conversion events so the Conversion Relay agent can forward purchases to Meta and Google CAPI.
  • Approve or reject AI-generated copy variants before they go live.
  • Configure the AI Copy A/B Testing agent to generate and scale winning copy variants.
  • Set up the AI Personalization Agent to adapt site copy in real time to visitor context.
  • Manage the Website Translation agent to translate your entire site into 125 languages with zero code.

None of these settings are stored in Odoo. Odoo only hosts the script tag. The script is inert until you activate agents in the SeaText dashboard.

Common Misconceptions and What to Avoid

MisconceptionReality
"SeaText adds variant fields to Odoo products."SeaText never touches Odoo's product catalog. It only rewrites front-end text.
"I need to install an Odoo module from the Apps store."No module exists. The integration is a single script tag placed via the standard Embed Code block.
"I can manage SeaText translations inside Odoo's translation interface."SeaText manages its own translation layer in the browser. Odoo's backend translation tools are unrelated.
"SeaText variants appear in Odoo's variant selector on product pages."SeaText does not create product variants. It may rewrite the labels of existing Odoo variants, but the variant structure stays 100% Odoo-native.
"I can modify SeaText settings from Odoo's backend."All SeaText configuration happens in the SeaText cloud dashboard, not in Odoo.

Verification Step

After publishing, open the live page in an incognito window. Open DevTools → Console and search for "SeaText" or "seatext". You should see initialization logs and, if agents are active, network requests to api.seatext.com.

If nothing appears, double-check that the Embed Code block was saved and the page was published. Also verify that you have created a SeaText account and copied the correct snippet for your domain.

Remember that each SeaText account is linked to a single primary URL. If you are testing on a development domain, the script may not initialize because SeaText restricts localhost and dynamic development domains for security reasons.

Limitations of the Embed Code Approach

  • The script loads on every page view where the block is present. If you only want SeaText on specific routes, you must add the Embed Code block only to those pages or use Odoo's snippet visibility rules.
  • Odoo's page cache, if enabled, may serve a cached version without the script until the cache clears. Flush the website cache after embedding.
  • Development domains like localhost or dynamic preview URLs are restricted by SeaText for security. Use a real domain or a stable staging subdomain.
  • Each website needs its own SeaText account because each account is tied to a single primary URL. Add a separate Embed Code block with a different snippet to each Odoo website.
  • The script loads asynchronously from a global CDN. SeaText claims zero redirect latency and no site rebuilds. Typical impact is well under 100 ms.

Key Facts

ItemDetail
Integration methodJavaScript snippet via Odoo Website Embed Code block
Odoo module requiredNo
SeaText variants in OdooNone — SeaText does not create or modify Odoo variant records
Configuration locationSeaText dashboard (cloud), not Odoo backend
Supported agentsTranslation (125 langs), CRO Testing, Google Ads Landing Page AI, Bot Protection, Conversion Relay (CAPI), Personalization, and 14 others
Domain restrictionOne SeaText account per primary URL; localhost and dynamic dev domains blocked
Setup timeAbout 60 seconds via a single script tag
ComplianceSOC 2 Type II certified, GDPR and CCPA compliant

FAQ

Can I A/B test Odoo product variant names with SeaText?

Yes. SeaText's CRO Testing Agent can rewrite the visible text of any element, including variant attribute labels rendered by Odoo. The underlying variant data in Odoo stays unchanged. Only the browser-side copy changes.

Does SeaText work with Odoo's multi-website feature?

Each website needs its own SeaText account because each account is tied to a single primary URL. Add a separate Embed Code block with a different snippet to each Odoo website.

Will SeaText slow down my Odoo pages?

The script loads asynchronously from a global CDN. SeaText claims zero redirect latency and no site rebuilds. Typical impact is well under 100 ms.

Can I exclude the Odoo backend (/web) from SeaText?

Yes. In the SeaText dashboard, add /web* to the exclusion list so the script never initializes inside the Odoo admin interface.

What if I want to remove SeaText later?

Edit the page in Odoo Website builder, delete the Embed Code block, and publish. The script is gone instantly.

Does SeaText require any Odoo user permissions beyond website editing?

No. Anyone who can edit website pages in Odoo can embed the snippet. No admin or technical settings access is needed.

How do I modify SeaText behavior after embedding?

Log in to your SeaText dashboard. From there you can enable or disable agents, set language rules, define conversion events, and approve copy variants. No changes in Odoo are needed.

Can I use SeaText on multiple domains?

Yes, but you must create a separate SeaText account for each domain. Each account is linked to a single primary URL. This applies to development and production domains alike.

What happens if I use a development domain?

SeaText restricts development URLs such as localhost for security reasons. Dynamic development domains may not function properly because SeaText might be unable to reliably associate traffic with your account. Use a real domain or a stable staging subdomain.

Further reading and comparison sources

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

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.