hello I am a beginner in Odoo so I want to customize the buttons when found in the header
how do i call these button in my code
<button name="action_rfq_send" states="draft" string="Send RFQ by Email" type="object" context="{'send_rfq':True}" class="oe_highlight"/>
<button name="action_rfq_send" states="sent" string="Re-Send RFQ by Email" type="object" context="{'send_rfq':True}"/>
what is your need? remove it or add in your new custom view?