Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
4289 Ansichten

Trying to replace the navigation (treehouse theme) on the default page (homepage) so that this page wouldn't have any navigation at all in the header but the other pages would have the normal navigation.

Reading the Odoo docs, I created pages.xml and listed it also in the __openerp__.py.


Pages.xml looks like this:

<?xml version="1.0" encoding="utf-8"?>

<openerp>

<data>

<!-- HOMEPAGE - Make a Special home page without navigation

================================================== -->

<!-- === HomePage === -->

<template name="Homepage" id="website.homepage" page="True">

<xpath expr="//header[@id='my_header']/div" position="replace">

<div></div>

</xpath>

</template>

</data>

</openerp>


Anyhow I have no effect with this. I still have a normal homepage navigation. What goes wrong?

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Nov. 23
2074
0
Juli 24
1020
3
Juni 23
9228
1
Dez. 22
5758
3
Feb. 18
10051