I override a method whats define only have self (from ir_sequence):
def _interpolation_dict(self):
#user = self.pool.get('res.users').browse(cr, uid, uid, context=context)# ...
return super(ir_sequence, self)._interpolation_dict()
I want to get current user / company / country etc
Any ideas?
No there is no context, nor any self.cr or self.uid.