Hi all,
Is it possible to delete a record from a workflow activity ? I have a last activity of type `function` with `flow_stop=True` that calls an `action_done` method in which I want to delete all records (self.unlink()). But that raise error.
Do you know a possible correct way of doing it?