[FIX] web_responsive: fix hotkey combinations in a shortcut template

This commit is contained in:
Andrii Skrypka
2020-03-23 18:19:49 +02:00
committed by Sergey Shebanin
parent caf0d507f8
commit bdfd64b6f8
2 changed files with 11 additions and 0 deletions

View 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>