Merge pull request #5155 from expsa/hr_report_groups

security
This commit is contained in:
eslamtalaat744 2025-11-02 17:31:25 +02:00 committed by GitHub
commit 83d4673c4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,14 +5,14 @@
<!-- Security Groups -->
<record id="group_attendance_report_user" model="res.groups">
<field name="name">Attendance Report User</field>
<field name="category_id" ref="base.module_category_human_resources"/>
<field name="category_id" ref="hr_base.module_category_human_resources"/>
<field name="comment">Can view and generate attendance reports</field>
<field name="implied_ids" eval="[(4, ref('hr.group_hr_user'))]"/>
</record>
<record id="group_attendance_report_manager" model="res.groups">
<field name="name">Attendance Report Manager</field>
<field name="category_id" ref="base.module_category_human_resources"/>
<field name="category_id" ref="hr_base.module_category_human_resources"/>
<field name="comment">Can configure attendance report settings</field>
<field name="implied_ids" eval="[(4, ref('group_attendance_report_user')), (4, ref('hr.group_hr_manager'))]"/>
</record>