Skip to content

Commit

Permalink
[FIX] Change group allowed to alter the code sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiBForgeFlow committed Aug 7, 2015
1 parent d78f3af commit 2b66a08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project_time_sequence/project_time_sequence_view.xml
Expand Up @@ -28,7 +28,8 @@
<field name="inherit_id" ref="project.view_task_form2"/>
<field name="arch" type="xml">
<xpath expr="//form/sheet/notebook/page[@string='Delegation']" position="after">
<page groups="base.group_erp_manager" string="Relationships">
<page groups="project.group_project_user"
string="Relationships">
<separator string="Predecessor Activities" colspan="4"/>
<field colspan="4" height="150" name="predecessor_ids" nolabel="1" domain="[('project_id','=',project_id)]"/>
<separator string="Successor Activities" colspan="4"/>
Expand Down

0 comments on commit 2b66a08

Please sign in to comment.