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
- Kirjanpito
- Varastointi
- PoS
- Project
- MRP
Tämä kysymys on merkitty
4957
Näkymät
Nautitko keskustelusta? Älä vain lue, vaan osallistu!
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
|
0
huhtik. 23
|
4755 | ||
|
1
elok. 22
|
1852 | ||
|
2
lokak. 19
|
10009 | ||
|
2
heinäk. 25
|
1532 | ||
|
1
toukok. 25
|
986 |
From guessing, I think the renderElement() function is the same as start() function stated in the documentation. Am I right ?