Hello all,
We are in the the class Overdue in the file odoo-8.0-20151003/openerp/addons/account/report/account_print_overdue.py
At this place, the line is written :
self.localcontext.update({......})
How could we update update this localcontext variable if it is not defined there in the class?
Is it an inherited variable? Where is this variable localcontext defined?
Thanks