Skip to content

Commit

Permalink
Merge PR #13 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Nov 14, 2024
2 parents 06689b8 + 7514767 commit 7819be9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion automation_oca/models/automation_record_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ def run(self, trigger_activity=True):
if (
self.record_id.resource_ref is None
or not self.record_id.resource_ref.filtered_domain(
safe_eval(self.configuration_step_id.applied_domain)
safe_eval(
self.configuration_step_id.applied_domain,
self.configuration_step_id.configuration_id._get_eval_context(),
)
)
or not self._check_to_execute()
):
Expand Down

0 comments on commit 7819be9

Please sign in to comment.