mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
Add new model to permissions table
This commit is contained in:
@ -77,6 +77,7 @@ class RuleSet(models.Model):
|
||||
'part_category': [
|
||||
'part_partcategory',
|
||||
'part_partcategoryparametertemplate',
|
||||
'part_partcategorystar',
|
||||
],
|
||||
'part': [
|
||||
'part_part',
|
||||
@ -90,6 +91,7 @@ class RuleSet(models.Model):
|
||||
'part_partparameter',
|
||||
'part_partrelated',
|
||||
'part_partstar',
|
||||
'part_partcategorystar',
|
||||
'company_supplierpart',
|
||||
'company_manufacturerpart',
|
||||
'company_manufacturerpartparameter',
|
||||
|
Reference in New Issue
Block a user