2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

add report feature for stock locations (#5134)

* add report feature for stock locations

* fix flake 8 errors

* run pre-commit run --all-files to fix style errors

* add new model

* create default stock location
This commit is contained in:
Christoph
2023-07-05 02:19:13 +02:00
committed by GitHub
parent 9cf629ccc5
commit cf0d30b11c
10 changed files with 304 additions and 6 deletions

View File

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