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
- Účetnictví
- Sklad
- PoS
- Project
- MRP
This question has been flagged
4871
Zobrazení
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
0
dub 23
|
4755 | ||
|
1
srp 22
|
1811 | ||
|
2
říj 19
|
9908 | ||
|
2
čvc 25
|
1411 | ||
|
1
kvě 25
|
873 |
From guessing, I think the renderElement() function is the same as start() function stated in the documentation. Am I right ?