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

Hello, I was wondering how can i declare a variable outside the def function?

var_2 = "Hello"
def learning_day_change(self, cr, uid, ids, var_2, context=None):
   result = {}
   result['value']['result'] =  var_1 + var_2
   return result
อวตาร
ละทิ้ง