[FIX][web_responsive] Long-named multicompanies nice in XS (#688)

This commit is contained in:
Jairo Llopis
2017-08-10 12:12:21 +02:00
committed by Angel Moya Pardo
parent ba4a8271f1
commit 09490a3f63
3 changed files with 20 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 Jairo Llopis <jairo.llopis@tecnativa.com>
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
<template>
<t t-extend="SwitchCompanyMenu">
<t t-jquery=".oe_topbar_name" t-operation="before">
<i class="fa fa-building visible-xs-inline-block"/>
</t>
</t>
</template>