In OpenERP web framework, there is a renderElement() function in Widget class ( of Point of Sale module ). How does this renderElement() function actually do?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Progetti
- MRP
La domanda è stata contrassegnata
5621
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| Post correlati | Risposte | Visualizzazioni | Attività | |
|---|---|---|---|---|
|
|
0
apr 23
|
4755 | ||
|
|
1
ago 22
|
2328 | ||
|
|
2
ott 19
|
10859 | ||
|
|
2
lug 25
|
2324 | ||
|
|
1
mag 25
|
1728 |
From guessing, I think the renderElement() function is the same as start() function stated in the documentation. Am I right ?