mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-27 03:52:00 +02:00
9 lines
263 B
XML
9 lines
263 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo noupdate="1">
|
|
<record id="base.main_company" model="res.company">
|
|
<field
|
|
name="hr_attendance_autoclose_reason"
|
|
ref="hr_attendance_reason_check_out"
|
|
/>
|
|
</record>
|
|
</odoo>
|