bzr revid: vme@tinyerp.com-20140326113540-0ore3bg7sd1r2vu3
This commit is contained in:
Vidhin Mehta (OpenERP) 2014-03-26 17:05:40 +05:30
parent df0631ad3d
commit 17021e8bfb
2 changed files with 2 additions and 1 deletions

View File

@ -360,6 +360,7 @@
<record model="ir.actions.act_window" id="action_event_track">
<field name="name">Event Tracks</field>
<field name="res_model">event.track</field>
<field name="view_mode">tree,form,calendar</field>
</record>
<menuitem name="Event Tracks" id="menu_event_track" action="action_event_track" parent="event.event_configuration" groups="base.group_no_one"/>

View File

@ -68,7 +68,7 @@
<t t-set="index" t-value="0"/>
<t t-set="for_all" t-value="True"/>
<tr id="agenda_th">
<th t-attf-style="width:#{10}%;"> </th>
<th t-attf-style="width:#{10}%;"><small title="Timezone" class="text-muted"> <t t-esc= "event.timezone_of_event"/>* </small></th>
<t t-foreach="room_list" t-as="room">
<th t-attf-style="width: #{td_width}px;" class="active"><bold><t t-esc="room[1]"/></bold></th>
</t>