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
- Бухгалтерия
- Склад
- PoS
- Project
- MRP
Этот вопрос был отмечен
4878
Представления
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
РегистрацияRelated Posts | Ответы | Просмотры | Активность | |
---|---|---|---|---|
|
0
апр. 23
|
4755 | ||
|
1
авг. 22
|
1811 | ||
|
2
окт. 19
|
9908 | ||
|
2
июл. 25
|
1429 | ||
|
1
мая 25
|
886 |
From guessing, I think the renderElement() function is the same as start() function stated in the documentation. Am I right ?