I have created a boolean field within the partner, if it is true, it should insert a message into the RFQ template ('This is an automatic message. Please do not reply to this email'), but even though I have created the functions, imported the models, the message still does not appear when I select the field and save it in the partner. I don't know what else it could be or what is missing. Attached are screenshots of the models and view. Thank you in advance for your help.
Cette question a été signalée
1
Répondre
3938
Vues
Dear Noemi,
You can achieve this little modification on the RFQ email template.
Using conditional formatting like below code:
% if object.partner_id.use_csv_purchase :
Show This
% else :
Show That
% endif
Thank you
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
2
juil. 23
|
4247 | ||
|
Tooltips wont show up ODOO15
Résolu
|
|
1
févr. 25
|
4823 | |
|
|
1
juil. 22
|
5607 | ||
|
|
0
juin 26
|
124 | ||
|
|
0
juin 26
|
508 |
Thank you very much for your help, but I already have this conditional function created. However, the message is not showing up in the template. And in the contacts, the same field is selected, being true.