[IMP]Changing the tooltip for install the google_docs module from general settings

bzr revid: dhr@tinyerp.com-20130318094305-3hm52ix3jwuo7tix
This commit is contained in:
Dharti Ratani (Open ERP) 2013-03-18 15:13:05 +05:30
parent aa1e8af0e2
commit ea53f4fbf6
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ class base_config_settings(osv.osv_memory):
help="""Enable the public part of openerp, openerp becomes a public website."""),
'module_auth_oauth': fields.boolean('Use external authentication providers, sign in with google, facebook, ...'),
'module_base_import': fields.boolean("Allow users to import data from CSV files"),
'module_google_docs': fields.boolean('Attach a google document to any record',
help="""Install the google docs module."""),
'module_google_docs': fields.boolean('Attach a google drive to any record',
help="""This installs the module google docs."""),
}
def open_company(self, cr, uid, ids, context=None):