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
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
1
Responder
4977
Visualizações
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.
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
Evaluation of python expression
Resolvido
|
|
1
jul. 17
|
9788 | |
create a getter for odoo 8
Resolvido
|
|
2
jul. 17
|
3933 | |
|
0
ago. 16
|
3084 | ||
|
0
jun. 16
|
3050 | ||
|
0
ago. 17
|
3150 |
@Axel Mendoza can you help me with the procedure?