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
- Kirjanpito
- Varastointi
- PoS
- Project
- MRP
Tämä kysymys on merkitty
1
Vastaa
5041
Näkymät
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.
Nautitko keskustelusta? Älä vain lue, vaan osallistu!
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
Evaluation of python expression
Ratkaistu
|
|
1
heinäk. 17
|
9870 | |
create a getter for odoo 8
Ratkaistu
|
|
2
heinäk. 17
|
3998 | |
|
0
elok. 16
|
3120 | ||
|
0
kesäk. 16
|
3106 | ||
|
0
elok. 17
|
3174 |
@Axel Mendoza can you help me with the procedure?