[IMP]Changing the tooltip for install the google_docs module from general settings
authorDharti Ratani (Open ERP) <dhr@tinyerp.com>
Mon, 18 Mar 2013 09:43:05 +0000 (15:13 +0530)
committerDharti Ratani (Open ERP) <dhr@tinyerp.com>
Mon, 18 Mar 2013 09:43:05 +0000 (15:13 +0530)
bzr revid: dhr@tinyerp.com-20130318094305-3hm52ix3jwuo7tix

addons/base_setup/res_config.py

index b2e8115..9d105f9 100644 (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):