コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3507 ビュー

The model accout.bank.statement contains balance_end and balance_end_real.   balance_end computed when this fuction

def button_dummy(self, cr, uid, ids, context=None):
        return self.write(cr, uid, ids, {}, context=context)              

is called or if we click o save. I want to assign balance_end value(After computing) to balance_end_real field. How can i achieve this.

 

アバター
破棄
関連投稿 返信 ビュー 活動
3
5月 25
1669
1
4月 25
1262
3
9月 24
14143
2
2月 24
2440
1
7月 23
2699