Remove timestamp column in list view

In Item list view I need to add standard_rate and total_projected_qty columns. The problem is that by customizing form (in list view option), I just can add one column (if I add the other one it doesn’t appear).

I am not interested in the column that shows the last modification date of a product. Is there any way to remove this column to add to the list standard_rate and total_projected_qty columns together?.

I tried editing item_list.js file but it doesn’t work.

Thanks.

@jcgardey you may check

list_vew.js

I don’t know where is that file. Do you know?

frappe@erpnext:~/frappe-bench$ find . -name list_view.js
./apps/frappe/frappe/public/js/frappe/list/list_view.js

1 Like