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
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
4867
Weergaven
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
0
apr. 23
|
4755 | ||
|
1
aug. 22
|
1811 | ||
|
2
okt. 19
|
9904 | ||
|
2
jul. 25
|
1397 | ||
|
1
mei 25
|
866 |
From guessing, I think the renderElement() function is the same as start() function stated in the documentation. Am I right ?