Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
4024 Visualizações

I have created a binary field in my application and uploaded an xls file..  when downloading the file by clicking the binary field, the downloaded file extension is correct.. But when i download same file from the binary field using my code, it downloads with out any extension..
my code is :
return{
            'type' : 'ir.actions.act_url',
            'url' : '/web/content?model=res.company&field=my_binary_field&filename_field=my_file_name_field&id=' + str(company_id.id),
            'target': 'self',
        }
please help me to resolve

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
3
set. 22
7333
1
ago. 22
4902
3
mar. 21
2151
5
fev. 20
12214
2
fev. 19
2893