This question has been flagged
1 Reply
3108 Views

I need to change the flow of sale order as after confirming the sale order user should have to approve the sale order ,so How can i add a approvel button into the form and how can we check the approval

Avatar
Discard
Best Answer

Hi,

You can add confirm button from sale_view.xml. After addition, You need to change existing workflow by adding transitions for confirm to approval state and for confirm button also. And add related function in py file if required.
Hope this may help you. 

Avatar
Discard