Create new stock item

This commit is contained in:
Oliver 2021-08-15 14:44:40 +10:00
parent a09d0b6887
commit 3fb6b38930
4 changed files with 78 additions and 2 deletions

View file

@ -108,6 +108,16 @@ class InvenTreeStockItem extends InvenTreeModel {
@override
String WEB_URL = "stock/item/";
@override
Map<String, dynamic> formFields() {
return {
"part": {},
"location": {},
"status": {},
"quantity": {},
};
}
@override
Map<String, String> defaultGetFilters() {