Ir al contenido
Menú
Se marcó esta pregunta
3452 Vistas

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.

 

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
3
may 25
1612
1
abr 25
1220
3
sept 24
14074
2
feb 24
2398
1
jul 23
2669