Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
973 Lượt xem

The way that Odoo does this is a bit incomplete.

Is there a way for the system to automatically send an email to the customer after X amount of time after their order, asking them to leave a review on the product? It would obviously need to include the link to said product.


Odoo . sh v17

Ảnh đại diện
Huỷ bỏ
Tác giả

@Dhrumi, hopefully you'll see this as I cannot reply directly to you.

The one thing I am not certain about with what you described, is how to specify the customer and the product(s) the customer purchased in the template.

Any insight on that would be very helpful.

Câu trả lời hay nhất

Step-by-Step Automation Setup in Odoo

1. Create an Email Template

Go to:

Settings > Technical > Email > Templates

  • Create a new template.
  • Set model = Sales Order or Website Order.
  • Design your review request email content.

2. Automated Action Setup

Go to:

Settings > Technical > Automation > Automated Actions

  • Model: Sales Order
  • Trigger: On Time Condition
  • Filter Domain: state = 'sale' and date_order <= (today - X days)
  • Action To Do: Send Email
  • Template: Select your custom review email

This ensures emails go out X days after the sale is confirmed.

3. Use Scheduled Actions for More Flexibility

If you're using custom logic (e.g., only send emails for certain products/customers), create a custom Python function and attach it to a scheduled action.

Ảnh đại diện
Huỷ bỏ

Can you include some screenshots to explain in more detail?

Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 4 25
736
2
thg 6 25
502
1
thg 6 25
1362
1
thg 6 25
493
1
thg 6 25
808