Skip to Content
मेन्यू
This question has been flagged
1 Reply
8024 Views

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
Discard
Best Answer

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
Discard
Author

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

Related Posts Replies Views Activity
3
जुल॰ 24
8478
0
अप्रैल 17
3189
1
अप्रैल 17
4568
2
नव॰ 15
4919
0
मार्च 15
4685