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
- Contabilitate
- Inventar
- PoS
- Project
- MRP
Această întrebare a fost marcată
4870
Vizualizări
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-teRelated Posts | Răspunsuri | Vizualizări | Activitate | |
---|---|---|---|---|
|
0
apr. 23
|
4755 | ||
|
1
aug. 22
|
1811 | ||
|
2
oct. 19
|
9904 | ||
|
2
iul. 25
|
1405 | ||
|
1
mai 25
|
870 |
From guessing, I think the renderElement() function is the same as start() function stated in the documentation. Am I right ?