[WIP][MIG][11.0] Hotel Calendar

This commit is contained in:
QS5ELkMu
2018-09-03 15:42:23 +02:00
parent 4ab27a0dcc
commit d2363b7736
18 changed files with 166 additions and 169 deletions

View File

@@ -83,15 +83,7 @@
<t t-name="HotelCalendar.TooltipRoom">
<div class="oe_tooltip_string"><t t-esc="name"/></div>
<p><b>Price From:</b> <t t-esc="price_from"/></p>
<t t-if="num_inside_rooms > 0">
<b>Belongs to the Virtual Rooms:</b>
<ul>
<li t-foreach="inside_rooms" t-as="room_name">
<t t-esc="room_name"/>
</li>
</ul>
</t>
<p><b>Room Type:</b> <t t-esc="room_type_name"/></p>
</t>
<t t-name="HotelCalendar.TooltipEvent">