mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-16 20:25:26 +00:00
Create new stock item
This commit is contained in:
@ -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() {
|
||||
|
||||
|
Reference in New Issue
Block a user