Add launch_action function to easily access ir.action
It can happen that sometimes you want to use a relate (or any other kind of action) on some proteus Models.
This merge request adds a launch_action
function which takes the action's id and the list of records on which it should be launched.