Hi,
I'am trying to attach an image (binary field) in the mail.It is shown when check in odoo (Technical >> Emails ), But in Gmail it is not visible.
I done the attachment like, src="website.com/web/images/<my_model>/id/field_name"
In gmail when i inspect the image, there is an extra content like ''https://ci5.googleusercontent.com.....", is added to the original url.
Any suggestions will be highly appreciated.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
1
ตอบกลับ
3901
มุมมอง
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
1
ม.ค. 23
|
2095 | ||
|
0
มิ.ย. 21
|
2192 | ||
|
2
มิ.ย. 17
|
8447 | ||
Remove link from offer and invoice email
แก้ไขแล้ว
|
|
2
พ.ย. 24
|
1722 | |
|
1
พ.ค. 23
|
2459 |
The googleusercontent part being added is normal. Perhaps you have multiple databases with no database filter configured? In this case Odoo does not know from which database it should get the image and it fails. You can resolve this by having one database or by configuring database filters.
Hi Sir,
I already added the dbfilter .To double check it, i already deleted other databases, and now i have only one, But no result.
I can confirm that having one database running in the instance or using dbfilter to show only one database has no effect on the issue. Did anyone find a good solution for this question?