Hello, I am new to odoo, for my custom module I need to send a single email to all my selected res.partners from tree view. After selecting records, I have used mail.mail to send emails but when i click on send email action my mail.mail form do no show any data in email_to field and i had to fill that field explicitly for every record i wanted. Would you please help me to know how to select multiple entries from a tree view for my email_to field or is their any other way to achieve this.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
5322
Görünümler
here is my Act_window code from view.xml
<act_window id="Identifier"
name="Send E"
src_model="res.partner"
res_model="mail.mail"
view_mode="form"
multi="True"
target="new"
key2="client_action_multi"
context="{'default_email_to': '${object.id or \'\'}'}"/>
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
1
Ağu 23
|
1752 | ||
|
1
Şub 19
|
7310 | ||
|
2
Haz 20
|
3654 | ||
|
1
Tem 25
|
875 | ||
|
5
May 25
|
18299 |