Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
8068 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer
Auteur

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

Gerelateerde posts Antwoorden Weergaven Activiteit
3
jul. 24
8572
0
apr. 17
3259
1
apr. 17
4623
2
nov. 15
4974
0
mrt. 15
4733