summaryrefslogtreecommitdiff
path: root/indoteknik_custom/report
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-09-01 07:58:42 +0000
committerIT Fixcomart <it@fixcomart.co.id>2022-09-01 07:58:42 +0000
commit645b385f1feea20975f1abaacdf6ffdcb0af7ff1 (patch)
treeeebe5fca40c038aa21fc230f7b5707fa38b27b20 /indoteknik_custom/report
parent8e7e127bb6e7f5b67771e24ba12322ff2718399a (diff)
parente682e0518fcaa62588287bb974d8697ceed8300f (diff)
Merged in master (pull request #6)
Master
Diffstat (limited to 'indoteknik_custom/report')
-rw-r--r--indoteknik_custom/report/purchase_order.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/indoteknik_custom/report/purchase_order.xml b/indoteknik_custom/report/purchase_order.xml
new file mode 100644
index 00000000..09ded9dc
--- /dev/null
+++ b/indoteknik_custom/report/purchase_order.xml
@@ -0,0 +1,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>