In OpenERP web framework, there is a renderElement() function in Widget class ( of Point of Sale module ). How does this renderElement() function actually do?
Pertanyaan ini telah diberikan tanda
6690
Tampilan
From guessing, I think the renderElement() function is the same as start() function stated in the documentation. Am I right ?