Skip to Content
Menú
This question has been flagged
2 Respostes
8783 Vistes

I'm trying to add o image widget in odoo screeen,

I have used the field as below ,

  image = fields.Binary("Image", attachment=True,
                          help="This field holds the image used as avatar for \
        this contact, limited to 1024x1024px",)

XML :

<field name="image" widget='image' class="oe_avatar"/>

The uploaded image has white space around image, how to upload image as it is , without adding white space around image ?

Avatar
Descartar
Autor

I am stuck with this issue please anybody suggest me an idea

Best Answer

 image = fields.Binary("Image", help="This field holds the image used as avatar for \
        this contact, limited to 1024x1024px",)

Just try with these simple method. removing attachement.

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de gen. 23
2521
0
de juny 21
2495
1
de maig 23
2769
1
de febr. 25
4231
1
d’abr. 19
9986