mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
Set permissions for order views
This commit is contained in:
@ -36,6 +36,10 @@ class RuleSet(models.Model):
|
||||
choice[0] for choice in RULESET_CHOICES
|
||||
]
|
||||
|
||||
RULESET_PERMISSIONS = [
|
||||
'view', 'add', 'change', 'delete',
|
||||
]
|
||||
|
||||
RULESET_MODELS = {
|
||||
'admin': [
|
||||
'auth_group',
|
||||
|
Reference in New Issue
Block a user