Automatically send an invoice email to customers in Odoo 18 when their order is shipped by creating an automated action that triggers upon delivery completion.
Welcome!
Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.
This question has been flagged
1
Reply
59
Views
Hi,
Steps:
Go to Settings → Technical → Automation → Automated Actions (Developer Mode must be active).
Create a new automated action:
Model: Stock Picking (Delivery Order)
Trigger: On Update
Filter domain:
[('state', '=', 'done'),
('picking_type_code', '=', 'outgoing'),
('partner_id.x_auto_invoice', '=', True)]
Hope it helps.
Your Answer
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up