diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 17:14:58 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 17:14:58 +0700 |
| commit | 1ca3b3df3421961caec3b747a364071c80f5c7da (patch) | |
| tree | 6778a1f0f3f9b4c6e26d6d87ccde16e24da6c9d6 /vit_efaktur/report | |
| parent | b57188be371d36d96caac4b8d65a40745c0e972c (diff) | |
initial commit
Diffstat (limited to 'vit_efaktur/report')
| -rw-r--r-- | vit_efaktur/report/invoice.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vit_efaktur/report/invoice.xml b/vit_efaktur/report/invoice.xml new file mode 100644 index 0000000..963e414 --- /dev/null +++ b/vit_efaktur/report/invoice.xml @@ -0,0 +1,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>
\ No newline at end of file |
