[FIX] account_followup: followups todo filter

bzr revid: qdp-launchpad@openerp.com-20121206173303-931iggghubfcxo0y
This commit is contained in:
Quentin (OpenERP) 2012-12-06 18:33:03 +01:00
parent 68d4ebc81d
commit f86d1d8cdf
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<group string="Follow-up">
<filter string="Partners with Overdue Credits" domain="[('payment_amount_overdue', '>', 0.0)]" name="credits"/>
<separator/>
<filter string="Follow-ups To Do" domain="[('payment_next_action_date', '&lt;=', time.strftime('%%Y-%%m-%%d')), ('credit', '>', 0.0)]" name="todo"/>
<filter string="Follow-ups To Do" domain="[('payment_next_action_date', '&lt;=', time.strftime('%%Y-%%m-%%d')), ('payment_amount_overdue', '>', 0.0)]" name="todo"/>
<separator/>
<filter string="No Responsible" domain="[('payment_responsible_id', '=', False)]"/>
<filter string="My Follow-ups" domain="[('payment_responsible_id','=', uid)]"/>