[IMP] web_switch_context_warning: black, isort

This commit is contained in:
Joan Sisquella
2020-03-20 15:43:21 +01:00
committed by hkapatel
parent bb9b0f9118
commit 0c6150bedd
5 changed files with 64 additions and 49 deletions

View File

@@ -1,9 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" ?>
<template>
<t t-name="web_switch_context_warning.warningWidget">
<div class="container-fluid bg-warning" style="text-align: center; display:none;padding-top:20px;padding-bottom:5px">
<h3>You switched to a different user, company or database with another tab or window</h3>
<p><button onclick="location.reload(true);" class="btn">Reload</button> to refresh your session</p>
<div
class="container-fluid bg-warning"
style="text-align: center; display:none;padding-top:20px;padding-bottom:5px"
>
<h3
>You switched to a different user, company or database with another tab or window</h3>
<p><button
onclick="location.reload(true);"
class="btn"
>Reload</button> to refresh your session</p>
</div>
</t>
</template>