From b12752faf046139047de3e4bc8e8b1dfd8be9fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20E=2E=20G=C3=B3mez?= Date: Sun, 6 Mar 2022 23:03:01 -0500 Subject: [PATCH] [REM] Removes patch already fixed in core --- apply_patches.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apply_patches.sh b/apply_patches.sh index 03701f9..c4e460e 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -34,7 +34,8 @@ pt_core () pushd $DEST git apply $OPTIONS $SRC/patches/20210603_auth-oauth_redirects-to-root.patch git apply $OPTIONS $SRC/patches/20220131_purchase-requisition_match-variant.patch - git apply $OPTIONS $SRC/patches/20220204_mail_re-enables-buttons-in-notifications.patch + # Reverted in https://github.com/odoo/odoo/commit/8d1d62a8c0746abb30f97290304b761f74111a89: + #git apply $OPTIONS $SRC/patches/20220204_mail_re-enables-buttons-in-notifications.patch popd }