In OpenERP web framework, there is a renderElement() function in Widget class ( of Point of Sale module ). How does this renderElement() function actually do?
In OpenERP web framework, there is a renderElement() function in Widget class ( of Point of Sale module ). How does this renderElement() function actually do?
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
0
Apr 23
|
4755 | |||
|
1
Aug 22
|
2511 | |||
|
2
Oct 19
|
11244 | |||
|
2
Jul 25
|
2764 | |||
|
1
May 25
|
2081 |
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 ?