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.
13 lines
457 B
13 lines
457 B
<templates>
|
|
<t t-name='HelpOnline.Buttons'>
|
|
<div class='oe_help_online_buttons'>
|
|
<ul class='oe_view_manager_switch oe_button_group oe_right'>
|
|
<li class='oe_i'>
|
|
<a class='oe_list_button_help_online'
|
|
t-att-title='url_info.title'
|
|
t-att-href='url_info.url' target='_blank'></a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</t>
|
|
</templates>
|