You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

24 lines
642 B

<?xml version="1.0" encoding="UTF-8"?>
<templates>
<t t-name="web_last_viewed_records.header">
<tr class="oe_header_row">
<td t-att-colspan="colspan or '3'">
<div class="oe_view_manager_last_viewed"/>
</td>
<td></td>
</tr>
</t>
<t t-extend="ViewManagerAction">
<t t-jquery="tr.oe_header_row_top" t-operation="after">
<t t-call="web_last_viewed_records.header"/>
</t>
</t>
<t t-extend="mail.wall">
<t t-jquery="tr.oe_header_row_top" t-operation="after">
<t t-call="web_last_viewed_records.header">
<t t-set="colspan" t-value="2"/>
</t>
</t>
</t>
</templates>