2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 18:15:40 +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

View File

@ -22,7 +22,8 @@ def apps():
'part',
'report',
'stock',
'InvenTree'
'InvenTree',
'users',
]
def localDir():