summaryrefslogtreecommitdiff
path: root/indoteknik_custom/report/purchase_order.xml
blob: 09ded9dcd6cd283cbaf228c64d1a5f49d6e2f44b (plain)
1
2
3
4
5
6
7
8
9
<odoo>
    <template id="report_purchase_order_npwp" inherit_id="purchase.report_purchaseorder_document">
        <xpath expr="//p[@t-field='o.notes']" position="after">
            <div class="col-12" name="right_box">
                <b>NPWP</b><br/>74.226.022.7-086.000<br/><b>PT. INDOTEKNIK DOTCOM GEMILANG</b><br/>JALAN BANDENGAN UTARA BLOK 85A NO 8-9<br/>PENJARINGAN, PENJARINGAN<br/>KOTA ADM, JAKARTA UTARA DKI JAKARTA 14440
            </div>
        </xpath>
    </template>
</odoo>