Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3224 Переглядів

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?

Related Posts Відповіді Переглядів Дія
1
бер. 15
11527
1
бер. 15
6008
0
лип. 25
671
1
трав. 25
1437
ADD PROPERTIES Вирішено
1
трав. 25
1572