This question has been flagged
1 Reply
4245 Views

I am using OpenERP for my local usage.
I need a clarification, I want to send notification email to other users when a Purchase order is confirmed by Admin user.

Please guide me or point me to correct document where I can get the appropriate information.

Thanks in advance.
Vish

Edit: When Admin confirms the PO, it is sending the to Supplier automatically. But my requirement is, it has to send to other users created in my ERP system.

Avatar
Discard
Best Answer

HI,

You can refer one of the following link for sending mail/notification on confirmation of Purchase Order: 1. http://blogs.bistasolutions.com/2012/09/19/automated-emails-for-confirming-sales-order-in-openerp/ 2. http://www.youtube.com/watch?v=Rq9NrrHlAuk 3. http://www.youtube.com/watch?v=BKZfCHTe8Gk

Hope this helps.

Avatar
Discard
Author

Thank you for the Quick reply. I have created the server action already. But I am not sure what is the object we need to use in template. Like ${object.partner_id.id} for partners, just like that, do we have any object for the user Group.? my user group is: "purchase.group_purchase_user".