Skip to content

Commit

Permalink
[FIX] base_kanban_stage: following on OCA#949
Browse files Browse the repository at this point in the history
  • Loading branch information
tafaRU committed Sep 6, 2017
1 parent cf398f7 commit dbb0f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base_kanban_stage/__manifest__.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': '10.0.1.0.1',
'version': '10.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

0 comments on commit dbb0f0c

Please sign in to comment.