From 6c4ccf9bd5cd87ace847ba95c65bb963493d3300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Delavall=C3=A9e?= Date: Tue, 13 Mar 2012 09:57:43 +0100 Subject: [PATCH] [DOC] Added merge proposal documentation bzr revid: tde@openerp.com-20120313085743-oa9jrbvnqwklpnlb --- doc/api/user_img_specs.rst | 9 +++++++++ doc/index.rst.inc | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 doc/api/user_img_specs.rst diff --git a/doc/api/user_img_specs.rst b/doc/api/user_img_specs.rst new file mode 100644 index 00000000000..db15201ba0a --- /dev/null +++ b/doc/api/user_img_specs.rst @@ -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. diff --git a/doc/index.rst.inc b/doc/index.rst.inc index 05c4a53640b..d208bf82eb1 100644 --- a/doc/index.rst.inc +++ b/doc/index.rst.inc @@ -6,3 +6,11 @@ OpenERP Server :maxdepth: 1 test-framework + +New feature merges +++++++++++++++++++ + +.. toctree:: + :maxdepth: 1 + + api/user_img_specs