From 883f695b6794e3b5ce6f938b4e04e4de45090a07 Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Wed, 7 May 2014 12:24:14 +0200 Subject: [PATCH] [FIX] auth_oauth: missing field body in formview The body is the field used to actually display the 'log in with ...' As not shown in the view, when adding a new provider, this field was empty and therefore wasnt visible on the login form... bzr revid: dle@openerp.com-20140507102414-vz7ur7zvh4ptuk2e --- addons/auth_oauth/auth_oauth_view.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/auth_oauth/auth_oauth_view.xml b/addons/auth_oauth/auth_oauth_view.xml index ffc39752ec6..5c889d3a686 100644 --- a/addons/auth_oauth/auth_oauth_view.xml +++ b/addons/auth_oauth/auth_oauth_view.xml @@ -11,6 +11,7 @@ +