I want try to change CSV header from odoo
but i can't success
it that possible to change CSV header name with model field name
if any module or any script then help me ....
i have different type of csv file with different header and i want import with same module with same field it is possible without selecting header
like
temp1.csv = name , id, ph no, add, add1, city like more then 120 fields
temp2.csv = fname, stu_id , address, address1, stu_city, like more then 100 fields
and my module field is
first_name, Student_id, stu_ph_no, stu_add, stu_addr,...all the required field
so how i can change csv file header with my field in odoo