context_tz in res.users problem
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Aeroo Reports |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
If I call a function like this:
report_ids = report_
service = netsvc.
(result, format) = service.create(cr, uid, ids, {'model': 'account.invoice'}, context or {})
I obtain this error:
File "/home/
context['tz'] = pool.get(
File "/home/
raise AttributeError(e)
AttributeError: "Field 'context_tz' does not exist in object 'browse_
If I go in the table res_user the field context_tz doesn't exist.
VERSIONS:
OPENERP 7
SERVER: 5099
WEB: 4035
ADDONS: 9519
AEROO REPORTS: 5
Changed in aeroo: | |
status: | New → Fix Committed |