How to apply filter in a standard field filter?

Do you want to show the address of “abc” to all users?
Try this

onload: function (me) {
		if (!frappe.route_options) {
			frappe.route_options = {
				owner: frappe.session.user,
				status: "Open",
			};
		}
	},