Website Landing Page

Add a template website page for creating landing pages

https://kastor.lab.numigi.net/web/image/product.template/1486/image_1920?unique=0a81b40
  • Odoo Version

Conditions générales
Garantie satisfait ou remboursé de 30 jours
Expédition : 2-3 jours ouvrables

Website Landing Page

Context

In vanilla Odoo, when you create a website page, it comes with the default header and footer, including the main menu.

static/description/vanilla_odoo_page.png

However, you might sometimes need to create a website page without those elements. This is what we call here a Landing Page.

Overview

This module adds a website page that can be used to create landing pages.

static/description/template_page.png

When selecting this template, the original header and footer are absent from the page.

static/description/new_page.png

Known Issues

The implementation of landing pages is purely aesthetic. If you open the sources of the page, you will see that the header and footer are still present. They are only hidden using css.

The reason is that completely removing these elements could have side effects related to the javascript framework.

Contributors