Files
pms/hotel/static/src/xml/hotel_base_templates.xml
2019-07-31 10:10:00 +02:00

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>