mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
13 lines
381 B
XML
13 lines
381 B
XML
<template>
|
|
|
|
<t t-name="hotel.SwitchHotelMenu">
|
|
<li class="o_switch_company_menu">
|
|
<a class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false" href="#">
|
|
<span t-attf-class="#{widget.isMobile ? 'fa fa-building-o' : 'oe_topbar_name'}"/> <span class="caret"/>
|
|
</a>
|
|
<ul class="dropdown-menu" role="menu"/>
|
|
</li>
|
|
</t>
|
|
|
|
</template>
|