Skip to Content
Menu
This question has been flagged
1 Reply
2218 Views

How can I add a button to an Approval Request to make it quicker to create a Purchase Order?

Avatar
Discard
Best Answer

To add this:


Make this custom view:

<button name="action_confirm" position="before">
<button name="352" class="oe_highlight" string="Purchase Order" type="action"
attrs="{'invisible': [('request_status','!=','approved')]}"/>
</button>


Note:  The action to specify was taken from the URL when you click the Request for Quotations menu:

Avatar
Discard