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
- Apskaita
- Atsarga
- PoS
- Project
- MRP
This question has been flagged
4966
Rodiniai
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
RegistracijaRelated Posts | Replies | Rodiniai | Veikla | |
---|---|---|---|---|
|
0
bal. 23
|
4755 | ||
|
1
rugp. 22
|
1856 | ||
|
2
spal. 19
|
10027 | ||
|
2
liep. 25
|
1582 | ||
|
1
geg. 25
|
1025 |
From guessing, I think the renderElement() function is the same as start() function stated in the documentation. Am I right ?