Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3774 Zobrazení
Nejlepší odpověď

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
Zrušit