Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
3072 Weergaven

 

 

Avatar
Annuleer

@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?

Beste antwoord

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
Annuleer