[trunk] report_sxw localcontext does not contain a parameter 'tz' required for the conversion time

Bug #988732 reported by freeExec
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
New
Undecided
Unassigned

Bug Description

class rml_parse(object):
...
def formatLang:
....
# Convert datetime values to the expected client/context timezone
date = datetime_field.context_timestamp(self.cr, self.uid,
                                                        timestamp=date,
                                                        context=self.localcontext)

but self.localcontext['tz'] not exist
Namely, it influences the further conversion of time

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.