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.
14 lines
570 B
14 lines
570 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--The templates are defining the buttons to be displayed on list view-->
|
|
<templates id="template" xml:space="preserve">
|
|
<t t-inherit="web.ListView.Buttons" t-inherit-mode="extension">
|
|
<xpath expr="//div[hasclass('o_list_buttons')]"
|
|
position="inside">
|
|
<button name="upload_form_button" multiple="multiple"
|
|
class="btn btn-secondary" type="button"
|
|
t-on-click="_onClickAttachment">
|
|
<i class="fa fa-paperclip"/>
|
|
</button>
|
|
</xpath>
|
|
</t>
|
|
</templates>
|
|
|