3
0
Fork 0

Merge PR #1560 into 12.0

Signed-off-by pedrobaeza
12.0
OCA-git-bot 2020-04-19 23:46:25 +00:00
commit fa462553c1
2 changed files with 11 additions and 0 deletions

View File

@ -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',
],

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>