In OpenERP web framework, there is a renderElement() function in Widget class ( of Point of Sale module ). How does this renderElement() function actually do?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Účtovníctvo
- Sklady
- PoS
- Project
- MRP
This question has been flagged
4883
Zobrazenia
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
RegistráciaRelated Posts | Replies | Zobrazenia | Aktivita | |
---|---|---|---|---|
|
0
apr 23
|
4755 | ||
|
1
aug 22
|
1811 | ||
|
2
okt 19
|
9916 | ||
|
2
júl 25
|
1452 | ||
|
1
máj 25
|
902 |
From guessing, I think the renderElement() function is the same as start() function stated in the documentation. Am I right ?