mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-06 21:50:55 +00:00
Feature/location types (#5588)
* Added model changes for StockLocationTypes * Implement icon for CUI * Added location type to location table with filters * Fix ruleset * Added tests * Bump api version to v136 * trigger: ci * Bump api version variable too
This commit is contained in:
@ -114,6 +114,7 @@ class RuleSet(models.Model):
|
||||
],
|
||||
'stock_location': [
|
||||
'stock_stocklocation',
|
||||
'stock_stocklocationtype',
|
||||
'label_stocklocationlabel',
|
||||
'report_stocklocationreport'
|
||||
],
|
||||
|
Reference in New Issue
Block a user