Skip to content

Commit

Permalink
[ADD] #40 hide the generic vacation wizard to only show the de-specif…
Browse files Browse the repository at this point in the history
…ic one

fixes #40
  • Loading branch information
hbrunn committed Nov 13, 2023
1 parent 676216f commit 6ee55e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions verdigado_attendance/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"views/hr_attendance_report.xml",
"views/hr_leave_type.xml",
"views/hr_menu_human_resources_configuration.xml",
"views/menu.xml",
],
"demo": [
"demo/res_users.xml",
Expand Down
9 changes: 9 additions & 0 deletions verdigado_attendance/views/menu.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record
id="hr_holidays_public.menu_create_next_year_public_holidays"
model="ir.ui.menu"
>
<field name="groups_id" eval="[(6, 0, [ref('base.group_no_one')])]" />
</record>
</odoo>

0 comments on commit 6ee55e4

Please sign in to comment.