How can I add a button to an Approval Request to make it quicker to create a Purchase Order?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
2218
Views
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:
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up