[IMP]change status no enter to editable mode in form

bzr revid: mba@tinyerp.com-20140219095210-0ul9kv9zdapw221w
This commit is contained in:
Mahendra Barad (OpenERP) 2014-02-19 15:22:10 +05:30
parent 3ed1c1b3a6
commit ccaabb7948
2 changed files with 8 additions and 8 deletions

View File

@ -374,11 +374,11 @@
<sheet string="Task">
<h1>
<field name="name" placeholder="Task summary..." class="oe_inline"/>
<div class="oe_right">
<field name="kanban_state" class="oe_inline" widget="dropdown_selection"/>
<field name="priority" class="oe_inline" widget="priority"/>
</div>
</h1>
<div class="oe_right">
<field name="kanban_state" class="oe_inline" widget="dropdown_selection"/>
<field name="priority" class="oe_inline" widget="priority"/>
</div>
<group>
<group>
<field name="project_id" on_change="onchange_project(project_id)" context="{'default_use_tasks':1}"/>

View File

@ -55,11 +55,11 @@
<label for="name" class="oe_edit_only"/>
<h1>
<field name="name" class="oe_inline"/>
<div class="oe_right">
<field name="kanban_state" class="oe_inline" widget="dropdown_selection"/>
<field name="priority" class="oe_inline" widget="priority"/>
</div>
</h1>
<div class="oe_right">
<field name="kanban_state" class="oe_inline" widget="dropdown_selection"/>
<field name="priority" class="oe_inline" widget="priority"/>
</div>
<label for="categ_ids" class="oe_edit_only"/>
<field name="categ_ids" widget="many2many_tags"/>
<group>