[FIX] - don't play onchange date_start for old lines on contract template change

[FIX] - Fix stop post message

[FIX] - Fix sale_contract_count should count all partner contract

[FIX] - set recurring_next_date to False if contract line stoped at last date invoiced

[FIX] - Group by next_invoice also considers dates in the past
This commit is contained in:
sbejaoui
2019-03-14 16:00:16 +01:00
parent 834d0b959b
commit 130fbb693e
5 changed files with 17 additions and 14 deletions

View File

@@ -204,7 +204,7 @@
<group expand="0" string="Group By...">
<filter name="next_invoice"
string="Next Invoice"
domain="[('recurring_next_date', '&gt;=', time.strftime('%Y-%m-%d'))]"
domain="[('recurring_next_date', '!=', False)]"
context="{'group_by':'recurring_next_date'}"
/>
<filter name="date_end"