diff options
| -rw-r--r-- | indoteknik_custom/report/purchase_order.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indoteknik_custom/report/purchase_order.xml b/indoteknik_custom/report/purchase_order.xml index 09ded9dc..0f392630 100644 --- a/indoteknik_custom/report/purchase_order.xml +++ b/indoteknik_custom/report/purchase_order.xml @@ -5,5 +5,11 @@ <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> + <xpath expr="//div[@id='informations']" position="inside"> + <div t-if="o.date_planned" class="col-3 bm-2"> + <strong>Receipt Date:</strong> + <p t-field="o.date_planned" class="m-0"/> + </div> + </xpath> </template> </odoo> |
