You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Field Service Project module it appears that creating a Field Service Order (FSM Order) from Project requires Administrator/Setting permissions.
def action_create_order
has
result = action.read()[0] only Administrator/Setting can make that read
This behavior is not ideal as it restricts standard users, who should have sufficient permissions based on their roles, from performing essential operations within the module.
To Reproduce
Affected versions:
Steps to reproduce the behavior:
Create a Project
Create an FSM Order from that Project
Error
The text was updated successfully, but these errors were encountered:
andrea-dalmaso-eat
changed the title
[16.0] Field Service - Users Without Administrator/Setting Cannot Create FSM Orders
[16.0] Field Service Project- Users Without Administrator/Setting Cannot Create FSM Orders
Dec 12, 2024
Module
fieldservice_project
Describe the bug
In the Field Service Project module it appears that creating a Field Service Order (FSM Order) from Project requires Administrator/Setting permissions.
def action_create_order
has
result = action.read()[0] only Administrator/Setting can make that read
This behavior is not ideal as it restricts standard users, who should have sufficient permissions based on their roles, from performing essential operations within the module.
To Reproduce
Affected versions:
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: