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.
 
 
 
 
 

13 lines
577 B

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="edit_project" model="ir.ui.view">
<field name="name">edit.project.view.form.inherit.project.report.pdf</field>
<field name="model">project.project</field>
<field name="inherit_id" ref="project.edit_project"/>
<field name="arch" type="xml">
<xpath expr="//header" position="inside">
<button name="%(project_report_pdf.action_project_report)d" type="action" string="Print" class="oe_highlight"/>
</xpath>
</field>
</record>
</odoo>