In OpenERP web framework, there is a renderElement() function in Widget class ( of Point of Sale module ). How does this renderElement() function actually do?
This question has been flagged
6741
Prikazi
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!
Prijavi| Related Posts | Odgovori | Prikazi | Aktivnost | |
|---|---|---|---|---|
|
0
apr. 23
|
4755 | |||
|
1
avg. 22
|
3045 | |||
|
2
okt. 19
|
12510 | |||
|
5
maj 26
|
4538 | |||
|
1
maj 25
|
3385 |
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 ?