Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base_kanban_stage/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
'name': 'Kanban - Stage Support',
'summary': 'Provides stage model and abstract logic for inheritance',
'version': '9.0.1.0.1',
'version': '9.0.1.1.0',
'author': "LasLabs, Odoo Community Association (OCA)",
'category': 'base',
'depends': [
Expand Down
2 changes: 1 addition & 1 deletion base_kanban_stage/views/base_kanban_abstract.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
</div>
</div>
Expand Down