mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
fix: remove old subcontracting flow references in BOM (#55477)
This commit is contained in:
@@ -7,22 +7,18 @@ def get_data():
|
|||||||
"non_standard_fieldnames": {
|
"non_standard_fieldnames": {
|
||||||
"Item": "default_bom",
|
"Item": "default_bom",
|
||||||
"Purchase Order": "bom",
|
"Purchase Order": "bom",
|
||||||
"Purchase Receipt": "bom",
|
|
||||||
"Purchase Invoice": "bom",
|
|
||||||
},
|
},
|
||||||
"transactions": [
|
"transactions": [
|
||||||
{"label": _("Stock"), "items": ["Item", "Stock Entry", "Quality Inspection"]},
|
{"label": _("Stock"), "items": ["Item", "Stock Entry", "Quality Inspection"]},
|
||||||
{"label": _("Manufacture"), "items": ["BOM", "Work Order", "Job Card"]},
|
{"label": _("Manufacture"), "items": ["BOM", "Work Order", "Job Card"]},
|
||||||
{
|
{
|
||||||
"label": _("Subcontract"),
|
"label": _("Subcontract"),
|
||||||
"items": ["Purchase Order", "Purchase Receipt", "Purchase Invoice"],
|
"items": ["Purchase Order"],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
"disable_create_buttons": [
|
"disable_create_buttons": [
|
||||||
"Item",
|
"Item",
|
||||||
"Purchase Order",
|
"Purchase Order",
|
||||||
"Purchase Receipt",
|
|
||||||
"Purchase Invoice",
|
|
||||||
"Job Card",
|
"Job Card",
|
||||||
"Stock Entry",
|
"Stock Entry",
|
||||||
"BOM",
|
"BOM",
|
||||||
|
|||||||
Reference in New Issue
Block a user