In OpenERP web framework, there is a renderElement() function in Widget class ( of Point of Sale module ). How does this renderElement() function actually do?
Se marcó esta pregunta
6638
Vistas
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
|
0
abr 23
|
4755 | ||
|
|
1
ago 22
|
2982 | ||
|
|
2
oct 19
|
12433 | ||
|
|
5
may 26
|
4383 | ||
|
|
1
may 25
|
3265 |
From guessing, I think the renderElement() function is the same as start() function stated in the documentation. Am I right ?