[IMP] res.users form view: used image is now image_medium, not image_small.

bzr revid: tde@openerp.com-20120803080209-2u43v6pfthkpmx4c
This commit is contained in:
Thibault Delavallée 2012-08-03 10:02:09 +02:00
parent 9025c59cb3
commit 7034c58596
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
<form string="Users" version="7.0">
<field name="id" invisible="1"/>
<sheet>
<field name="image_small" widget='image' on_change="onchange_image(image_small)" class="oe_avatar oe_left"/>
<field name="image_medium" widget='image' on_change="onchange_image(image_medium)" class="oe_avatar oe_left"/>
<div class="oe_title">
<label for="name" class="oe_edit_only"/>
<h1><field name="name"/></h1>