File: hr_payroll_holidays_demo.xml

package info (click to toggle)
odoo 18.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 878,716 kB
  • sloc: javascript: 927,937; python: 685,670; xml: 388,524; sh: 1,033; sql: 415; makefile: 26
file content (7 lines) | stat: -rw-r--r-- 322 bytes parent folder | download
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<odoo>
        <!-- add work_entry type to leave type -->
        <record id="hr_holidays.resource_public_time_off_1" model="resource.calendar.leaves">
            <field name="work_entry_type_id" ref="hr_work_entry_contract.work_entry_type_leave"></field>
        </record>
</odoo>