Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
8065 Представления

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
8568
0
апр. 17
3257
1
апр. 17
4620
2
нояб. 15
4973
0
мар. 15
4729