Skip to main content

everjust-website-i18n

Publish the multi-language version of an everjust.app (Odoo 19) marketing site via the everjust_agent_mcp server — activate a res.lang, add it to the website's language_ids so it shows in the selector and gets its /<url_code>/ URLs, and translate a page's body + SEO. Use to make a page bilingual/multilingual, add a language to the public site, wire the language switcher, translate a marketing page or its meta title/description, or fix a page showing English under /fr/. Odoo 19 stores translations as per-field JSONB (translate=True, e.g. website_meta_title) or per-term JSONB (xml_translate, e.g. a view's arch_db) — you do NOT duplicate the page per language. The trap: the generic update/create/website_edit_page MCP tools write the en_US SOURCE only (no lang context), so a non-English value MUST go through call → update_field_translations({lang:{term:translated}}) with confirm:true. Copy-on-write applies. Needs admin/website-designer. Cross-refs [[everjust-website]], [[everjust-agent-mcp]].

Ir para a instalação

Informações da origem

Repositório
ever-just/agentskills
Última atividade na origem
5 de julho de 2026 às 18:58
Idioma detectado do SKILL.md
inglês
Estrelas
3
Forks
1

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.