Last active
August 29, 2015 14:22
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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