[FIX]CSS missing for avatar

This commit is contained in:
Fabien Bourgeois 2017-06-05 08:37:16 +02:00
parent f89074e257
commit e0f517fb45
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<group>
<div class="oe_title">
<h1>
<field name="image" widget="image" class="oe_avatar"
<field name="image" widget="image" class="oe_left oe_avatar"
options="{'preview_image': 'image_medium', 'size': [90, 90]}" />
<field name="name" class="oe_inline" readonly="True" />
</h1>