Skip to content
Snippets Groups Projects
Commit a1f4cc03 authored by Kevin Baptiste's avatar Kevin Baptiste
Browse files

[FIX] project: focus on task name


When creating a new task the name field was not automatically focused.

closes odoo/odoo#75024

Taskid: 2585999
Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
parent f8fa9321
No related branches found
No related tags found
No related merge requests found
......@@ -436,7 +436,7 @@
<div class="oe_title pr-0">
<h1 class="d-flex flex-row justify-content-between">
<field name="priority" widget="priority" class="mr-3"/>
<field name="name" class="o_task_name text-truncate" placeholder="Task Title..."/>
<field name="name" class="o_task_name text-truncate" placeholder="Task Title..." default_focus="1" />
<field name="kanban_state" widget="state_selection" class="ml-auto"/>
</h1>
</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