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
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
2
Sep 23
|
9987 | ||
|
1
Feb 22
|
7075 | ||
Error group_sale_order_template (v12)
Diselesaikan
|
|
2
Jul 19
|
3065 | |
Id table odoo 10
Diselesaikan
|
|
3
Nov 18
|
2993 | |
|
0
Nov 18
|
2999 |