Hi Dears,
I am using Odoo 10. I am able to send the mail using python code. Now my requirement is to send two buttons approve and reject inside the mail. When user clicks approve button then the actual record in the database should approve. And reject button should also work in the same manner. How can I achieve this plz help. I tried below link
https://www.odoo.com/forum/help-1/question/how-to-approve-a-record-through-email-120980
I want to know what we have to send in href of a button or link. Then how will it call the appropriate function in model or controller to do some task there.