Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ

Hello everyone,

I wanted to share a no-code solution I found helpful for a common use case discussed in the forum.


Context & Motivation

The original thread (Helpdesk reopen ticket if customer responds) offers a solid Python-based solution using automated actions.

Today, with Odoo 18, you can achieve the same result using no-code Automation Rules, which are much more accessible for non-technical users.


Steps

Navigation: Settings → Technical → Automation Rules

You’ll need to Activate the developer mode to see the Technical menu.

Alternatively: Studio → Automations

  1. Click “New” and give the rule a name, e.g.:
    Reopen Helpdesk Ticket when Customer Responds
  2. Model: Helpdesk Ticket
  3. Trigger: On incoming message
  4. Before Update Domain: Leave as default (Match all records).
  5. Apply On:
    • Match all of the following rules
      • Helpdesk Team is in Customer Care
      • Stage is in Solved
      • Action Needed is set (when a new email is received, the ticket is marked as “action needed”)
  6. Actions To Do:
    • Click Add an action (modal opens)
    • Type: Update Record
    • Allowed Groups Leave blank (applies to all)
    • Action Details: Update Stage to In Progress (or your desired stage)
    • Save & Close (modal closes)
  7. Save the Automation Rule.

Screenshots

Automation Rule form

Create Actions modal


Notes

  • You can adjust Helpdesk Team and Stage to fit your workflow.
  • This method needs no Python code.

Disclaimer

This is a method I’ve tested successfully in Odoo 18, but there may be other ways or even better ways to achieve the same result.

It might also work in previous Odoo versions that support Automation Rules in the UI, though I haven’t tested it outside of 18.


I hope this guide is helpful to others working on similar workflows.

If you have suggestions, improvements, or alternative methods, I’d love to hear your feedback!

Thanks for reading!

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
3
thg 3 25
4812
0
thg 5 21
3951
1
thg 4 25
2213
0
thg 8 24
1188
2
thg 8 24
2451