Skip to content

Instantly share code, notes, and snippets.

@tinogis
Last active August 29, 2015 14:22
Show Gist options
  • Save tinogis/403f99e2583b32b6a52c to your computer and use it in GitHub Desktop.
Save tinogis/403f99e2583b32b6a52c to your computer and use it in GitHub Desktop.
OpenERP: Find actions to a model (i.e res.users),to find duplicities
select id,name,value,object,meta, key from ir_values where key='action' and model='res.users' and key2='client_action_relate' and (user_id=1 or (user_id IS NULL));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment