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
695 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Create an action for printing pdf report-->
<record id="action_report_print_timesheets" model="ir.actions.report">
<field name="name">Timesheets</field>
<field name="model">timesheet.report</field>
<field name="report_type">qweb-pdf</field>
<field name="report_name">timesheets_by_employee.report_timesheet_employee</field>
<field name="report_file">timesheets_by_employee.report_timesheet_employee</field>
<field name="binding_model_id" ref="model_timesheet_report"/>
<field name="binding_type">report</field>
</record>
</odoo>