[FIX] website_event: fixed long-running bug in website_event. The base template

in website_sale has been modified, but dependant modules have not been updated.

bzr revid: tde@openerp.com-20131004110222-qyw7ekbfn1n7v6zz
This commit is contained in:
Thibault Delavallée 2013-10-04 13:02:22 +02:00
parent 4d8468e69d
commit 2bd8457939
1 changed files with 3 additions and 4 deletions

View File

@ -3,12 +3,11 @@
<data>
<!-- Layout add nav and footer -->
<template id="header_footer" inherit_id="website_sale.header_footer">
<xpath expr="//header//ul[@id='top_menu']/li" position="before">
<template id="header_footer_custom" inherit_id="website.layout">
<xpath expr="//header//ul[@id='top_menu']/li[@name='contactus']" position="before">
<li><a t-href="/event">Events</a></li>
</xpath>
<xpath expr="//footer//ul[@name='products']/li" position="after">
<xpath expr="//footer//div[@name='info']/ul" position="inside">
<li><a t-href="/event">Events</a></li>
</xpath>
</template>