[IMP]improve the form view of task issue

bzr revid: mba@tinyerp.com-20140508064114-9ohw86ymc7h3ox19
This commit is contained in:
Barad Mahendra 2014-05-08 12:11:14 +05:30
parent 07ccf397a3
commit c7957d696b
2 changed files with 6 additions and 6 deletions

View File

@ -377,12 +377,12 @@
options="{'fold_field': 'fold'}"/>
</header>
<sheet string="Task">
<h1>
<field name="name" placeholder="Task summary..." class="oe_inline"/>
</h1>
<div class="oe_right">
<field name="kanban_state" class="oe_inline" widget="dropdown_selection"/>
</div>
<h1>
<field name="name" placeholder="Task summary..." class="oe_inline"/>
</h1>
<group>
<group>
<field name="project_id" domain="[('state', '!=', 'close')]" on_change="onchange_project(project_id)" context="{'default_use_tasks':1}"/>

View File

@ -52,13 +52,13 @@
options="{'fold_field': 'fold'}"/>
</header>
<sheet string="Issue">
<div class="oe_right">
<field name="kanban_state" class="oe_inline" widget="dropdown_selection"/>
</div>
<label for="name" class="oe_edit_only"/>
<h1>
<field name="name" class="oe_inline"/>
</h1>
<div class="oe_right">
<field name="kanban_state" class="oe_inline" widget="dropdown_selection"/>
</div>
<label for="categ_ids" class="oe_edit_only"/>
<field name="categ_ids" widget="many2many_tags"/>
<group>