This website works better with JavaScript.
Home
Explore
Help
Sign In
raynald
/
kalachakra
Watch
1
Star
0
Fork
0
Code
Issues
72
Pull Requests
0
Projects
2
Releases
0
Wiki
Activity
Browse Source
#49
2/2
master
root
2 years ago
parent
6cb8732f20
commit
7f11bfa5ae
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save