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

Hi,


I am new to Odoo. I am trying to set up a financial report based on account groups, but I cant figure out how to refer to several account groups in the domain formula.


It works when I only have one: [('account_id.group_id', '=', 4)]


How can I get the line to show the sum of account group 4 and 5?


I am currenty using V14


아바타
취소
작성자

Thank you Savya for your reply. This worked.

I tried using the same domain formula to include three account groups:

[('account_id.group_id', 'in', [23, 30, 31])]

But it only includes group id 23 and 30 in the report. Do you have a solution on how I can get the line to show the sum of account group 23, 30 and 31?

베스트 답변

Hi,

Try modifying the domain formula to include account groups 4 and 5 like this: 

[('account_id.group_id', 'in', [4, 5])]

Note: It is recommended to replace the account group IDs (4 and 5 in this example) with the actual IDs of the account groups you want to include in your report.

Thanks

아바타
취소
관련 게시물 답글 화면 활동
2
1월 18
4187
3
7월 25
833
5
7월 25
102
2
7월 25
287
3
7월 25
1352