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
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
1
Répondre
5060
Vues
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.
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
0
mars 25
|
1540 | ||
|
4
avr. 24
|
174425 | ||
|
0
déc. 23
|
2304 | ||
|
5
juil. 25
|
228671 | ||
|
1
déc. 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.