Hi,
How can I find the description of all RPC method ? The below links didn't give all option of the search_read
method, nor the url to call: /web/dataset/search_read
https://www.odoo.com/documentation/9.0/api_integration.html
http://odoo-new-api-guide-line.readthedocs.org/en/latest/environment.html#search-re
I am looking for something lile:
Call URL: http://37.187.122.134:8069/web/dataset/search_read
Method: POST
Mandatory field:
- model:res.partner
-field: name
Optional field:
- domain
....
Call: