Hi Odoo Community,
I’m working on implementing an approval workflow in Odoo v18 and would appreciate your suggestions on which of the following two concepts would be more suitable for automation and code implementation:
Concept 1:
Use an email template with embedded buttons (e.g., Approve / Reject) that, when clicked, will update the status in Odoo directly — even without requiring the user to log in.
Concept 2:
Allow the recipient of the email to approve or reject by replying to the email (e.g., to a different recipient address for each action). The system will then process incoming emails and update the status accordingly based on the reply content or address.
I’d love to hear your thoughts on which approach is more effective or scalable, and how the automation or coding process could work with email templates in either case.
Thanks in advance for your help!