Skip to Content
Menu
This question has been flagged
2 Replies
1822 Views

Hello,

I have an issue and I can't find the solution. The balance on our invoice doen't print (under the total amount) on our invoice. It used to be but not anymore and no way to find why.

I could write it again in the qweb on invoices but I didn't find the variable correspondig to it.

Would you have any way to solve it ?

Thanks,

Avatar
Discard
Best Answer

Hi,

The balance amount of the invoice is stored in the field named residual.


Thanks

Avatar
Discard
Author Best Answer

I tried that in the Qweb of the invoice  : <span t-field="t.residual" />
But it doesn't work.

Avatar
Discard

Add line like this,

<span t-field="o.residual" />