[REV] We always want the debug View button, even if display_title == false
authorFabien Meghazi <fme@openerp.com>
Thu, 8 Dec 2011 15:27:00 +0000 (16:27 +0100)
committerFabien Meghazi <fme@openerp.com>
Thu, 8 Dec 2011 15:27:00 +0000 (16:27 +0100)
bzr revid: fme@openerp.com-20111208152700-rfj522vcvyhpwnst

addons/web/static/src/xml/base.xml

index 5eb19a7..e219594 100644 (file)
             href="javascript: void(0)"> </a>
     </t>
     <t t-jquery="h2.oe_view_title" t-operation="after">
-        <button t-if="self.session.debug and self.flags.display_title !== false" class="oe_get_xml_view">
+        <button class="oe_get_xml_view">
             View#<span></span>
         </button>
     </t>