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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
5056
查看
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
|
1538 | ||
|
4
4月 24
|
174419 | ||
|
0
12月 23
|
2303 | ||
|
5
7月 25
|
228658 | ||
|
1
12月 22
|
3448 |
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.