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

I am using Odoo 8.


I have added the field remaining_total to the account.analytic.account view, but I would like to know how to filter by that field.


I would like to see only contracts that have been fully invoiced, so I used:

<filter name="fully invoiced" string="fully invoiced" domain="[('remaining_total','=',0)]" help="fully invoiced"/>


But that has no apparent effect when I apply the filter.


What might I be doing wrong?

아바타
취소

Can you provide us with the code?

Your filter seems to be correct, but whether "remaining_total" is a compute field?

관련 게시물 답글 화면 활동
1
3월 15
11538
1
3월 15
6017
0
7월 25
756
1
5월 25
1507
ADD PROPERTIES 해결 완료
1
5월 25
1659