Skip to content

Commit

Permalink
Merge PR #1297 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Nov 21, 2024
2 parents ec88dce + e559672 commit 5f3cf8b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion project_task_default_stage/views/project_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@
<field name="inherit_id" ref="project.edit_project" />
<field name="arch" type="xml">
<xpath expr="//notebook" position="inside">
<page string="Project Stages" name="project_stages">
<page
string="Project Stages"
name="project_stages"
groups="base.group_no_one"
>
<field name="type_ids">
<tree>
<field name="sequence" widget="handle" optional="show" />
Expand Down

0 comments on commit 5f3cf8b

Please sign in to comment.