Right now, I understand by registering a custom post type, a list/edit page for it will appear in the admin menu in wp-admin.
Is it possible to have a second list or edit page for the custom post type? The situation is that I am adding a functionality to WooCommerce’s shop_order custom post type. If the user is of a certain role, he is able to view a limited info of the shop_order posts. So I would like to add in another admin page that would display the custom_post_type without messing with WooCommerce’s one.