Skip to content

Commit

Permalink
Merge PR #144 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Oct 2, 2024
2 parents fdfbef9 + 5ca067e commit 045b5d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .oca/oca-port/blacklist/hr_holidays_public.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"pull_requests": {
"44": "(auto) Nothing to port from PR #44",
"50": "(auto) Nothing to port from PR #50",
"94": "(auto) Nothing to port from PR #94",
"101": "(auto) Nothing to port from PR #101"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def create_public_holidays(self):

action = {
"type": "ir.actions.act_window",
"name": "New public holidays",
"name": _("New public holidays"),
"view_mode": "tree,form",
"res_model": "hr.holidays.public",
"domain": domain,
Expand Down

0 comments on commit 045b5d8

Please sign in to comment.