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?
Cette question a été signalée
1
Répondre
6894
Vues
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.
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
1
juil. 17
|
12289 | ||
|
create a getter for odoo 8
Résolu
|
|
2
juil. 17
|
5434 | |
|
|
0
août 16
|
4689 | ||
|
|
0
juin 16
|
4678 | ||
|
|
0
août 17
|
4484 |
@Axel Mendoza can you help me with the procedure?