hello, i want to send birthday mail to user i which i want to display his user profile image with birthday message is there any way to display image in xml file
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Buchhaltung
- Lager
- PoS
- Project
- MRP
Diese Frage wurde gekennzeichnet
1
Antworten
3216
Ansichten
Hi
You can use widget ="image"
Try this example for views
< field name = "image_128" widget = "image"/>
Check this code if it is a qweb Report
<span itemprop="image" t-field="image_128" t-options='{"widget": "image"}' style="height:90px !important;width:100px !important;" />
Regards
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren