How to call whitelist method in save button

i am create whitelist method in sales_order.py file and have run this file in save button of sale_order form so how to call this method

You can call your whitelisted method from your JS file using frappe.call, if you need some examples you can look at this file