[FIX] don't lose debug mode when clicking on logo

bzr revid: xmo@openerp.com-20121210100137-h2ydpz6b63c48b1z
This commit is contained in:
Xavier Morel 2012-12-10 11:01:37 +01:00
parent 590add54d4
commit f9e610a890
1 changed files with 2 additions and 1 deletions

View File

@ -436,7 +436,8 @@
</tr>
<tr>
<td class="oe_leftbar" valign="top">
<a class="oe_logo" t-attf-href="/?ts=#{Date.now()}"><img t-att-src='_s + "/web/static/src/img/logo.png"'/></a>
<t t-set="debug" t-value="__debug__ ? '&amp;debug' : ''"/>
<a class="oe_logo" t-attf-href="/?ts=#{Date.now()}#{debug}"><img t-att-src='_s + "/web/static/src/img/logo.png"'/></a>
<div class="oe_secondary_menus_container"/>
<div class="oe_footer">
Powered by <a href="http://www.openerp.com" target="_blank"><span>OpenERP</span></a>