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
返信
5083
ビュー
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
|
1555 | ||
|
4
4月 24
|
174442 | ||
|
0
12月 23
|
2312 | ||
|
5
7月 25
|
228732 | ||
|
1
12月 22
|
3453 |
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.