diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-07-25 08:53:19 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-07-25 08:53:19 +0000 |
| commit | 5ead2c84fb9b56d51520f77af8227160b56aeaca (patch) | |
| tree | 4c0e32918e1ddf4e7a3e9116d3abb186ad417c7f /indoteknik_custom/report | |
| parent | c344ccd81208b5b466ae047dbb9e084dd5d0f358 (diff) | |
| parent | e933a05e9b03e489b581f27d1aa304774aafc320 (diff) | |
Merged in production (pull request #68)
Production
Diffstat (limited to 'indoteknik_custom/report')
| -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> |
