You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
687 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Form view of pdf.report-->
<record id="pdf_report_view_form" model="ir.ui.view">
<field name="name">pdf.report.view.form</field>
<field name="model">pdf.report</field>
<field name="arch" type="xml">
<form>
<h2>Do you want to print the report??</h2>
<footer>
<button name="action_print_pdf_report" string="Print"
type="object" class="oe_highlight"/>
<button string="Cancel" special="cancel" class="oe_link"/>
</footer>
</form>
</field>
</record>
</odoo>