"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
回覆
6499
瀏覽次數
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
|
3431 | ||
|
1
9月 22
|
2013 | ||
|
2
8月 25
|
2574 | ||
|
3
7月 25
|
943 | ||
|
3
2月 25
|
3849 |
Thank you