2
0
mirror of https://github.com/inventree/demo-dataset.git synced 2025-04-27 13:06:51 +00:00

Fix rights to stocktake and rma for allaccess grp (#43)

* Added stocktake create/edit/delete rights to user grp all access

* Added return order create/edit/delete rights to user grp all access
This commit is contained in:
Lavissa 2023-04-22 04:15:02 +02:00 committed by GitHub
parent d2a6f25045
commit 6cf89f780f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158972,9 +158972,9 @@
"name": "stocktake",
"group": 3,
"can_view": true,
"can_add": false,
"can_change": false,
"can_delete": false
"can_add": true,
"can_change": true,
"can_delete": true
}
},
{
@ -159008,9 +159008,9 @@
"name": "return_order",
"group": 3,
"can_view": true,
"can_add": false,
"can_change": false,
"can_delete": false
"can_add": true,
"can_change": true,
"can_delete": true
}
},
{