Hello together,
I have installed odoo 9 on windows.
The order process in the shop works. But after sucessful order the user do not receive an automatic confirmation mail.
Is there a way to configure it?
Best regards
cakbulut
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello together,
I have installed odoo 9 on windows.
The order process in the shop works. But after sucessful order the user do not receive an automatic confirmation mail.
Is there a way to configure it?
Best regards
cakbulut
Hi,
You can create an Automated Actions that send mail on order confirm.
Related Document Model : Sale Order
When to Run : On update
Filter : [('state','=','done')]
Server actions to run : Create a server action that send specific mail as needed.
Best regards.
Hi!
On filter there is Domain, Context and Sort. DOes the filter needs to be on all of them?
Hello,
We already have this notification out-of-the-box. As soon as an order is placed from shop, an email is sent to the customer providing all information about order with a quotation copy attached. It could be possible that your Outgoing Email server is not well configured so it doesn't send an email.
If you are testing with a system user, and placing an order, so you will not be notified. Odoo doesn't send an email to the email addresses if To email and From email is same.
Regards.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Please be more specific. Your problem can have too many causes without knowing your environment and what you have exactly done.
Hello Ermin,
thank you for yor answer.
I mean, if the user orders an article in the shop and the order process is sucessful, he/she should receive an automtic confirmation mail with the order number and ordered articles. In Odoo shop you have the full order information in the last step of the order. Exactly this informations I would like send to the customer via mail autmatically.
Best regards
cakbulut