Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
8009 Widoki

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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"

Awatar
Odrzuć
Autor

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

Powiązane posty Odpowiedzi Widoki Czynność
3
lip 24
8399
0
kwi 17
3143
1
kwi 17
4515
2
lis 15
4892
0
mar 15
4613