[18.0][ADD] maintenance_request_done_readonly - #578
smorita7749 wants to merge 1 commit into
Conversation
8c7ac8c to
592c3b3
Compare
833a3ad to
bfebc91
Compare
5ea1730 to
4807f51
Compare
4807f51 to
2211a1b
Compare
2211a1b to
8f220c4
Compare
8f220c4 to
64b299f
Compare
45b0053 to
8f596d9
Compare
BhaveshHeliconia
left a comment
There was a problem hiding this comment.
Code and functional review LGTM!
|
This PR has the |
|
This PR has the |
1 similar comment
|
This PR has the |
| <record id="maintenance.group_equipment_manager" model="res.groups"> | ||
| <field | ||
| name="implied_ids" | ||
| eval="[(4, ref('group_maintenance_request_edit_done'))]" |
There was a problem hiding this comment.
Can you please check if we should add @api.ondelete method to block unlink operations on done requests.
There was a problem hiding this comment.
I think it is necessary.
I changed to only the Maintenance: Edit Completed Requests group can delete done requests.
There was a problem hiding this comment.
Please add yourself as a maintainer.
8f596d9 to
dab3cc7
Compare
|
What I changed:
|
dab3cc7 to
95c4fa8
Compare
This module adds the restriction for editing by general users after maintenance.request is completed and allows only maintenance manager to edit it.
@qrtl QT6788