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
525 B
13 lines
525 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates xml:space="preserve">
|
|
<t t-extend="ListView.buttons">
|
|
<t t-jquery="button.o_list_export_xlsx" t-operation="after">
|
|
<button type="button" class="btn btn-secondary o_list_export_pdf">Export PDF</button>
|
|
</t>
|
|
</t>
|
|
<t t-extend="BillsListView.buttons">
|
|
<t t-jquery="button.o_list_export_xlsx" t-operation="after">
|
|
<button type="button" class="btn btn-secondary o_list_export_pdf">Export PDF</button>
|
|
</t>
|
|
</t>
|
|
</templates>
|