2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-10 03:28:45 +00:00

Add hook to update group permission roles

(doesn't do anything yet)
This commit is contained in:
Oliver Walters
2020-10-03 23:45:24 +10:00
parent bedda66949
commit 16f1b4c784
4 changed files with 225 additions and 1 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ def apps():
'part',
'report',
'stock',
'InvenTree'
'InvenTree',
'users',
]
def localDir():