Skip to content

Commit f831742

Browse files
[ADD] project_task_default_user
This module automatically assigns default users to tasks: - Project-based: New tasks inherit the project's default users if the stage has no defaults. - Stage-based: When creating or moving a task to a stage with default users, these users are automatically assigned, replacing any existing users. - Multiple default users can be set
1 parent 9283b5f commit f831742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project_task_default_user/views/project_project_views.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Copyright 2025 NICO SOLUTIONS - ENGINEERING & IT
55
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
66
-->
7-
<record id="view_project_form_inherit_default_user" model="ir.ui.view">
8-
<field name="name">project.project.form.default.user</field>
7+
<record id="project_edit_project_inherit_default_user" model="ir.ui.view">
8+
<field name="name">project.edit.project.inherit.default.user</field>
99
<field name="model">project.project</field>
1010
<field name="inherit_id" ref="project.edit_project" />
1111
<field name="arch" type="xml">

0 commit comments

Comments
 (0)