[IMP] dropdown_selection widget renamed kanban_state_selection

bzr revid: tde@openerp.com-20140508153432-h3f2ez0grw8rst1n
This commit is contained in:
Thibault Delavallée 2014-05-08 17:34:32 +02:00
parent ea1e0e3275
commit 32561d933d
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>