Skip to content
Snippets Groups Projects
Commit 32561d93 authored by Thibault Delavallée's avatar Thibault Delavallée
Browse files

[IMP] dropdown_selection widget renamed kanban_state_selection

bzr revid: tde@openerp.com-20140508153432-h3f2ez0grw8rst1n
parent ea1e0e32
No related branches found
No related tags found
No related merge requests found
......@@ -378,7 +378,7 @@
</header>
<sheet string="Task">
<div class="oe_right">
<field name="kanban_state" class="oe_inline" widget="dropdown_selection"/>
<field name="kanban_state" class="oe_inline" widget="kanban_state_selection"/>
</div>
<h1>
<field name="name" placeholder="Task summary..." class="oe_inline"/>
......@@ -527,7 +527,7 @@
<div class="oe_kanban_bottom_right">
<img t-att-src="kanban_image('res.users', 'image_small', record.user_id.raw_value)" t-att-title="record.user_id.value" width="24" height="24" class="oe_kanban_avatar pull-right"/>
<div class="pull-left" groups="base.group_user">
<field name="kanban_state" widget="dropdown_selection"/>
<field name="kanban_state" widget="kanban_state_selection"/>
<field name="priority" widget="priority"/>
</div>
</div>
......
......@@ -53,7 +53,7 @@
</header>
<sheet string="Issue">
<div class="oe_right">
<field name="kanban_state" class="oe_inline" widget="dropdown_selection"/>
<field name="kanban_state" class="oe_inline" widget="kanban_state_selection"/>
</div>
<label for="name" class="oe_edit_only"/>
<h1>
......@@ -219,7 +219,7 @@
<div class="oe_kanban_bottom_right">
<img t-att-src="kanban_image('res.users', 'image_small', record.user_id.raw_value)" t-att-title="record.user_id.value" width="24" height="24" class="oe_kanban_avatar pull-right"/>
<div class="pull-left" groups="base.group_user">
<field name="kanban_state" widget="dropdown_selection"/>
<field name="kanban_state" widget="kanban_state_selection"/>
<field name="priority" widget="priority"/>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment