Skip to content

Commit

Permalink
[IMP] project_timeline: Move planning fields out of notebook page
Browse files Browse the repository at this point in the history
  • Loading branch information
tarteo authored and pedrobaeza committed Feb 4, 2025
1 parent 457f6a1 commit 6e26dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_timeline/views/project_task_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<field name="model">project.task</field>
<field name="inherit_id" ref="project.view_task_form2" />
<field name="arch" type="xml">
<xpath expr="//field[@name='date_assign']" position="after">
<xpath expr="//label[@for='date_deadline']" position="before">
<field
name="planned_date_start"
widget="daterange"
Expand Down

0 comments on commit 6e26dba

Please sign in to comment.