[IMP] auth_oauth: set default 'zocial' css_class

The buttons for new providers needs at least the zocial css class to be seen as button. As the field css_class is not in the default form view, add it by default.
This commit is contained in:
Sandy Carter 2014-08-11 13:21:29 -04:00 committed by Martin Trigaux
parent 3b901f0aa0
commit 11e4cad9f7
1 changed files with 1 additions and 0 deletions

View File

@ -21,4 +21,5 @@ class auth_oauth_provider(osv.osv):
}
_defaults = {
'enabled' : False,
'css_class' : "zocial",
}