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
الرد
5063
أدوات العرض
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
مارس 25
|
1540 | ||
|
4
أبريل 24
|
174425 | ||
|
0
ديسمبر 23
|
2304 | ||
|
5
يوليو 25
|
228671 | ||
|
1
ديسمبر 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.