Hello ALL,
I have created a form in odoo 11 and want all information on that form should be downloaded in PDF and printed after.
I have created a button to print but i know how to get the report action id and how can i create the report action id to be able to work with the button.
Here is the button i have created: <button name="%(print_pdf)d" string="Print" type="action" class="oe_highlight" icon="fa-print"/>
Please help!!!!!!!