[DOC] Added merge proposal documentation

bzr revid: tde@openerp.com-20120313085743-oa9jrbvnqwklpnlb
This commit is contained in:
Thibault Delavallée 2012-03-13 09:57:43 +01:00
parent 071dc54a5c
commit 6c4ccf9bd5
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +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
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.

View File

@ -6,3 +6,11 @@ OpenERP Server
:maxdepth: 1
test-framework
New feature merges
++++++++++++++++++
.. toctree::
:maxdepth: 1
api/user_img_specs