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
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
1
Balas
5065
Tampilan
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.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Mar 25
|
1550 | ||
What means "Too many values to unpack" message?
Diselesaikan
|
|
4
Apr 24
|
174427 | |
|
0
Des 23
|
2305 | ||
|
5
Jul 25
|
228674 | ||
|
1
Des 22
|
3450 |
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.