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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
4783
Vistas
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
abr 23
|
4755 | ||
|
1
ago 22
|
1708 | ||
|
2
oct 19
|
9801 | ||
|
2
jul 25
|
1278 | ||
|
1
may 25
|
795 |
From guessing, I think the renderElement() function is the same as start() function stated in the documentation. Am I right ?