Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3762 มุมมอง
อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

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:
 

อวตาร
ละทิ้ง