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
Це запитання позначене
4930
Переглядів
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
|
1839 | ||
|
2
жовт. 19
|
9989 | ||
|
2
лип. 25
|
1513 | ||
|
1
трав. 25
|
973 |
From guessing, I think the renderElement() function is the same as start() function stated in the documentation. Am I right ?