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 }