From 8db95037f2babd47bc97730344ed66abf3d6de94 Mon Sep 17 00:00:00 2001 From: Yann Papouin Date: Wed, 22 Mar 2023 16:55:05 +0100 Subject: [PATCH 1/2] [FIX] hr_holidays_public: Translatable action --- hr_holidays_public/wizards/holidays_public_next_year_wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hr_holidays_public/wizards/holidays_public_next_year_wizard.py b/hr_holidays_public/wizards/holidays_public_next_year_wizard.py index 346053ed..c55a8609 100644 --- a/hr_holidays_public/wizards/holidays_public_next_year_wizard.py +++ b/hr_holidays_public/wizards/holidays_public_next_year_wizard.py @@ -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, From 5ca067ec5cc387f8e4479b542e502c93e5fd9ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Duy=20=28=C4=90=E1=BB=97=20Anh=29?= Date: Tue, 1 Oct 2024 11:32:45 +0700 Subject: [PATCH 2/2] oca-port: blacklist PR(s) 44, 50, 94, 101 for hr_holidays_public --- .oca/oca-port/blacklist/hr_holidays_public.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .oca/oca-port/blacklist/hr_holidays_public.json diff --git a/.oca/oca-port/blacklist/hr_holidays_public.json b/.oca/oca-port/blacklist/hr_holidays_public.json new file mode 100644 index 00000000..73a9a1b8 --- /dev/null +++ b/.oca/oca-port/blacklist/hr_holidays_public.json @@ -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" + } +}