i create button to show RFQ code is below
```
<div class="oe_button_box" name="button_box">
<button class="oe_stat_button" name="%(purchase.purchase_rfq)d" type="action" icon="fa-arrows-v"
context="{'default_ssr_id': [active_id],'search_default_ssr_id': [active_id]}">
<field name="po_count" widget="statinfo" string="PO"/>
</button>
</div>
```
its not show record it's show complete list of RFQ ....