[IMP] m2o no tabindex=-! for open button will be handled by a keyboard shortcut
authorAntony Lesuisse <al@openerp.com>
Mon, 23 Jul 2012 15:30:39 +0000 (17:30 +0200)
committerAntony Lesuisse <al@openerp.com>
Mon, 23 Jul 2012 15:30:39 +0000 (17:30 +0200)
bzr revid: al@openerp.com-20120723153039-3xstwq2a1pcc67gh

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

index 55280f6..54bf221 100644 (file)
             <span class="oe_form_m2o_follow"/>
         </t>
         <t t-if="!widget.get('effective_readonly')">
-            <a href="#" class="oe_m2o_cm_button oe_e oe_right">/</a>
+            <a href="#" tabindex="-1" class="oe_m2o_cm_button oe_e oe_right">/</a>
             <div>
                 <input type="text"
                     t-att-id="widget.id_for_label"