How to differentiate the call for Onchange_event? I mean how will we know whether it is called manually or dynamically?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
2613
Visualizzazioni
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati
I'm not sure I follow you. Do you mean the difference between an onchange_event being called from directly editing a field vs. editing a different field that called a different onchange_event modifying it? If that's the case, I don't have any great answers, mainly just arrange onchange_events in a hierarchy so you don't get stuck in an infinite loop of two fields updating each other.
Actually yes.. tats exactly the case.. i was able to stop it from going into the infinite loop... but not entirely achieved the purpose... i mean now am facing the decimal discrepancy.... working on it.. and anyways thanks for the help :)