Hi,
It's a bit confusing for me : I would like to modify / override a button displayed in the header of a form to match the action of the button to one of mine defined in Configuration -> Actions -> Actions.
An example: I've defined a new action which type is "ir.actions.report.xml" to output a special report for the sale.order form. I would like to replace the print button in the header of this form by one to launch my new action. I found the line : button name="print_quotation" string="Print" type="object" states="draft" class="oe_highlight" groups="base.group_user"
But what's next ? override with a new button ? Which is the button "type" I need to fill in my xml ?
Many thanks for your advices. Regards.