[ADD] Three new OCA modules

This commit is contained in:
Jorge Enrique Gómez Gómez 2023-03-16 21:36:30 -05:00
parent 25baae531c
commit d24c5ff637

View File

@ -9,7 +9,7 @@ if [ $UID != 0 ]; then
exit 1 exit 1
fi fi
DESTDIR=/opt/odoo DESTDIR=/home/jorgee/src/odoo/dev/
Help () Help ()
{ {
@ -33,8 +33,8 @@ pt_core ()
OPTIONS="-p1 --verbose" OPTIONS="-p1 --verbose"
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/20230206_ir-attachment_allow-portal-users-attachment-access.patch git apply $OPTIONS $SRC/patches/20230206_ir-attachment_allow-portal-users-attachment-access.patch
# Reverted in https://github.com/odoo/odoo/commit/8d1d62a8c0746abb30f97290304b761f74111a89: # Reverted in https://github.com/odoo/odoo/commit/8d1d62a8c0746abb30f97290304b761f74111a89:
#git apply $OPTIONS $SRC/patches/20220204_mail_re-enables-buttons-in-notifications.patch #git apply $OPTIONS $SRC/patches/20220204_mail_re-enables-buttons-in-notifications.patch