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.
12 lines
378 B
12 lines
378 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<report
|
|
id="action_report_print_timesheets"
|
|
model="timesheet.wizard"
|
|
report_type="qweb-pdf"
|
|
string="Timesheets"
|
|
name="timesheets_by_employee.report_timesheets"
|
|
file="timesheets_by_employee.report_timesheets"
|
|
menu="False"
|
|
/>
|
|
</odoo>
|
|
|