diff --git a/pyodoo/v12/api.py b/pyodoo/v12/api.py index 8d7a703..c6a365b 100644 --- a/pyodoo/v12/api.py +++ b/pyodoo/v12/api.py @@ -173,6 +173,7 @@ def do_search_count(self, Get the records count in the requested model applying a filter :param filters: List of filters used for searching the data + :param options: Dictionary with options to use :return: Records count found """ proxy = self.get_proxy_object() @@ -254,6 +255,7 @@ def do_delete(self, Delete a record in the requested model :param entity_id: Object ID to get + :param options: Dictionary with options to use """ proxy = self.get_proxy_object() proxy.execute_kw(self.database,