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
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
1
Responder
5058
Visualizações
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.
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
0
mar. 25
|
1539 | ||
|
4
abr. 24
|
174425 | ||
|
0
dez. 23
|
2304 | ||
|
5
jul. 25
|
228671 | ||
|
1
dez. 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.