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:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
1
Cevapla
4840
Görünümler
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!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
Evaluation of python expression
Çözüldü
|
|
1
Tem 17
|
9558 | |
create a getter for odoo 8
Çözüldü
|
|
2
Tem 17
|
3788 | |
|
0
Ağu 16
|
2971 | ||
|
0
Haz 16
|
2921 | ||
|
0
Ağu 17
|
3031 |
@Axel Mendoza can you help me with the procedure?