[FIX] web: on launching ir_actions_act_window, reset the active_* params if the targe...
[odoo/odoo.git] / addons / auth_oauth / auth_oauth_data.yml
1 -
2   Use database uuid as client_id for OpenERP oauth provider
3 -
4   !python {model: ir.config_parameter}: |
5     oauth = self.pool.get('auth.oauth.provider')
6     oauth.write(cr, uid, [ref('provider_openerp')], {'client_id': self.get_param(cr, uid, 'database.uuid')})