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
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
1
Trả lời
5088
Lượt xem
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.
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
0
thg 3 25
|
1558 | ||
|
4
thg 4 24
|
174443 | ||
|
0
thg 12 23
|
2314 | ||
|
5
thg 7 25
|
228749 | ||
|
1
thg 12 22
|
3454 |
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.