From d24c5ff63776a93c97f9f0cac5e062f748299a49 Mon Sep 17 00:00:00 2001 From: "Jorge E. Gomez" Date: Thu, 16 Mar 2023 21:36:30 -0500 Subject: [PATCH] [ADD] Three new OCA modules --- apply_patches.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apply_patches.sh b/apply_patches.sh index fa404d7..ecb3561 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -9,7 +9,7 @@ if [ $UID != 0 ]; then exit 1 fi -DESTDIR=/opt/odoo +DESTDIR=/home/jorgee/src/odoo/dev/ Help () { @@ -33,8 +33,8 @@ pt_core () OPTIONS="-p1 --verbose" 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/20210603_auth-oauth_redirects-to-root.patch + #git apply $OPTIONS $SRC/patches/20220131_purchase-requisition_match-variant.patch git apply $OPTIONS $SRC/patches/20230206_ir-attachment_allow-portal-users-attachment-access.patch # Reverted in https://github.com/odoo/odoo/commit/8d1d62a8c0746abb30f97290304b761f74111a89: #git apply $OPTIONS $SRC/patches/20220204_mail_re-enables-buttons-in-notifications.patch