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
回覆
5076
瀏覽次數
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
|
228706 | ||
|
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.