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
Ответить
5078
Представления
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
РегистрацияRelated Posts | Ответы | Просмотры | Активность | |
---|---|---|---|---|
|
0
мар. 25
|
1552 | ||
|
4
апр. 24
|
174434 | ||
|
0
дек. 23
|
2309 | ||
|
5
июл. 25
|
228707 | ||
|
1
дек. 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.