[DOC] Added merge proposal documentation
[odoo/odoo.git] / doc / api / user_img_specs.rst
1 User avatar
2 ===========
3
4 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:
5 - avatar, binary image
6 - avatar_mini, an automatically computed reduced version of the avatar
7 User avatar has to be used everywhere an image depicting users is likely to be used, by using the avatar_mini field.
8
9 Avatar choice has been added to the users form view, as well as in Preferences.