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?
لقد تم الإبلاغ عن هذا السؤال
1
الرد
6918
أدوات العرض
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.
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
|
Evaluation of python expression
تم الحل
|
|
1
يوليو 17
|
12305 | |
|
create a getter for odoo 8
تم الحل
|
|
2
يوليو 17
|
5489 | |
|
|
0
أغسطس 16
|
4728 | ||
|
|
0
يونيو 16
|
4684 | ||
|
|
0
أغسطس 17
|
4498 |
@Axel Mendoza can you help me with the procedure?