File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -367,21 +367,21 @@ done
367
367
368
368
# Odoo
369
369
370
- echo " Setup dependency: Odoo 16 and 17 "
370
+ echo " Setup dependency: Odoo 16, 17 and 18 "
371
371
372
372
rm -rf " $DOCS_DIR /Odoo"
373
373
mkdir -p " $DOCS_DIR /Odoo"
374
374
375
375
if [ ! -d " $ODOO_DIR " ]; then
376
376
git clone https://github.com/btcpayserver/odoo.git " $ODOO_DIR "
377
377
else
378
- cd " $ODOO_DIR " && git checkout 17 .0 && git pull
378
+ cd " $ODOO_DIR " && git checkout 18 .0 && git pull
379
379
fi
380
380
381
381
cd " $ODOO_DIR "
382
382
cp -r payment_btcpayserver/README.md " $DOCS_DIR /Odoo"
383
383
for file in " $DOCS_DIR " /Odoo/* .md; do
384
- update_external " $file " https://github.com/btcpayserver/odoo https://github.com/btcpayserver/odoo/edit/17 .0 " $DOCS_DIR " /Odoo/
384
+ update_external " $file " https://github.com/btcpayserver/odoo https://github.com/btcpayserver/odoo/edit/18 .0 " $DOCS_DIR " /Odoo/
385
385
done
386
386
387
387
# Kukks' plugins
You can’t perform that action at this time.
0 commit comments