I am unable to find how add a user's email signature to an email sent from an CRM opportunity. I can only send plain-text email. Invoices and Sale orders do have the users signature. How to add it to CRM opportunities as well?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
Each user can add their email signatures in their preferences. Click on user name (Top right) > preferences > Email Signature. This works for emails from CRM App as well.
Hi!
I added a email signature in this way, but when sending an e-mail from CRM app, it does not appear.. Any ideas on this?
Hey Stef. I found if you add the following into the code on your templates, it will populate the signature.
% if user and user.signature:
${user.signature | safe}
% endif
Attachment blocker in the server config maybe?
I was hoping to have two sales teams each with their own different signature.
Is this possible?
Having the same issue as Stef.
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
1
kwi 25
|
3962 | ||
|
2
lip 24
|
2005 | ||
|
1
maj 24
|
2450 | ||
|
0
gru 15
|
3341 | ||
|
0
cze 25
|
6876 |
I would also like an answer to this.
Thanks for your share.