Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
5185 Vistas

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
Mejor respuesta

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

Avatar
Descartar
Mejor respuesta

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

Publicaciones relacionadas Respuestas Vistas Actividad
2
sept 25
1474
2
nov 24
3522
1
jul 24
1961
0
oct 23
1641
1
jun 23
2442