<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <!-- Geofencing only works if the browser is actually asked for GPS
         coordinates on check-in, which core hr_attendance gates behind
         this company setting (Attendances > Configuration > Settings). -->
    <record id="base.main_company" model="res.company">
        <field name="attendance_device_tracking">1</field>
    </record>
</odoo>
