Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie

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?

Awatar
Odrzuć

Can you provide us with the code?

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

Powiązane posty Odpowiedzi Widoki Czynność
1
mar 15
11534
1
mar 15
6012
0
lip 25
714
1
maj 25
1471
ADD PROPERTIES Rozwiązane
1
maj 25
1622