I want to build a custom header and footer for my Odoo website, completely from scratch, without using any of the default Odoo templates or building blocks. The goal is to have full control over the HTML/CSS structure and design, but also make it dynamic and manageable through the Odoo backend (like the default header/footer).
What I’m looking for:
- The correct approach to override or replace the default header/footer.
- How to render dynamic menus in a custom QWeb template.
- How to structure the custom XML/HTML/SCSS files.
- Where and how to link the custom header/footer in a theme or module.
Can anyone guide me with steps or share a working example?