mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
11 lines
402 B
XML
11 lines
402 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<!-- add overtime type+rules on internal demo type -->
|
|
<record id="hr_timesheet_work_entry.work_input_timesheet_internal" model="hr.work.entry.type">
|
|
<field name="overtime_type_id" ref="hr_payroll_overtime.work_entry_overtime_type"/>
|
|
<field name="overtime_work_type_id" ref="work_input_timesheet_overtime"/>
|
|
</record>
|
|
|
|
</odoo>
|