Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
5171 Visualizações

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
Cancelar
Melhor resposta

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

Avatar
Cancelar
Melhor resposta

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

 

Avatar
Cancelar
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

Publicações relacionadas Respostas Visualizações Atividade
2
set. 25
1463
2
nov. 24
3502
1
jul. 24
1950
0
out. 23
1638
1
jun. 23
2437