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
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
            
                1
                
                    Balas
                
            
        
        
            
                5621
                
                    Tampilan
                
            
        
    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.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
| 
            
                Evaluation of python expression
            
            
                    Diselesaikan
            
         |  | 1 Jul 17  | 10547 | |
| 
            
                create a getter for odoo 8
            
            
                    Diselesaikan
            
         |  | 2 Jul 17  | 4459 | |
|  | 0 Agu 16  | 3568 | ||
|  | 0 Jun 16  | 3586 | ||
|  | 0 Agu 17  | 3492 | 
 
                        
@Axel Mendoza can you help me with the procedure?