Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
8062 Vizualizări

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.

Imagine profil
Abandonează
Cel mai bun răspuns

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"

Imagine profil
Abandonează
Autor

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

Related Posts Răspunsuri Vizualizări Activitate
3
iul. 24
8544
0
apr. 17
3247
1
apr. 17
4611
2
nov. 15
4966
0
mar. 15
4724