Skip to content

Commit

Permalink
[FIX] fieldservice_account: _get_invoiceable_stage domain
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantodorovich committed Feb 3, 2025
1 parent fbaaf6d commit e0abd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fieldservice_account/models/fsm_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ def _get_invoiceable_stage(self):
by other criteria
:return:
"""
return self.search(["is_invoiceable", "=", "True"])
return self.search([("is_invoiceable", "=", "True")])

0 comments on commit e0abd7e

Please sign in to comment.