2
0
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:
Lukas
2023-10-11 07:34:38 +02:00
committed by GitHub
parent 6f2dca729d
commit e8e0b57cea
13 changed files with 548 additions and 12 deletions

View File

@ -114,6 +114,7 @@ class RuleSet(models.Model):
],
'stock_location': [
'stock_stocklocation',
'stock_stocklocationtype',
'label_stocklocationlabel',
'report_stocklocationreport'
],