From 0102ccd723b7e5837f657cb5fdc643e4b0ec00a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20L=C3=B3pez=20L=C3=B3pez=20=28OpenERP=29?= Date: Tue, 6 Mar 2012 11:31:51 +0100 Subject: [PATCH] [imp] bzr revid: rlo@openerp.com-20120306103151-983wrsjoyw6rlo2h --- addons/google_docs/__openerp__.py | 2 +- addons/google_docs/google_docs.py | 2 +- addons/google_docs/google_docs.xml | 32 +++++++++++++++++------------- 3 files changed, 20 insertions(+), 16 deletions(-) diff --git a/addons/google_docs/__openerp__.py b/addons/google_docs/__openerp__.py index be8eb85d21e..84fc2899ec3 100644 --- a/addons/google_docs/__openerp__.py +++ b/addons/google_docs/__openerp__.py @@ -1,5 +1,5 @@ { - 'name': 'Google Docs', + 'name': 'Google Docs integration', 'version': '0.2', 'author': 'OpenERP SA', 'website': 'http://openerp.com', diff --git a/addons/google_docs/google_docs.py b/addons/google_docs/google_docs.py index 8e093271c9e..1fc3daf7959 100644 --- a/addons/google_docs/google_docs.py +++ b/addons/google_docs/google_docs.py @@ -151,4 +151,4 @@ class users(osv.osv): context) return res -google_docs_config() +users() diff --git a/addons/google_docs/google_docs.xml b/addons/google_docs/google_docs.xml index d0e842b566e..12107a53419 100644 --- a/addons/google_docs/google_docs.xml +++ b/addons/google_docs/google_docs.xml @@ -1,16 +1,20 @@ + - - - res.company.form.gdocs - google.docs - form - - - - - - - - - + + + + + + res.user.google_docs.config.inherited + res.users + + form + + + + + + +