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

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
2270
1
4月 25
1731
3
9月 24
14895
2
2月 24
2792
1
7月 23
3001