Hello friends,
I want to add a new item in drop menu in Odoo 13 like a "Cancel" for changing status from active to cancel. It is work like a "Delete" in drop menu without calling a form view.
So I need to execute one method in my model for just changing a status, but I can not!
Can you help me...