chore: make Production Plan Item Reference table hidden in Production Plan

This commit is contained in:
s-aga-r 2023-03-31 10:32:49 +05:30
parent 7c42b72ee7
commit 706be2a415
2 changed files with 5 additions and 3 deletions

View File

@ -344,6 +344,7 @@
{ {
"fieldname": "prod_plan_references", "fieldname": "prod_plan_references",
"fieldtype": "Table", "fieldtype": "Table",
"hidden": 1,
"label": "Production Plan Item Reference", "label": "Production Plan Item Reference",
"options": "Production Plan Item Reference" "options": "Production Plan Item Reference"
}, },
@ -397,7 +398,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2022-11-26 14:51:08.774372", "modified": "2023-03-31 10:30:48.118932",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Manufacturing", "module": "Manufacturing",
"name": "Production Plan", "name": "Production Plan",

View File

@ -28,7 +28,7 @@
"fieldname": "qty", "fieldname": "qty",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1, "in_list_view": 1,
"label": "qty" "label": "Qty"
}, },
{ {
"fieldname": "item_reference", "fieldname": "item_reference",
@ -40,7 +40,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2021-05-07 17:03:49.707487", "modified": "2023-03-31 10:30:14.604051",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Manufacturing", "module": "Manufacturing",
"name": "Production Plan Item Reference", "name": "Production Plan Item Reference",
@ -48,5 +48,6 @@
"permissions": [], "permissions": [],
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",
"states": [],
"track_changes": 1 "track_changes": 1
} }