Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
muflone committed Jun 7, 2022
1 parent 2c261e3 commit 32e8432
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyodoo/v12/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 32e8432

Please sign in to comment.