[FIX] google_docs: typo in help tooltip

bzr revid: qdp-launchpad@openerp.com-20120523110215-5ek6vz6pa188r4do
This commit is contained in:
Quentin (OpenERP) 2012-05-23 13:02:15 +02:00
parent ab372e3dcf
commit 90bc5b9b32
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class config(osv.osv):
_columns = {
'model_id': fields.many2one('ir.model', 'Model'),
'gdocs_resource_id': fields.char('Google resource ID', size=64,help='''
This is the id of the template document, on google side. You can find thanks to its URL:
This is the id of the template document, on google side. You can find it thanks to its URL:
*for a text document with url like `https://docs.google.com/a/openerp.com/document/d/123456789/edit`, the ID is `document:123456789`
*for a spreadsheet document with url like `https://docs.google.com/a/openerp.com/spreadsheet/ccc?key=123456789#gid=0`, the ID is `spreadsheet:123456789`
*for a presentation (slide show) document with url like `https://docs.google.com/a/openerp.com/presentation/d/123456789/edit#slide=id.p`, the ID is `presentation:123456789`