[REM] Removes patch already fixed in core

This commit is contained in:
Jorge Enrique Gómez Gómez 2022-03-06 23:03:01 -05:00
parent 9afa35f1fb
commit b12752faf0

View File

@ -34,7 +34,8 @@ pt_core ()
pushd $DEST pushd $DEST
git apply $OPTIONS $SRC/patches/20210603_auth-oauth_redirects-to-root.patch 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/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 popd
} }