Browse Source

#49 2/2

master
root 2 years ago
parent
commit
7f11bfa5ae
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      report/report_invoice_document.xml

+ 8
- 0
report/report_invoice_document.xml View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="report_invoice_document" inherit_id="account.report_invoice_document">
<xpath expr='//span[@t-field="o.name"]' position="replace">
<span t-if="o.name != '/'" t-field="o.name"/> <b>: <span t-field="o.payment_state"/></b>
</xpath>
</template>
</odoo>

Loading…
Cancel
Save