Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3345 Zobrazení

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
Zrušit

Can you provide us with the code?

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

Related Posts Odpovědi Zobrazení Aktivita
1
bře 15
11810
1
bře 15
6142
0
srp 25
33
1
srp 25
215
0
čvc 25
992