Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3231 Visualizzazioni

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?

Avatar
Abbandona

Can you provide us with the code?

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

Post correlati Risposte Visualizzazioni Attività
1
mar 15
11528
1
mar 15
6010
0
lug 25
683
1
mag 25
1446
1
mag 25
1582