I am using odoo 8.0 and i am working in attendance module. I have certain stored procedures in postgresql, I am calling the stored procedure using a button click and it works fine but i want to perform this action while clicking import button.
1.Here is an image of my button:
2.how to call my stored procedure while clicking my import button
Where to find the import related codes in odoo 8.0.