Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
8283 Переглядів

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.

Аватар
Відмінити
Найкраща відповідь

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"

Аватар
Відмінити
Автор

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

Related Posts Відповіді Переглядів Дія
3
лип. 24
8832
0
квіт. 17
3528
1
квіт. 17
4810
2
лист. 15
5225
0
бер. 15
5025