Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3640 Visualizzazioni

Hello ! 

I try to put a picture in my report but i just have the square with this position

my code <img class="image" src="image/image.png"

Thanks,

Avatar
Abbandona
Risposta migliore

Hi Coco,

Judging by the code you're trying to show an image on a report which is inside your module, correct? You should also specify the name of your module in this case:

<img class="image" src="/your_module_name/image/image.png"/>


If you want to follow the official rules your image should be in /static/src/img by the way!
And just in case you want to show an image that is coming from within your database / model:

<span t-field="yourFieldName" t-field-options="{&quot;widget&quot;: &quot;image&quot;, &quot;class&quot;: &quot;img-rounded&quot;}"/


Yenthe

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
mar 15
5618
0
mar 15
4527
1
mag 22
6245
0
giu 15
4022
1
mag 15
14427