Skip to content

Commit

Permalink
[FIX] hr_holidays_public: Translatable action
Browse files Browse the repository at this point in the history
  • Loading branch information
ypapouin authored and xaviedoanhduy committed Oct 1, 2024
1 parent fdfbef9 commit 8db9503
Showing 1 changed file with 1 addition and 1 deletion.
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 8db9503

Please sign in to comment.