Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
4871 Переглядів

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?

Аватар
Відмінити
Автор

@Axel Mendoza can you help me with the procedure?

Найкраща відповідь

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.


Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
лип. 17
9612
2
лип. 17
3813
0
серп. 16
2987
0
черв. 16
2936
0
серп. 17
3054