跳至內容
選單
此問題已被標幟
2 回覆
5181 瀏覽次數

I have inherited a account.bank.statement model, it has balance_end_real, balance_start float fields, balance_end functional field. I want to assign balance_end field value to balance_end_real field. How can i do this??. Please help me.  

 

頭像
捨棄
最佳答案

how about inheriting create() and write() methods and force assign balance_end_real to match the value of the computed functional field

頭像
捨棄
最佳答案

OR, you can write the values, while confirming the Bank Entry...

 

頭像
捨棄
作者

I am updating the balance_end_real with balance_end while confirming bank entry. Does this create any problem in future. I don't know openerp coding much

相關帖文 回覆 瀏覽次數 活動
2
9月 25
1465
2
11月 24
3511
1
7月 24
1955
0
10月 23
1640
1
6月 23
2440