def show_my_data(self,cr, uid, ids, arg, context=None):
return {
'name': 'Go to website',
'res_model': 'ir.actions.act_url',
'type': 'ir.actions.act_url',
'target': 'new',
'url': 'file:///D:/tmp.html'
}