跳至內容
選單
此問題已被標幟
4216 瀏覽次數

I'm trying to create a function many2one field this field is evaluated based on procession some other fields but I can't access vals dictionary inside the function to be evaluated.

'function' : fields.function(
            _get_cur_function_id,
            type='many2one',
            obj="res.partner.function",
            method=True,
            string='Contract Function'),

def _get_cur_function_id:
     # I want to access vals here, is it possible ?

Note: I'm trying to access this model from XML-RPC and I'm doing this to map a field that's not mandatory to the correct mandatory field (the function field).

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
9月 17
6446
4
10月 21
23860
0
3月 15
3429
1
3月 15
8609
3
7月 25
2805