mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_responsive: Apply pre-commit changes
This commit is contained in:
committed by
Sergey Shebanin
parent
d5e4441a0c
commit
4b2a8e6d91
@@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Web Responsive",
|
"name": "Web Responsive",
|
||||||
"summary": "Responsive web client, community-supported",
|
"summary": "Responsive web client, community-supported",
|
||||||
"version": "13.0.2.4.1",
|
"version": "13.0.2.5.0",
|
||||||
"category": "Website",
|
"category": "Website",
|
||||||
"website": "https://github.com/OCA/web",
|
"website": "https://github.com/OCA/web",
|
||||||
"author": "LasLabs, Tecnativa, " "Odoo Community Association (OCA)",
|
"author": "LasLabs, Tecnativa, " "Odoo Community Association (OCA)",
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<templates id="template" xml:space="preserve">
|
<templates id="template" xml:space="preserve">
|
||||||
|
<div t-extend="UserMenu.shortcuts">
|
||||||
<div t-extend="UserMenu.shortcuts">
|
<t
|
||||||
<t t-jquery="table.o_shortcut_table > tbody > tr > td:nth-child(2) > span:first-child" t-operation="after">
|
t-jquery="table.o_shortcut_table > tbody > tr > td:nth-child(2) > span:first-child"
|
||||||
|
t-operation="after"
|
||||||
|
>
|
||||||
+ <span class="o_key">Shift</span>
|
+ <span class="o_key">Shift</span>
|
||||||
</t>
|
</t>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</templates>
|
</templates>
|
||||||
|
|||||||
Reference in New Issue
Block a user