[ADD] Three new OCA modules
This commit is contained in:
parent
25baae531c
commit
d24c5ff637
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user