From d49b32ef5e02792b6866003958c91a02bc78e7f4 Mon Sep 17 00:00:00 2001 From: Antoine Maas Date: Tue, 29 Apr 2025 10:55:43 +0200 Subject: [PATCH 1/2] feat: restricted field added --- erpnext/domains/manufacturing.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/domains/manufacturing.yaml b/erpnext/domains/manufacturing.yaml index e1fbc71c01..03c8bd52fd 100644 --- a/erpnext/domains/manufacturing.yaml +++ b/erpnext/domains/manufacturing.yaml @@ -5,6 +5,7 @@ restricted_fields: - work_order_qty - delivered_qty - bom_no + - ensure_delivery_based_on_produced_serial_no Item: - allow_alternative_item -- GitLab From 8821db8aa8fc6291f429217a8a28987923c8db00 Mon Sep 17 00:00:00 2001 From: Antoine Maas Date: Tue, 29 Apr 2025 11:00:47 +0200 Subject: [PATCH 2/2] feat: doctype restricted to domain --- .../manufacturing/doctype/blanket_order/blanket_order.json | 4 +++- .../doctype/blanket_order_item/blanket_order_item.json | 4 +++- erpnext/manufacturing/doctype/bom/bom.json | 4 +++- erpnext/manufacturing/doctype/bom_creator/bom_creator.json | 4 +++- .../doctype/bom_creator_item/bom_creator_item.json | 4 +++- .../doctype/bom_explosion_item/bom_explosion_item.json | 4 +++- erpnext/manufacturing/doctype/bom_item/bom_item.json | 4 +++- .../manufacturing/doctype/bom_operation/bom_operation.json | 4 +++- .../manufacturing/doctype/bom_scrap_item/bom_scrap_item.json | 4 +++- .../doctype/bom_update_batch/bom_update_batch.json | 4 +++- .../manufacturing/doctype/bom_update_log/bom_update_log.json | 4 +++- .../doctype/bom_update_tool/bom_update_tool.json | 4 +++- .../doctype/bom_website_item/bom_website_item.json | 4 +++- .../doctype/bom_website_operation/bom_website_operation.json | 4 +++- .../manufacturing/doctype/downtime_entry/downtime_entry.json | 4 +++- erpnext/manufacturing/doctype/job_card/job_card.json | 3 ++- .../manufacturing/doctype/job_card_item/job_card_item.json | 4 +++- .../doctype/job_card_operation/job_card_operation.json | 4 +++- .../job_card_scheduled_time/job_card_scheduled_time.json | 4 +++- .../doctype/job_card_scrap_item/job_card_scrap_item.json | 4 +++- .../doctype/job_card_time_log/job_card_time_log.json | 3 ++- .../manufacturing_settings/manufacturing_settings.json | 1 + .../material_request_plan_item.json | 1 + erpnext/manufacturing/doctype/operation/operation.json | 4 +++- erpnext/manufacturing/doctype/plant_floor/plant_floor.json | 4 +++- .../doctype/production_plan/production_plan.json | 1 + .../doctype/production_plan_item/production_plan_item.json | 4 +++- .../production_plan_item_reference.json | 1 + .../production_plan_material_request.json | 4 +++- .../production_plan_material_request_warehouse.json | 4 +++- .../production_plan_sales_order.json | 4 +++- .../production_plan_sub_assembly_item.json | 1 + erpnext/manufacturing/doctype/routing/routing.json | 4 +++- .../manufacturing/doctype/sub_operation/sub_operation.json | 4 +++- erpnext/manufacturing/doctype/work_order/work_order.json | 1 + .../doctype/work_order_item/work_order_item.json | 1 + .../doctype/work_order_operation/work_order_operation.json | 1 + erpnext/manufacturing/doctype/workstation/workstation.json | 4 +++- .../doctype/workstation_type/workstation_type.json | 4 +++- .../workstation_working_hour/workstation_working_hour.json | 4 +++- 40 files changed, 102 insertions(+), 32 deletions(-) diff --git a/erpnext/manufacturing/doctype/blanket_order/blanket_order.json b/erpnext/manufacturing/doctype/blanket_order/blanket_order.json index cd9c7b07be..741a0d3c1f 100644 --- a/erpnext/manufacturing/doctype/blanket_order/blanket_order.json +++ b/erpnext/manufacturing/doctype/blanket_order/blanket_order.json @@ -147,7 +147,7 @@ "index_web_pages_for_search": 1, "is_submittable": 1, "links": [], - "modified": "2024-12-05 15:44:21.520093", + "modified": "2025-04-29 10:57:49.911998", "modified_by": "Administrator", "module": "Manufacturing", "name": "Blanket Order", @@ -170,6 +170,8 @@ } ], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "search_fields": "blanket_order_type, to_date", "sort_field": "creation", "sort_order": "DESC", diff --git a/erpnext/manufacturing/doctype/blanket_order_item/blanket_order_item.json b/erpnext/manufacturing/doctype/blanket_order_item/blanket_order_item.json index fc210fa268..0cef3e60c2 100644 --- a/erpnext/manufacturing/doctype/blanket_order_item/blanket_order_item.json +++ b/erpnext/manufacturing/doctype/blanket_order_item/blanket_order_item.json @@ -74,13 +74,15 @@ ], "istable": 1, "links": [], - "modified": "2024-03-27 13:06:40.083042", + "modified": "2025-04-29 10:57:49.742083", "modified_by": "Administrator", "module": "Manufacturing", "name": "Blanket Order Item", "owner": "Administrator", "permissions": [], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [], diff --git a/erpnext/manufacturing/doctype/bom/bom.json b/erpnext/manufacturing/doctype/bom/bom.json index 2b25402617..85b6037503 100644 --- a/erpnext/manufacturing/doctype/bom/bom.json +++ b/erpnext/manufacturing/doctype/bom/bom.json @@ -663,7 +663,7 @@ "image_field": "image", "is_submittable": 1, "links": [], - "modified": "2024-06-03 16:24:47.518411", + "modified": "2025-04-29 10:57:53.705937", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM", @@ -696,6 +696,8 @@ "write": 1 } ], + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "search_fields": "item, item_name", "show_name_in_global_search": 1, "sort_field": "creation", diff --git a/erpnext/manufacturing/doctype/bom_creator/bom_creator.json b/erpnext/manufacturing/doctype/bom_creator/bom_creator.json index a2703d4f1e..9e1ed1d02d 100644 --- a/erpnext/manufacturing/doctype/bom_creator/bom_creator.json +++ b/erpnext/manufacturing/doctype/bom_creator/bom_creator.json @@ -302,7 +302,7 @@ "link_fieldname": "bom_creator" } ], - "modified": "2024-11-25 16:41:03.047835", + "modified": "2025-04-29 10:57:46.018993", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM Creator", @@ -336,6 +336,8 @@ "write": 1 } ], + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "show_name_in_global_search": 1, "sort_field": "creation", "sort_order": "DESC", diff --git a/erpnext/manufacturing/doctype/bom_creator_item/bom_creator_item.json b/erpnext/manufacturing/doctype/bom_creator_item/bom_creator_item.json index b4045b16ce..c1ce12f26b 100644 --- a/erpnext/manufacturing/doctype/bom_creator_item/bom_creator_item.json +++ b/erpnext/manufacturing/doctype/bom_creator_item/bom_creator_item.json @@ -250,12 +250,14 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2024-11-25 18:13:34.542391", + "modified": "2025-04-29 10:57:46.296948", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM Creator Item", "owner": "Administrator", "permissions": [], + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [] diff --git a/erpnext/manufacturing/doctype/bom_explosion_item/bom_explosion_item.json b/erpnext/manufacturing/doctype/bom_explosion_item/bom_explosion_item.json index 3d44ddd401..f3c075e8f2 100644 --- a/erpnext/manufacturing/doctype/bom_explosion_item/bom_explosion_item.json +++ b/erpnext/manufacturing/doctype/bom_explosion_item/bom_explosion_item.json @@ -171,13 +171,15 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2024-03-27 13:06:40.935882", + "modified": "2025-04-29 10:57:52.535601", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM Explosion Item", "naming_rule": "Random", "owner": "Administrator", "permissions": [], + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [], diff --git a/erpnext/manufacturing/doctype/bom_item/bom_item.json b/erpnext/manufacturing/doctype/bom_item/bom_item.json index ea0e14aff3..fce56b179c 100644 --- a/erpnext/manufacturing/doctype/bom_item/bom_item.json +++ b/erpnext/manufacturing/doctype/bom_item/bom_item.json @@ -306,12 +306,14 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2024-03-27 13:08:41.079752", + "modified": "2025-04-29 10:57:52.735812", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM Item", "owner": "Administrator", "permissions": [], + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [] diff --git a/erpnext/manufacturing/doctype/bom_operation/bom_operation.json b/erpnext/manufacturing/doctype/bom_operation/bom_operation.json index 29f528bd0c..f238d3856b 100644 --- a/erpnext/manufacturing/doctype/bom_operation/bom_operation.json +++ b/erpnext/manufacturing/doctype/bom_operation/bom_operation.json @@ -285,12 +285,14 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2025-01-09 15:45:37.695800", + "modified": "2025-04-29 10:57:52.950638", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM Operation", "owner": "Administrator", "permissions": [], + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [] diff --git a/erpnext/manufacturing/doctype/bom_scrap_item/bom_scrap_item.json b/erpnext/manufacturing/doctype/bom_scrap_item/bom_scrap_item.json index b9976ac8f8..a8131fc2c0 100644 --- a/erpnext/manufacturing/doctype/bom_scrap_item/bom_scrap_item.json +++ b/erpnext/manufacturing/doctype/bom_scrap_item/bom_scrap_item.json @@ -92,13 +92,15 @@ ], "istable": 1, "links": [], - "modified": "2024-03-27 13:06:41.395036", + "modified": "2025-04-29 10:57:51.128669", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM Scrap Item", "owner": "Administrator", "permissions": [], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [], diff --git a/erpnext/manufacturing/doctype/bom_update_batch/bom_update_batch.json b/erpnext/manufacturing/doctype/bom_update_batch/bom_update_batch.json index 8a933b59e1..d96c3afbe2 100644 --- a/erpnext/manufacturing/doctype/bom_update_batch/bom_update_batch.json +++ b/erpnext/manufacturing/doctype/bom_update_batch/bom_update_batch.json @@ -42,12 +42,14 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2024-03-27 13:06:41.529935", + "modified": "2025-04-29 10:57:46.852644", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM Update Batch", "owner": "Administrator", "permissions": [], + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [] diff --git a/erpnext/manufacturing/doctype/bom_update_log/bom_update_log.json b/erpnext/manufacturing/doctype/bom_update_log/bom_update_log.json index 5db177cc84..70367ef3a9 100644 --- a/erpnext/manufacturing/doctype/bom_update_log/bom_update_log.json +++ b/erpnext/manufacturing/doctype/bom_update_log/bom_update_log.json @@ -98,7 +98,7 @@ "index_web_pages_for_search": 1, "is_submittable": 1, "links": [], - "modified": "2024-03-27 13:06:41.658172", + "modified": "2025-04-29 10:57:47.051986", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM Update Log", @@ -131,6 +131,8 @@ "write": 1 } ], + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [], diff --git a/erpnext/manufacturing/doctype/bom_update_tool/bom_update_tool.json b/erpnext/manufacturing/doctype/bom_update_tool/bom_update_tool.json index ebe7bc6c85..b909908a27 100644 --- a/erpnext/manufacturing/doctype/bom_update_tool/bom_update_tool.json +++ b/erpnext/manufacturing/doctype/bom_update_tool/bom_update_tool.json @@ -60,7 +60,7 @@ "in_create": 1, "issingle": 1, "links": [], - "modified": "2024-03-27 13:06:41.828828", + "modified": "2025-04-29 10:57:54.636384", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM Update Tool", @@ -75,6 +75,8 @@ } ], "read_only": 1, + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [] diff --git a/erpnext/manufacturing/doctype/bom_website_item/bom_website_item.json b/erpnext/manufacturing/doctype/bom_website_item/bom_website_item.json index a84662f655..2e82aabca1 100644 --- a/erpnext/manufacturing/doctype/bom_website_item/bom_website_item.json +++ b/erpnext/manufacturing/doctype/bom_website_item/bom_website_item.json @@ -47,13 +47,15 @@ ], "istable": 1, "links": [], - "modified": "2024-03-27 13:06:41.946700", + "modified": "2025-04-29 10:57:50.741969", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM Website Item", "owner": "Administrator", "permissions": [], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [], diff --git a/erpnext/manufacturing/doctype/bom_website_operation/bom_website_operation.json b/erpnext/manufacturing/doctype/bom_website_operation/bom_website_operation.json index 2a0e40d00c..ab9ddcd26f 100644 --- a/erpnext/manufacturing/doctype/bom_website_operation/bom_website_operation.json +++ b/erpnext/manufacturing/doctype/bom_website_operation/bom_website_operation.json @@ -46,13 +46,15 @@ ], "istable": 1, "links": [], - "modified": "2024-03-27 13:06:42.076959", + "modified": "2025-04-29 10:57:50.940822", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM Website Operation", "owner": "Administrator", "permissions": [], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [], diff --git a/erpnext/manufacturing/doctype/downtime_entry/downtime_entry.json b/erpnext/manufacturing/doctype/downtime_entry/downtime_entry.json index 62378e3e57..bc8a7f4419 100644 --- a/erpnext/manufacturing/doctype/downtime_entry/downtime_entry.json +++ b/erpnext/manufacturing/doctype/downtime_entry/downtime_entry.json @@ -90,7 +90,7 @@ } ], "links": [], - "modified": "2024-03-27 13:08:18.393488", + "modified": "2025-04-29 10:57:48.293818", "modified_by": "Administrator", "module": "Manufacturing", "name": "Downtime Entry", @@ -134,6 +134,8 @@ } ], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [], diff --git a/erpnext/manufacturing/doctype/job_card/job_card.json b/erpnext/manufacturing/doctype/job_card/job_card.json index ff6850a128..532697de10 100644 --- a/erpnext/manufacturing/doctype/job_card/job_card.json +++ b/erpnext/manufacturing/doctype/job_card/job_card.json @@ -624,7 +624,7 @@ "grid_page_length": 50, "is_submittable": 1, "links": [], - "modified": "2025-03-30 18:53:38.206399", + "modified": "2025-04-29 10:57:49.131504", "modified_by": "Administrator", "module": "Manufacturing", "name": "Job Card", @@ -677,6 +677,7 @@ "write": 1 } ], + "restrict_to_domain": "Manufacturing", "row_format": "Dynamic", "show_preview_popup": 1, "sort_field": "creation", diff --git a/erpnext/manufacturing/doctype/job_card_item/job_card_item.json b/erpnext/manufacturing/doctype/job_card_item/job_card_item.json index a0acce1d60..9463d2cb9e 100644 --- a/erpnext/manufacturing/doctype/job_card_item/job_card_item.json +++ b/erpnext/manufacturing/doctype/job_card_item/job_card_item.json @@ -105,13 +105,15 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2024-03-27 13:09:56.943741", + "modified": "2025-04-29 10:57:49.546873", "modified_by": "Administrator", "module": "Manufacturing", "name": "Job Card Item", "owner": "Administrator", "permissions": [], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [], diff --git a/erpnext/manufacturing/doctype/job_card_operation/job_card_operation.json b/erpnext/manufacturing/doctype/job_card_operation/job_card_operation.json index a542f77308..0b10ab43fb 100644 --- a/erpnext/manufacturing/doctype/job_card_operation/job_card_operation.json +++ b/erpnext/manufacturing/doctype/job_card_operation/job_card_operation.json @@ -46,13 +46,15 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2024-03-27 13:09:57.090298", + "modified": "2025-04-29 10:57:47.946239", "modified_by": "Administrator", "module": "Manufacturing", "name": "Job Card Operation", "owner": "Administrator", "permissions": [], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [], diff --git a/erpnext/manufacturing/doctype/job_card_scheduled_time/job_card_scheduled_time.json b/erpnext/manufacturing/doctype/job_card_scheduled_time/job_card_scheduled_time.json index c64b945265..b8d9b2c524 100644 --- a/erpnext/manufacturing/doctype/job_card_scheduled_time/job_card_scheduled_time.json +++ b/erpnext/manufacturing/doctype/job_card_scheduled_time/job_card_scheduled_time.json @@ -33,12 +33,14 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2024-03-27 13:09:57.211836", + "modified": "2025-04-29 10:57:46.500098", "modified_by": "Administrator", "module": "Manufacturing", "name": "Job Card Scheduled Time", "owner": "Administrator", "permissions": [], + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [] diff --git a/erpnext/manufacturing/doctype/job_card_scrap_item/job_card_scrap_item.json b/erpnext/manufacturing/doctype/job_card_scrap_item/job_card_scrap_item.json index 1fe3af3df4..1606b55b02 100644 --- a/erpnext/manufacturing/doctype/job_card_scrap_item/job_card_scrap_item.json +++ b/erpnext/manufacturing/doctype/job_card_scrap_item/job_card_scrap_item.json @@ -69,13 +69,15 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2024-03-27 13:09:57.323835", + "modified": "2025-04-29 10:57:47.317374", "modified_by": "Administrator", "module": "Manufacturing", "name": "Job Card Scrap Item", "owner": "Administrator", "permissions": [], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [], diff --git a/erpnext/manufacturing/doctype/job_card_time_log/job_card_time_log.json b/erpnext/manufacturing/doctype/job_card_time_log/job_card_time_log.json index a7b69966e4..6ba844d431 100644 --- a/erpnext/manufacturing/doctype/job_card_time_log/job_card_time_log.json +++ b/erpnext/manufacturing/doctype/job_card_time_log/job_card_time_log.json @@ -67,13 +67,14 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2025-03-25 20:05:13.807905", + "modified": "2025-04-29 10:57:48.641015", "modified_by": "Administrator", "module": "Manufacturing", "name": "Job Card Time Log", "owner": "Administrator", "permissions": [], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", "row_format": "Dynamic", "sort_field": "creation", "sort_order": "ASC", diff --git a/erpnext/manufacturing/doctype/manufacturing_settings/manufacturing_settings.json b/erpnext/manufacturing/doctype/manufacturing_settings/manufacturing_settings.json index b0c4dfbd10..1d1a2286e5 100644 --- a/erpnext/manufacturing/doctype/manufacturing_settings/manufacturing_settings.json +++ b/erpnext/manufacturing/doctype/manufacturing_settings/manufacturing_settings.json @@ -263,6 +263,7 @@ "write": 1 } ], + "restrict_to_domain": "Manufacturing", "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", diff --git a/erpnext/manufacturing/doctype/material_request_plan_item/material_request_plan_item.json b/erpnext/manufacturing/doctype/material_request_plan_item/material_request_plan_item.json index f10db8d8a7..76eb17830d 100644 --- a/erpnext/manufacturing/doctype/material_request_plan_item/material_request_plan_item.json +++ b/erpnext/manufacturing/doctype/material_request_plan_item/material_request_plan_item.json @@ -232,6 +232,7 @@ "owner": "Administrator", "permissions": [], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", diff --git a/erpnext/manufacturing/doctype/operation/operation.json b/erpnext/manufacturing/doctype/operation/operation.json index c000c9f7fe..597dfc00df 100644 --- a/erpnext/manufacturing/doctype/operation/operation.json +++ b/erpnext/manufacturing/doctype/operation/operation.json @@ -105,7 +105,7 @@ "icon": "fa fa-wrench", "index_web_pages_for_search": 1, "links": [], - "modified": "2024-05-26 17:59:44.338741", + "modified": "2025-04-29 10:57:52.010567", "modified_by": "Administrator", "module": "Manufacturing", "name": "Operation", @@ -135,6 +135,8 @@ } ], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "show_preview_popup": 1, "sort_field": "creation", "sort_order": "DESC", diff --git a/erpnext/manufacturing/doctype/plant_floor/plant_floor.json b/erpnext/manufacturing/doctype/plant_floor/plant_floor.json index 062f639639..4effd21340 100644 --- a/erpnext/manufacturing/doctype/plant_floor/plant_floor.json +++ b/erpnext/manufacturing/doctype/plant_floor/plant_floor.json @@ -72,7 +72,7 @@ "hide_toolbar": 1, "index_web_pages_for_search": 1, "links": [], - "modified": "2024-09-25 10:27:41.139634", + "modified": "2025-04-29 10:57:45.577381", "modified_by": "Administrator", "module": "Manufacturing", "name": "Plant Floor", @@ -92,6 +92,8 @@ "write": 1 } ], + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [] diff --git a/erpnext/manufacturing/doctype/production_plan/production_plan.json b/erpnext/manufacturing/doctype/production_plan/production_plan.json index d733cb2784..2fff76aca0 100644 --- a/erpnext/manufacturing/doctype/production_plan/production_plan.json +++ b/erpnext/manufacturing/doctype/production_plan/production_plan.json @@ -467,6 +467,7 @@ "write": 1 } ], + "restrict_to_domain": "Manufacturing", "row_format": "Dynamic", "sort_field": "creation", "sort_order": "ASC", diff --git a/erpnext/manufacturing/doctype/production_plan_item/production_plan_item.json b/erpnext/manufacturing/doctype/production_plan_item/production_plan_item.json index f68d15c7c3..55e275af4f 100644 --- a/erpnext/manufacturing/doctype/production_plan_item/production_plan_item.json +++ b/erpnext/manufacturing/doctype/production_plan_item/production_plan_item.json @@ -220,13 +220,15 @@ "idx": 1, "istable": 1, "links": [], - "modified": "2024-06-03 13:10:20.252166", + "modified": "2025-04-29 10:57:53.239134", "modified_by": "Administrator", "module": "Manufacturing", "name": "Production Plan Item", "naming_rule": "Random", "owner": "Administrator", "permissions": [], + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "ASC", "states": [] diff --git a/erpnext/manufacturing/doctype/production_plan_item_reference/production_plan_item_reference.json b/erpnext/manufacturing/doctype/production_plan_item_reference/production_plan_item_reference.json index 38fe30cc9d..69e032d73e 100644 --- a/erpnext/manufacturing/doctype/production_plan_item_reference/production_plan_item_reference.json +++ b/erpnext/manufacturing/doctype/production_plan_item_reference/production_plan_item_reference.json @@ -47,6 +47,7 @@ "name": "Production Plan Item Reference", "owner": "Administrator", "permissions": [], + "restrict_to_domain": "Manufacturing", "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", diff --git a/erpnext/manufacturing/doctype/production_plan_material_request/production_plan_material_request.json b/erpnext/manufacturing/doctype/production_plan_material_request/production_plan_material_request.json index 6e87556b69..649a7dbe84 100644 --- a/erpnext/manufacturing/doctype/production_plan_material_request/production_plan_material_request.json +++ b/erpnext/manufacturing/doctype/production_plan_material_request/production_plan_material_request.json @@ -41,12 +41,14 @@ ], "istable": 1, "links": [], - "modified": "2024-03-27 13:10:20.526011", + "modified": "2025-04-29 10:57:51.489755", "modified_by": "Administrator", "module": "Manufacturing", "name": "Production Plan Material Request", "owner": "Administrator", "permissions": [], + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "ASC", "states": [] diff --git a/erpnext/manufacturing/doctype/production_plan_material_request_warehouse/production_plan_material_request_warehouse.json b/erpnext/manufacturing/doctype/production_plan_material_request_warehouse/production_plan_material_request_warehouse.json index 9758304817..343924b07a 100644 --- a/erpnext/manufacturing/doctype/production_plan_material_request_warehouse/production_plan_material_request_warehouse.json +++ b/erpnext/manufacturing/doctype/production_plan_material_request_warehouse/production_plan_material_request_warehouse.json @@ -19,13 +19,15 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2024-03-27 13:10:20.638727", + "modified": "2025-04-29 10:57:48.504285", "modified_by": "Administrator", "module": "Manufacturing", "name": "Production Plan Material Request Warehouse", "owner": "Administrator", "permissions": [], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [], diff --git a/erpnext/manufacturing/doctype/production_plan_sales_order/production_plan_sales_order.json b/erpnext/manufacturing/doctype/production_plan_sales_order/production_plan_sales_order.json index c560d35dd2..12b9280b6e 100644 --- a/erpnext/manufacturing/doctype/production_plan_sales_order/production_plan_sales_order.json +++ b/erpnext/manufacturing/doctype/production_plan_sales_order/production_plan_sales_order.json @@ -63,12 +63,14 @@ "idx": 1, "istable": 1, "links": [], - "modified": "2024-03-27 13:10:20.746852", + "modified": "2025-04-29 10:57:53.476005", "modified_by": "Administrator", "module": "Manufacturing", "name": "Production Plan Sales Order", "owner": "Administrator", "permissions": [], + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "ASC", "states": [] diff --git a/erpnext/manufacturing/doctype/production_plan_sub_assembly_item/production_plan_sub_assembly_item.json b/erpnext/manufacturing/doctype/production_plan_sub_assembly_item/production_plan_sub_assembly_item.json index 6a5d7dcb3d..dbbb741556 100644 --- a/erpnext/manufacturing/doctype/production_plan_sub_assembly_item/production_plan_sub_assembly_item.json +++ b/erpnext/manufacturing/doctype/production_plan_sub_assembly_item/production_plan_sub_assembly_item.json @@ -244,6 +244,7 @@ "owner": "Administrator", "permissions": [], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", diff --git a/erpnext/manufacturing/doctype/routing/routing.json b/erpnext/manufacturing/doctype/routing/routing.json index b44f70f20b..4ef8ee6b2f 100644 --- a/erpnext/manufacturing/doctype/routing/routing.json +++ b/erpnext/manufacturing/doctype/routing/routing.json @@ -32,7 +32,7 @@ } ], "links": [], - "modified": "2024-03-27 13:10:33.725991", + "modified": "2025-04-29 10:57:48.869003", "modified_by": "Administrator", "module": "Manufacturing", "name": "Routing", @@ -64,6 +64,8 @@ } ], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [], diff --git a/erpnext/manufacturing/doctype/sub_operation/sub_operation.json b/erpnext/manufacturing/doctype/sub_operation/sub_operation.json index 0e5e445513..adebf68b84 100644 --- a/erpnext/manufacturing/doctype/sub_operation/sub_operation.json +++ b/erpnext/manufacturing/doctype/sub_operation/sub_operation.json @@ -39,13 +39,15 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2024-03-27 13:10:45.777866", + "modified": "2025-04-29 10:57:48.131752", "modified_by": "Administrator", "module": "Manufacturing", "name": "Sub Operation", "owner": "Administrator", "permissions": [], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [], diff --git a/erpnext/manufacturing/doctype/work_order/work_order.json b/erpnext/manufacturing/doctype/work_order/work_order.json index 45184af641..2eabcce446 100644 --- a/erpnext/manufacturing/doctype/work_order/work_order.json +++ b/erpnext/manufacturing/doctype/work_order/work_order.json @@ -630,6 +630,7 @@ "role": "Stock User" } ], + "restrict_to_domain": "Manufacturing", "row_format": "Dynamic", "sort_field": "creation", "sort_order": "ASC", diff --git a/erpnext/manufacturing/doctype/work_order_item/work_order_item.json b/erpnext/manufacturing/doctype/work_order_item/work_order_item.json index 81de661942..9e48c2c259 100644 --- a/erpnext/manufacturing/doctype/work_order_item/work_order_item.json +++ b/erpnext/manufacturing/doctype/work_order_item/work_order_item.json @@ -202,6 +202,7 @@ "owner": "Administrator", "permissions": [], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", diff --git a/erpnext/manufacturing/doctype/work_order_operation/work_order_operation.json b/erpnext/manufacturing/doctype/work_order_operation/work_order_operation.json index e13940ef36..92bfd36c02 100644 --- a/erpnext/manufacturing/doctype/work_order_operation/work_order_operation.json +++ b/erpnext/manufacturing/doctype/work_order_operation/work_order_operation.json @@ -305,6 +305,7 @@ "name": "Work Order Operation", "owner": "Administrator", "permissions": [], + "restrict_to_domain": "Manufacturing", "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", diff --git a/erpnext/manufacturing/doctype/workstation/workstation.json b/erpnext/manufacturing/doctype/workstation/workstation.json index 584a3116fd..c3e4fe1d69 100644 --- a/erpnext/manufacturing/doctype/workstation/workstation.json +++ b/erpnext/manufacturing/doctype/workstation/workstation.json @@ -254,7 +254,7 @@ "idx": 1, "image_field": "on_status_image", "links": [], - "modified": "2024-09-26 13:41:12.279344", + "modified": "2025-04-29 10:57:54.098444", "modified_by": "Administrator", "module": "Manufacturing", "name": "Workstation", @@ -274,6 +274,8 @@ } ], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "show_name_in_global_search": 1, "sort_field": "creation", "sort_order": "ASC", diff --git a/erpnext/manufacturing/doctype/workstation_type/workstation_type.json b/erpnext/manufacturing/doctype/workstation_type/workstation_type.json index 3b8313b739..f3563abb8f 100644 --- a/erpnext/manufacturing/doctype/workstation_type/workstation_type.json +++ b/erpnext/manufacturing/doctype/workstation_type/workstation_type.json @@ -105,7 +105,7 @@ ], "icon": "icon-wrench", "links": [], - "modified": "2024-03-27 13:11:00.946367", + "modified": "2025-04-29 10:57:46.659059", "modified_by": "Administrator", "module": "Manufacturing", "name": "Workstation Type", @@ -125,6 +125,8 @@ } ], "quick_entry": 1, + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "show_name_in_global_search": 1, "sort_field": "creation", "sort_order": "ASC", diff --git a/erpnext/manufacturing/doctype/workstation_working_hour/workstation_working_hour.json b/erpnext/manufacturing/doctype/workstation_working_hour/workstation_working_hour.json index 6b94dc1185..20ddfbf1db 100644 --- a/erpnext/manufacturing/doctype/workstation_working_hour/workstation_working_hour.json +++ b/erpnext/manufacturing/doctype/workstation_working_hour/workstation_working_hour.json @@ -46,12 +46,14 @@ ], "istable": 1, "links": [], - "modified": "2024-03-27 13:11:01.081988", + "modified": "2025-04-29 10:57:51.610362", "modified_by": "Administrator", "module": "Manufacturing", "name": "Workstation Working Hour", "owner": "Administrator", "permissions": [], + "restrict_to_domain": "Manufacturing", + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [] -- GitLab