hello guys,
i want to generate a csv file and this is what i did but it doesn't working:
# write new csv File
import io
import base64
file = io.BytesIO()
writer = csv.writer(file, dialect='excel', delimiter=';')
writer.writerow(b'hello')
return file
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
hello guys,
i want to generate a csv file and this is what i did but it doesn't working:
# write new csv File
import io
import base64
file = io.BytesIO()
writer = csv.writer(file, dialect='excel', delimiter=';')
writer.writerow(b'hello')
return file
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
2
set. 23
|
9989 | ||
|
1
fev. 22
|
7078 | ||
Error group_sale_order_template (v12)
Resolvido
|
|
2
jul. 19
|
3068 | |
Id table odoo 10
Resolvido
|
|
3
nov. 18
|
2994 | |
|
0
nov. 18
|
3001 |