mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_responsive: fix hotkey combinations in a shortcut template
This commit is contained in:
committed by
Sergey Shebanin
parent
caf0d507f8
commit
bdfd64b6f8
10
web_responsive/static/src/xml/menu.xml
Normal file
10
web_responsive/static/src/xml/menu.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<templates id="template" xml:space="preserve">
|
||||
|
||||
<div t-extend="UserMenu.shortcuts">
|
||||
<t t-jquery="table.o_shortcut_table > tbody > tr > td:nth-child(2) > span:first-child" t-operation="after">
|
||||
+ <span class="o_key">Shift</span>
|
||||
</t>
|
||||
</div>
|
||||
|
||||
</templates>
|
||||
Reference in New Issue
Block a user