Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[15.0[FIX] hr_attendance_reason: show reasons config to attendance admins #202

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions hr_attendance_reason/views/hr_attendance_reason_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,10 @@
sequence="110"
groups="hr_attendance.group_hr_attendance_manager"
/>
<record id="hr_attendance.menu_hr_attendance_settings" model="ir.ui.menu">
<!-- We need to leave the action empty for consistency because we are going
to set different submenus, otherwise the configuration menu would not be
displayed to a basic user. !-->
<field name="action" eval="False" />
</record>
</odoo>
Loading