コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
8255 ビュー

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.

関連投稿 返信 ビュー 活動
3
7月 24
8771
0
4月 17
3493
1
4月 17
4774
2
11月 15
5193
0
3月 15
4968