Skip to content

Commit

Permalink
[16.0][IMP] hr_timesheet_project_parent_enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
rivo2302 committed Feb 20, 2025
1 parent 8f9a469 commit 784215f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions hr_timesheet_project_parent_enhanced/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@ Features

**Constraints on Parent Project Changes**

- This module introduces a configuration option that allows changing the parent project of a project even if it already contains timesheet entries.
This module introduces a configuration option that allows changing the parent project of a project even if it already contains timesheet entries.

By default, this option is disabled, to **Raise ValidationError** on changing parent project if
timesheets already exist for the project.However, when enabled for a specific project, users can
update the parent project without encountering validation constraints.
By default, this option is disabled, to **Raise ValidationError** on changing parent project if timesheets already exist for the project.However, when enabled for a specific project, users can
update the parent project without encountering validation constraints.

.. image:: static/description/error_change_parent_id.png

This setting can be configured in the **project form view** .
This setting can be configured in the **project form view** .

.. image:: static/description/project_form_view.png

Expand Down
2 changes: 1 addition & 1 deletion hr_timesheet_project_parent_enhanced/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Hr Timesheet Project Parent Enhanced",
"version": "16.0.1.0.0",
"version": "16.0.1.0.1",
"author": "Numigi",
"maintainer": "Numigi",
"website": "https://bit.ly/numigi-com",
Expand Down

0 comments on commit 784215f

Please sign in to comment.