跳至內容
選單
此問題已被標幟
1 回覆
3759 瀏覽次數
最佳答案

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:
 

頭像
捨棄