mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add model to permission set
This commit is contained in:
parent
8a8b310195
commit
213e4dccc5
@ -85,6 +85,7 @@ class RuleSet(models.Model):
|
|||||||
'part_partstar',
|
'part_partstar',
|
||||||
'company_supplierpart',
|
'company_supplierpart',
|
||||||
'company_manufacturerpart',
|
'company_manufacturerpart',
|
||||||
|
'company_manufacturerpartparameter',
|
||||||
],
|
],
|
||||||
'stock_location': [
|
'stock_location': [
|
||||||
'stock_stocklocation',
|
'stock_stocklocation',
|
||||||
@ -116,6 +117,8 @@ class RuleSet(models.Model):
|
|||||||
'order_purchaseorderattachment',
|
'order_purchaseorderattachment',
|
||||||
'order_purchaseorderlineitem',
|
'order_purchaseorderlineitem',
|
||||||
'company_supplierpart',
|
'company_supplierpart',
|
||||||
|
'company_manufacturerpart',
|
||||||
|
'company_manufacturerpartparameter',
|
||||||
],
|
],
|
||||||
'sales_order': [
|
'sales_order': [
|
||||||
'company_company',
|
'company_company',
|
||||||
|
Loading…
Reference in New Issue
Block a user