<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
    <record id="hr_timesheet_attendance_report_restricted_company_rule" model="ir.rule">
        <field name="name">Restricted Timesheet attendance Record: multi-company</field>
        <field name="model_id" ref="model_hr_timesheet_attendance_report"/>
        <field name="domain_force"> ['|', ('company_id', 'in', company_ids), ('company_id', '=', False)]</field>
    </record>
</odoo>
