[FIX] account: missing context assignation in self

This commit is contained in:
Denis Ledoux 2014-09-15 12:25:32 +02:00
parent c6c7fab217
commit c6fbfe7fa0
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class journal_print(report_sxw.rml_parse, common_report_header):
if context is None:
context = {}
super(journal_print, self).__init__(cr, uid, name, context=context)
self.context = context
self.period_ids = []
self.last_move_id = False
self.journal_ids = []