Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
5158 Переглядів

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.  

 

Аватар
Відмінити
Найкраща відповідь

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

Аватар
Відмінити
Найкраща відповідь

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

 

Аватар
Відмінити
Автор

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 Відповіді Переглядів Дія
2
вер. 25
1459
2
лист. 24
3476
1
лип. 24
1931
0
жовт. 23
1627
1
черв. 23
2425