I need to add wizard under the print button in form view, how i achieve this in Odoo 16,
Currently the wizard under the action button how i add this into print button
id="report_id" model="ir.actions.act_window">
name="name">Wizard Report
name="res_model">wizard.wizard
name='view_mode'>form
name="target">new
name="context">{'id': active_id}
name="binding_model_id" ref="model_sale_order"/>