[IMP]Changed Module description and added document to the dependency
authorDharti Ratani (Open ERP) <dhr@tinyerp.com>
Mon, 18 Mar 2013 09:10:40 +0000 (14:40 +0530)
committerDharti Ratani (Open ERP) <dhr@tinyerp.com>
Mon, 18 Mar 2013 09:10:40 +0000 (14:40 +0530)
bzr revid: dhr@tinyerp.com-20130318091040-z40al4lt5t9vle2s

addons/google_docs/__openerp__.py

index ca51719..8d16a78 100644 (file)
     'demo': [
         'google_docs_demo.xml'
     ],
-    'depends': ['google_base_account','crm'],
+    'depends': ['google_base_account','crm','document'],
     'description': """
-Module to attach a google document to any model.
-================================================
+Integrate Google document with OpenERP.
+=======================================
+
+This module is used to integrate google document to OpenERP record.
+
+You can configure google accounts from Settings > Users > Users.
 """
 }