Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
8235 Visualizzazioni

Hi,

I need to display tax rate in rml account.invoice report dynamically, as opposed to hardcoding it into report. For example:

Vat 15% :

How can I get this value? And where is it stored?

Many thanks in advance.

Avatar
Abbandona
Risposta migliore

From our invoice that does display the VAT rate by line item

[[ ', '.join([ lt.name or '' for lt in l.invoice_line_tax_id ]) ]]

Sorry dont understand it fully, but I assume the field you require is "invoice_line_tax_id"

Avatar
Abbandona
Autore

Thank you, I did not know at the moment of asking that VAT rate is only on per-item basis.

Post correlati Risposte Visualizzazioni Attività
3
lug 24
8733
0
apr 17
3472
1
apr 17
4756
2
nov 15
5169
0
mar 15
4952