[FIX] website_sale: typo in help string.

This commit is contained in:
Will Stott 2014-11-04 10:16:14 +00:00 committed by Xavier Morel
parent f7aad08418
commit 9bc156a32c
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class product_public_category(osv.osv):
# In this case, the default image is set by the js code.
# NOTE2: image: all image fields are base64 encoded and PIL-supported
'image': fields.binary("Image",
help="This field holds the image used as image for the cateogry, limited to 1024x1024px."),
help="This field holds the image used as image for the category, limited to 1024x1024px."),
'image_medium': fields.function(_get_image, fnct_inv=_set_image,
string="Medium-sized image", type="binary", multi="_get_image",
store={