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
Этот вопрос был отмечен
5424
Представления
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
|
2193 | ||
|
|
2
окт. 19
|
10616 | ||
|
|
2
июл. 25
|
2109 | ||
|
|
1
мая 25
|
1460 |
From guessing, I think the renderElement() function is the same as start() function stated in the documentation. Am I right ?