Skip to Content
Menu
This question has been flagged
2 Replies
5133 Zobrazenia

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.  

 

Avatar
Zrušiť
Best Answer

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

Avatar
Zrušiť
Best Answer

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

 

Avatar
Zrušiť
Autor

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

Related Posts Replies Zobrazenia Aktivita
2
sep 25
1443
2
nov 24
3438
1
júl 24
1907
0
okt 23
1613
1
jún 23
2380