forked from Techsystech/web
[FIX] web_responsive: fix hotkey combinations in a shortcut template
parent
1fc1a7371d
commit
64ca2f4d17
|
@ -24,6 +24,7 @@
|
|||
'qweb': [
|
||||
'static/src/xml/apps.xml',
|
||||
'static/src/xml/form_view.xml',
|
||||
"static/src/xml/menu.xml",
|
||||
'static/src/xml/navbar.xml',
|
||||
'static/src/xml/document_viewer.xml',
|
||||
],
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue