Skip to content
Snippets Groups Projects
Commit b697680c authored by Rakesh Sindhav's avatar Rakesh Sindhav Committed by Richard Mathot
Browse files

[IMP] project: better diplay of task/issue title

parent 97132abd
No related branches found
No related tags found
No related merge requests found
......@@ -392,12 +392,14 @@
options="{'fold_field': 'fold'}"/>
</header>
<sheet string="Task">
<div class="oe_right">
<field name="kanban_state" class="oe_inline" widget="kanban_state_selection"/>
<div class="row">
<h1 class="col-xs-11">
<field name="name" placeholder="Task summary..." class="oe_inline"/>
</h1>
<div class="col-xs-1 text-right">
<field name="kanban_state" class="oe_inline" widget="kanban_state_selection"/>
</div>
</div>
<h1>
<field name="name" placeholder="Task summary..." class="oe_inline"/>
</h1>
<group>
<group>
<field name="project_id" domain="[('state','not in', ('close', 'cancelled'))]" on_change="onchange_project(project_id)" context="{'default_use_tasks':1}"/>
......
......@@ -52,13 +52,15 @@
options="{'fold_field': 'fold'}"/>
</header>
<sheet string="Issue">
<div class="oe_right">
<field name="kanban_state" class="oe_inline" widget="kanban_state_selection"/>
</div>
<label for="name" class="oe_edit_only"/>
<h1>
<field name="name" class="oe_inline"/>
</h1>
<div class="row">
<h1 class="col-xs-11">
<field name="name" class="oe_inline"/>
</h1>
<div class="col-xs-1 text-right">
<field name="kanban_state" class="oe_inline" widget="kanban_state_selection"/>
</div>
</div>
<label for="categ_ids" class="oe_edit_only"/>
<field name="categ_ids" widget="many2many_tags"/>
<group>
......
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