Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Migrate/Import Website into Odoo 17

Subscriure's

Get notified when there's activity on this post

This question has been flagged
website_builderwebsitewebsite.domain
4 Respostes
6878 Vistes
Avatar
Lalit Patidar

We have a website developed outside of Odoo.  We have moved to Odoo recently and using odoo V17.  We have already taken subscription and done with the database setup.  Now we want to import our website which is currently hosted on hostinger. Odoo have a tool "startwebsite"  (https://www.odoo.com/page/startwebsite) to convert/migrate existing website into Odoo but it creates with a new database and we have already database created for us.  How to use this tool for an existing database ??

0
Avatar
Descartar
Christian Ebersoldt

Push. Same request here.

Avatar
Max Zagrebelny
Best Answer

Hi,

If you've created pages using the "startwebsite" tool, you can migrate them into your existing database using a module available on the Odoo App Store:

https://apps.odoo.com/apps/modules/18.0/us_website_migration

1
Avatar
Descartar
Avatar
Marvin Accuweb.Cloud
Best Answer

Hello Lalit,

You're right, the StartWebsite tool is mainly designed to help migrate a static site into Odoo by generating a new website structure, but it works with a new database by default. Unfortunately, it doesn’t provide a built-in option to directly apply the generated website to an existing Odoo database, which is why you're seeing this limitation.

There are a couple of workarounds you might consider:

  1. Use StartWebsite to generate the site in a temporary/new DB, then export the website pages (as templates or views) and manually move them into your existing database. This would require some technical knowledge; you'd need to:

    • Export the website pages as XML from the new DB

    • Import them into your existing DB using custom modules or Studio (if available)

    • Double-check that linked resources (images, menus, etc.) are handled properly

  2. Manual recreation inside your existing Odoo site: If your current site isn't too large or complex, it might be quicker to manually copy the content into Odoo’s Website Builder inside your existing DB. This also gives you a chance to update the design for Odoo’s layout system and improve compatibility.

  3. Custom module or script: If you're working with developers, you could build a small script or module to read content from your external site and push it into Odoo via the Website app's models. This route gives you more control but requires dev work.

Unfortunately, there’s no official support (yet) for using StartWebsite directly on an existing Odoo database. Hopefully, that gets added in the future; it’s a common need.

0
Avatar
Descartar
Avatar
Ruchita
Best Answer

Migrating or importing a website into Odoo 17 depends on where your current website is built. If you're moving from an older version of Odoo like 14 or 15, you can export your website pages, templates, and custom themes, then import and adjust them in Odoo 17. However, if your website is built using a different platform like WordPress or custom HTML, there's no direct import option. In that case, you can manually recreate the pages using Odoo’s Website Builder by copying the content and designing pages using the drag-and-drop tools. 

You can also use HTML blocks to paste custom code if needed. Rebuild menus, images, forms, and other content to match your original site. For large websites, you can develop a custom script to import data. Don’t forget to test everything on a staging site before updating your live system.

0
Avatar
Descartar
Avatar
Oliver Koos
Best Answer

Hi, I would be interested in this as well.

0
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
How do i re-run the website builder to include the demo theme? Solved
website_builder website
Avatar
Avatar
Avatar
2
de set. 25
4332
Adding an HTML element to existing website template
website_builder website
Avatar
Avatar
1
de jul. 25
1762
How to add lottie animation to odoo site
website_builder website
Avatar
Avatar
Avatar
2
de juny 25
3258
Website - how to ask for email before allowing download of a pdf Solved
website_builder website
Avatar
Avatar
Avatar
3
d’abr. 25
3246
Calculator on website
website_builder website
Avatar
Avatar
1
d’abr. 25
4089
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now