diff --git a/erpnext/stock/doctype/item/item.json b/erpnext/stock/doctype/item/item.json index d0d86cee2d4ddd6f52a4cb4c618cf919262985d9..3d9cffc990572759bb017be50e50ffa08a2d3a24 100644 --- a/erpnext/stock/doctype/item/item.json +++ b/erpnext/stock/doctype/item/item.json @@ -44,6 +44,8 @@ "section_break_11", "description", "brand", + "unit_of_measure_conversion", + "uoms", "dashboard_tab", "inventory_section", "inventory_settings_section", @@ -60,8 +62,6 @@ "barcodes", "reorder_section", "reorder_levels", - "unit_of_measure_conversion", - "uoms", "serial_nos_and_batches", "has_batch_no", "create_new_batch", @@ -1009,7 +1009,7 @@ "index_web_pages_for_search": 1, "links": [], "make_attachments_public": 1, - "modified": "2024-01-08 18:09:30.225085", + "modified": "2024-04-30 13:46:39.098753", "modified_by": "Administrator", "module": "Stock", "name": "Item", diff --git a/erpnext/stock/doctype/item/item.py b/erpnext/stock/doctype/item/item.py index 4a74548b9974f87ac7480e28e53b661f3beca99a..2a0048eadeca5d24efe31b956c626c160243736e 100644 --- a/erpnext/stock/doctype/item/item.py +++ b/erpnext/stock/doctype/item/item.py @@ -78,7 +78,7 @@ class Item(Document): allow_alternative_item: DF.Check allow_negative_stock: DF.Check asset_category: DF.Link | None - asset_naming_series: DF.Literal + asset_naming_series: DF.Literal[None] attributes: DF.Table[ItemVariantAttribute] auto_create_assets: DF.Check barcodes: DF.Table[ItemBarcode]