chore: Added BOM std filters and update type in List View
This commit is contained in:
parent
f482b184a0
commit
2fece523f6
@ -20,6 +20,7 @@
|
|||||||
"fieldname": "current_bom",
|
"fieldname": "current_bom",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
|
"in_standard_filter": 1,
|
||||||
"label": "Current BOM",
|
"label": "Current BOM",
|
||||||
"options": "BOM"
|
"options": "BOM"
|
||||||
},
|
},
|
||||||
@ -27,6 +28,7 @@
|
|||||||
"fieldname": "new_bom",
|
"fieldname": "new_bom",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
|
"in_standard_filter": 1,
|
||||||
"label": "New BOM",
|
"label": "New BOM",
|
||||||
"options": "BOM"
|
"options": "BOM"
|
||||||
},
|
},
|
||||||
@ -37,6 +39,7 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "update_type",
|
"fieldname": "update_type",
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
|
"in_list_view": 1,
|
||||||
"label": "Update Type",
|
"label": "Update Type",
|
||||||
"options": "Replace BOM\nUpdate Cost"
|
"options": "Replace BOM\nUpdate Cost"
|
||||||
},
|
},
|
||||||
@ -66,7 +69,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-03-17 12:51:28.067900",
|
"modified": "2022-03-31 12:51:44.885102",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Manufacturing",
|
"module": "Manufacturing",
|
||||||
"name": "BOM Update Log",
|
"name": "BOM Update Log",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user