<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <template id="report_expense" inherit_id="hr_expense.report_expense">
        <xpath expr="//div[hasclass('page', 'o_content_pdf')]" position="before">
            <t t-set="din5008_document_title">
                <span t-if="o and o._name == 'hr.expense'">
                        <t>Expenses Report</t>
                </span>
            </t>
        </xpath>
    </template>
</odoo>
