Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3041 Vistas

 

 

Avatar
Descartar

@Ramanan, I think you need to define your question a little more specifically. There could be several hundred different answers to your question as it is far to general. You need to map out for yourself exactly what you are trying to achieve in detail, and then once you have defined this you need to provide a more detailed question so that people in this forum can offer help depending on exactly what you are trying to do. Do you want to store an image in product.template? Where would you like it to be 'retrieved' to, what view?

Mejor respuesta

abin = fields.Binary() is the field used in creating a binary field which can be used for all kind of attachments..

but for image use widget in field like

<field name="abin" widget="image"/>

Avatar
Descartar