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
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
1
Rispondi
4812
Visualizzazioni
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.
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
Evaluation of python expression
Risolto
|
|
1
lug 17
|
9536 | |
create a getter for odoo 8
Risolto
|
|
2
lug 17
|
3771 | |
|
0
ago 16
|
2962 | ||
|
0
giu 16
|
2907 | ||
|
0
ago 17
|
3016 |
@Axel Mendoza can you help me with the procedure?