[FIX] - Fix In progress contract filter

This commit is contained in:
sbejaoui
2019-03-08 12:18:27 +01:00
parent 08768508ba
commit 2e0dad4937
2 changed files with 1 additions and 2 deletions

View File

@@ -200,7 +200,7 @@
<separator/>
<filter name="not_finished"
string="In progress"
domain="[('recurring_next_date', '&gt;=', time.strftime('%Y-%m-%d'))]"
domain="['|', ('date_end', '&gt;=', time.strftime('%Y-%m-%d')), ('date_end', '=', False)]"
/>
<filter name="finished"
string="Finished"