Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita 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
  • Proyectos
  • 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

Can't add footer to my website (v13)

Suscribirse

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

Se marcó esta pregunta
footerwebsite_builderwebsiteodooOdoo13.0
2 Respuestas
7413 Vistas
Avatar
Bassem Nabil

hello,

I am pretty new here. I was designing my website using odoo's website builder and I accidentally removed the footer and I can no longer add it.


I tried drag and drop at the bottom of the home page but it was added to the homepage instead of the footer. How can I add it?

1
Avatar
Descartar
Avatar
Paresh Wagh
Mejor respuesta

Odoo adds a customized version of the footer when you delete it using the website editor. If you delete this customized view, the footer will revert to the original setting.

Activate developer mode by going to Settings > General Settings, scrolling all the way down and clicking on Activate the developer mode. Then go to Settings > Technical > User Interface > Views and search for footer. You will see 2 views called Footer with a key of website.footer_custom . One of them will have a blank Website field and the other will have the name of the Website from which you deleted the footer. The contents of the second view will look somewhat like so.

<data inherit_id="website.layout" name="Footer">
  <xpath expr="//div[@id='footer']" position="replace">
    <div id="footer" class="oe_structure oe_structure_solo" t-ignore="true" t-if="not no_footer">
            
        </div>
  </xpath>
</data>

Delete this view and your home page will be restored to it's default state.

NOTE: Try this on a copy of the database first.


0
Avatar
Descartar
Humam Barazi

Worked perfectly, thank you!

LABAT Jane

Hello, this doesn't work as stated in the latest version (as of this date). After activating the developer mode in Settings, an "Applications app" is added to the CRM dashboard for Odoo Online users. If you go into it, there is a "Technical" tab; however when you select it it is empty. Could someone help please as even trying the workaround provided by Ricardo Gross doesn't work, as you would have to add your Text block (duplicated of course) to each page. It doesn't automatically post to all pages (and I didn't see any field allowing me to set it to do so.) Please note, that after turning on the developer tool, nothing changes in the Settings (i.e., no "Technical" tab displays there. I only found it in the Application app [module]). Thanks in advance for help!

P.S. I could add it to the web page via Inspect Elements if someone could tell me what the code would be and where to place it, as I'm not super HTML savvy.

Avatar
Ricardo Gross
Mejor respuesta

Hi,

Simply add a Text block at the bottom of the home page and it will work like a Footer (visible on all pages). From version 13.3 even with specific footer functions.

Note that in the text block you can set the number of columns, color, ... , as in the original Footer.

BR

Ricardo

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

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

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
Where does odoo store website content?
website_builder website odoo Odoo13.0
Avatar
Avatar
1
dic 20
8529
How to restore deleted Footer in odoo website ,please ? Resuelto
footer website odoo
Avatar
Avatar
2
jun 25
1343
I can't view my website
website_builder website odoo domainname
Avatar
0
mar 24
2459
How to add an anchor to website menu odoo 13
website odoo Odoo13.0 Odoo13
Avatar
0
feb 21
5105
I can't edit my website Resuelto
v7 website_builder website odoo
Avatar
Avatar
1
mar 25
17829
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • 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 estar 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