Skip to Content
Menú
This question has been flagged
2 Respostes
5186 Vistes

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
Descartar
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
Descartar
Best Answer

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

 

Avatar
Descartar
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 Respostes Vistes Activitat
2
de set. 25
1474
2
de nov. 24
3522
1
de jul. 24
1961
0
d’oct. 23
1641
1
de juny 23
2442