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?
This question has been flagged
1
Atsakyti
6900
Rodiniai
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registracija| Related Posts | Replies | Rodiniai | Veikla | |
|---|---|---|---|---|
|
|
1
liep. 17
|
12291 | ||
|
create a getter for odoo 8
Solved
|
|
2
liep. 17
|
5436 | |
|
|
0
rugp. 16
|
4690 | ||
|
|
0
birž. 16
|
4678 | ||
|
|
0
rugp. 17
|
4488 |
@Axel Mendoza can you help me with the procedure?