@ -5,7 +5,7 @@
{
'name': 'Kanban - Stage Support',
'summary': 'Provides stage model and abstract logic for inheritance',
'version': '10.0.1.0.1',
'version': '10.0.1.1.0',
'author': "LasLabs, Odoo Community Association (OCA)",
'category': 'base',
'depends': [
@ -51,7 +51,7 @@
<field name="kanban_priority" widget="priority"/>
</div>
<div class="oe_kanban_bottom_right" t-if="record.user_id">
<img t-att-src="kanban_image('res.users', 'image_small', record.kanban_user_id.raw_value)"
<img t-att-src="kanban_image('res.users', 'image_small', record.user_id.raw_value)"
class="oe_kanban_avatar_smallbox pull-right"/>