Where to find the description about the terms, functions and syntax used in python code in openerp
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
1
Rispondi
5059
Visualizzazioni
What you really need is a crash course on Python programming.
The The Python Tutorial is a great place to start (and get excited about Python).
You might also like Google's Python Class.
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
0
mar 25
|
1540 | ||
|
4
apr 24
|
174425 | ||
|
0
dic 23
|
2304 | ||
|
5
lug 25
|
228671 | ||
|
1
dic 22
|
3450 |
Looking the code and having a python manual nearby can help you. Start creating a module by yourself is the best you can do for fast learning.