<?xml version="1.0" encoding="utf-8"?>
<templates id="template" xml:space="preserve">

<t t-extend="ListView.buttons" t-name="StockInventoryReport.Buttons">
    <t t-jquery="button.o_list_button_discard" t-operation="after">
        <button class="btn btn-primary o_button_at_date mr-2" type="button">
            Inventory at Date
        </button>
    </t>
</t>

</templates>
