Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Información
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Migrate/Import Website into Odoo 17

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
website_builderwebsitewebsite.domain
4 Respuestas
6862 Vistas
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
Mejor respuesta

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
Mejor respuesta

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
Mejor respuesta

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
Mejor respuesta

Hi, I would be interested in this as well.

0
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
How do i re-run the website builder to include the demo theme? Resuelto
website_builder website
Avatar
Avatar
Avatar
2
sept 25
4313
Adding an HTML element to existing website template
website_builder website
Avatar
Avatar
1
jul 25
1758
How to add lottie animation to odoo site
website_builder website
Avatar
Avatar
Avatar
2
jun 25
3251
Website - how to ask for email before allowing download of a pdf Resuelto
website_builder website
Avatar
Avatar
Avatar
3
abr 25
3243
Calculator on website
website_builder website
Avatar
Avatar
1
abr 25
4083
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y totalmente integrado.

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