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

data = self.env['account.analytic.line'].read_group(domain, ['so_line', 'unit_amount', 'product_uom_id'], ['product_uom_id', 'so_line'], lazy=False )

아바타
취소
베스트 답변

Hello Annadurai,

if lazy true, the results are only grouped by the first groupby and the remaining groupbys are put in the __context key. If false, all the groupbys are done in one call.

I hope this is helpful to you

thanks 

아바타
취소
작성자

thank u jitendra

관련 게시물 답글 화면 활동
2
8월 25
2653
1
7월 25
1033
1
8월 25
1151
0
5월 25
1491
2
4월 25
3645