콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
8184 화면

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
8643
0
4월 17
3381
1
4월 17
4710
2
11월 15
5074
0
3월 15
4829