Skip to content

Commit

Permalink
Merge pull request #19 from GlodoUK/GH109826
Browse files Browse the repository at this point in the history
GH109826
  • Loading branch information
theangryangel authored Nov 17, 2023
2 parents 3c50648 + 0c86f2c commit dd4b440
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions concurrency_warning/models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ def _run_action_poke_multi(self, eval_context=None):
if not records:
return False

for record in records:
if not record.id:
return False

self.env["bus.bus"]._sendone(
"broadcast",
"poke",
Expand Down

0 comments on commit dd4b440

Please sign in to comment.