[REF] account_followup: code refactoring

bzr revid: qdp-launchpad@openerp.com-20121206170039-fqs0qasccnq781dg
This commit is contained in:
Quentin (OpenERP) 2012-12-06 18:00:39 +01:00
parent 73dd7ccacc
commit a4194eb7a8
2 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@ ${user.name | h}
<br/>
${ctx['followup_table']}
${ctx.get('followup_table','')}
<br/>
@ -76,7 +76,7 @@ ${user.name | h}
<br/>
<br/>
${ctx['followup_table']}
${ctx.get('followup_table','')}
<br/>
@ -112,7 +112,7 @@ ${user.name | h}
<br/>
${ctx['followup_table']}
${ctx.get('followup_table','')}
<br/>
@ -148,7 +148,7 @@ ${user.name | h}
<br/>
<br/>
${ctx['followup_table']}
${ctx.get('followup_table','')}
<br/>
</div>

View File

@ -23,10 +23,10 @@ import time
import pooler
from report import report_sxw
from osv import fields
class report_rappel(report_sxw.rml_parse):
_name = "account_followup.report.rappel"
def __init__(self, cr, uid, name, context=None):
super(report_rappel, self).__init__(cr, uid, name, context=context)
self.localcontext.update({