Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2446 มุมมอง

I Have in my wizard:

excel_file = fields.Binary(string='Download Report :- ',store=True)

file_name = fields.Char('Excel File', size=64)

and in .xml :

<field name="excel_file"  widget="binary" readonly="1" filename="file_name" />
<field name=" file_name" invisible="1"/>

But the field   excel_file not display my excel file but it has in my database


อวตาร
ละทิ้ง

I think it will work only for newly uploading files

ผู้เขียน

so how can i get file saved ?