[DOC] Updated merge documentation.

bzr revid: tde@openerp.com-20120313104155-221i8zfzfs03yenq
This commit is contained in:
Thibault Delavallée 2012-03-13 11:41:55 +01:00
parent 14b71b0aeb
commit 8454553a5b
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
User avatar
===========
This revision adds an avatar for users. This replace the use of gravatar to emulate avatars, such as used in tasks kanban view. Two fields are added to res.users model:
- avatar, binary image
- avatar_mini, an automatically computed reduced version of the avatar
This revision adds an avatar for users. This replaces the use of gravatar to emulate avatars, used in views like the tasks kanban view. Two fields have been added to the res.users model:
- avatar, a binary field holding the image
- avatar_mini, a binary field holding an automatically resized version of the avatar. Dimensions of the resized avatar are 180x150.
User avatar has to be used everywhere an image depicting users is likely to be used, by using the avatar_mini field.
Avatar choice has been added to the users form view, as well as in Preferences.
An avatar field has been added to the users form view, as well as in Preferences. When creating a new user, a default avatar is chosen among 6 possible default images.