Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
3771 Prikazi
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
Opusti