Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
2497 Переглядів

Hi.


I'm using Odoo 11 and the question is very simple. When I do a XML_RPC::CallMethod, exists the possibility to do a filter or pass the condition (where) to get the data more efficient?

For example, I have a table with 2000 récords and only want the records which name begins with 'a' or that create_date between two dates.

Thanks

Аватар
Відмінити
Найкраща відповідь

Hi Ferran:

If I understand your question correctly you are asking whether you can specify a condition while querying records using the XML-RPC api.

Yes. You can specify a valid domain in the search. Here's an example from the documentation that will help clarify things.

https://www.odoo.com/documentation/11.0/webservices/odoo.html#list-records

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
бер. 22
5199
4
груд. 19
19079
2
трав. 18
6077
3
лип. 25
3017
1
жовт. 24
2201