[FIX] auth_oauth: missing field body in formview
authorDenis Ledoux <dle@openerp.com>
Wed, 7 May 2014 10:24:14 +0000 (12:24 +0200)
committerDenis Ledoux <dle@openerp.com>
Wed, 7 May 2014 10:24:14 +0000 (12:24 +0200)
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

index ffc3975..5c889d3 100644 (file)
@@ -11,6 +11,7 @@
                             <field name="name" />
                             <field name="client_id" />
                             <field name="enabled" />
+                            <field name="body" />
                         </group>
                         <group>
                             <field name="auth_endpoint" />