In OpenERP web framework, there is a renderElement() function in Widget class ( of Point of Sale module ). How does this renderElement() function actually do?
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
From guessing, I think the renderElement() function is the same as start() function stated in the documentation. Am I right ?