[IMP] Change of tooltip.

bzr revid: tta@openerp.com-20121025092711-jnic00h06urdq790
This commit is contained in:
Tejas Tank 2012-10-25 14:57:11 +05:30
parent bef70dd638
commit d4e81fb529
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ This is the id of the template document, on google side. You can find it thanks
*for a drawing document with url like `https://docs.google.com/a/openerp.com/drawings/d/123456789/edit`, the ID is `drawings:123456789`
...
''', required=True),
'name_template': fields.char('Google Doc Name Pattern', size=64, help='Choose how the new google docs will be named, on google side', required=True),
'name_template': fields.char('Google Doc Name Pattern', size=64, help='Choose how the new google docs will be named, on google side. Eg. gdoc_%(field_name)s', required=True),
}
_defaults = {