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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
1
Trả lời
2108
Lượt xem
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
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
2
thg 7 23
|
2770 | ||
Tooltips wont show up ODOO15
Đã xử lý
|
|
1
thg 2 25
|
3234 | |
|
1
thg 7 22
|
4234 | ||
|
4
thg 6 25
|
2012 | ||
|
1
thg 6 25
|
846 |
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.