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
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
5075
화면
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.
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
3월 25
|
1550 | ||
|
4
4월 24
|
174433 | ||
|
0
12월 23
|
2309 | ||
|
5
7월 25
|
228704 | ||
|
1
12월 22
|
3451 |
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.