How to Customize Script Report

I have core script report and I want to add one column in that report. I try the below code but nothing has been happen. I wrote this code in separate py file and called that method in hooks.py file

def get_columns(leave, meth):
	columns = [_("Total Leaves") + ":Float:80" ]
return columns

Is it possible to customize script report ???
please help…