I am receiving a blob datatype from sqlite db via web service. How can I use it in odoo to store it in the postgresql table. What kind of field should I use to achieve this scenario?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
1
Balas
4851
Tampilan
Hi #Anand Prasanth
You need to use an Odoo binary field that will create in PostgreSQL a field of type bytea. Make sure that you are serializing the content as base64 before save it in the webservice.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
Evaluation of python expression
Diselesaikan
|
|
1
Jul 17
|
9571 | |
create a getter for odoo 8
Diselesaikan
|
|
2
Jul 17
|
3794 | |
|
0
Agu 16
|
2978 | ||
|
0
Jun 16
|
2924 | ||
|
0
Agu 17
|
3044 |
@Axel Mendoza can you help me with the procedure?