Skip to content

Commit

Permalink
refactor: remove columns from list in child table
Browse files Browse the repository at this point in the history
  • Loading branch information
iamejaaz committed Jan 9, 2025
1 parent 4ec824d commit 2435650
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
{
"fieldname": "description",
"fieldtype": "Text Editor",
"in_list_view": 1,
"label": "Description",
"oldfieldname": "opn_description",
"oldfieldtype": "Text"
Expand Down Expand Up @@ -105,7 +104,6 @@
{
"fieldname": "operating_cost",
"fieldtype": "Currency",
"in_list_view": 1,
"label": "Operating Cost",
"oldfieldname": "operating_cost",
"oldfieldtype": "Currency",
Expand Down Expand Up @@ -209,7 +207,6 @@
"columns": 1,
"fieldname": "bom_no",
"fieldtype": "Link",
"in_list_view": 1,
"label": "BOM No",
"options": "BOM"
},
Expand Down Expand Up @@ -247,7 +244,6 @@
"columns": 1,
"fieldname": "fg_warehouse",
"fieldtype": "Link",
"in_list_view": 1,
"label": "Finished Goods Warehouse",
"options": "Warehouse"
},
Expand All @@ -256,7 +252,6 @@
"depends_on": "eval:doc.skip_material_transfer && !doc.backflush_from_wip_warehouse",
"fieldname": "source_warehouse",
"fieldtype": "Link",
"in_list_view": 1,
"label": "Source Warehouse",
"options": "Warehouse"
},
Expand Down Expand Up @@ -290,7 +285,7 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2024-06-03 15:46:49.404875",
"modified": "2025-01-09 15:45:37.695800",
"modified_by": "Administrator",
"module": "Manufacturing",
"name": "BOM Operation",
Expand All @@ -299,4 +294,4 @@
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@
"depends_on": "eval:doc.delivered_by_supplier!=1",
"fieldname": "warehouse",
"fieldtype": "Link",
"in_list_view": 1,
"label": "Delivery Warehouse",
"oldfieldname": "reserved_warehouse",
"oldfieldtype": "Link",
Expand Down Expand Up @@ -938,7 +937,7 @@
"idx": 1,
"istable": 1,
"links": [],
"modified": "2024-11-21 13:21:29.743474",
"modified": "2025-01-09 15:34:47.768457",
"modified_by": "Administrator",
"module": "Selling",
"name": "Sales Order Item",
Expand Down

0 comments on commit 2435650

Please sign in to comment.