"self.env.cr.dictfetchall():"how to use this in XMLRPC-methods python code
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
5009
查看
Hi Monika.
you can follow below link to read all the data using xmlrpc read and search_read
- https://www.odoo.com/documentation/11.0/webservices/odoo.html#read-records
- https://www.odoo.com/documentation/11.0/webservices/odoo.html#search-and-read
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
5月 22
|
3319 | ||
|
1
9月 22
|
1899 | ||
|
3
7月 25
|
746 | ||
|
3
2月 25
|
3579 | ||
|
0
5月 24
|
46 |
Thank you