Skip to Content
मेन्यू
This question has been flagged
1 Reply
3756 Views
Best Answer

try: 

def some_wizz_method(self, cr, uid, ids, context=None):
    ....
    ...
    return {'value':{'field_name':field_value}}

or you can write it using active_id from context:
 

Avatar
Discard