Added the custom Stock information field on the Item doctype.

This commit is contained in:
rocketdebris 2025-10-28 13:05:00 -04:00
parent fb5a6122a4
commit e076b5a14c
2 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,59 @@
[
{
"allow_in_quick_entry": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"collapsible_depends_on": null,
"columns": 0,
"default": null,
"depends_on": null,
"description": null,
"docstatus": 0,
"doctype": "Custom Field",
"dt": "Item",
"fetch_from": null,
"fetch_if_empty": 0,
"fieldname": "custom_stock_information",
"fieldtype": "Long Text",
"hidden": 0,
"hide_border": 0,
"hide_days": 0,
"hide_seconds": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_global_search": 0,
"in_list_view": 1,
"in_preview": 0,
"in_standard_filter": 0,
"insert_after": "stock_uom",
"is_system_generated": 0,
"is_virtual": 0,
"label": "Stock Information",
"length": 0,
"link_filters": null,
"mandatory_depends_on": null,
"modified": "2025-10-21 16:44:07.296009",
"module": null,
"name": "Item-custom_stock_information",
"no_copy": 0,
"non_negative": 0,
"options": null,
"permlevel": 0,
"placeholder": "Stock Details Per Warehouse",
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"print_width": null,
"read_only": 0,
"read_only_depends_on": null,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"show_dashboard": 0,
"sort_options": 0,
"translatable": 0,
"unique": 0,
"width": null
}
]

View File

@ -26,6 +26,7 @@ add_to_apps_screen = [
fixtures = [
{"doctype": "Client Script", "filters": [["module", "=", "Uberleben Customizations"]]},
{"doctype": "Custom Field", "filters": [["dt", "in", "Item"]]},
"Custom HTML Block",
"Warehouse"
]