summaryrefslogtreecommitdiff
path: root/vit_efaktur/report/invoice.xml
blob: 963e4144ebc1d349d298d89822473d403a121549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <data>

        <template id="vit_inv_efaktur" inherit_id="account.report_invoice_document">

            <xpath expr="//table" position="before">
                <div class="row mt32 mb32">
                    <div name="nomor_efaktur" class="col-xs-5" t-if="o.efaktur_id">
                        <strong>NSFP:</strong>
                        <span t-raw="o.prefix_berikat"/> <span t-raw="o.efaktur_id.name"/>
                    </div>
                </div>

            </xpath>

        </template>

    </data>
</odoo>