Skip to content

Commit d281bab

Browse files
authored
Merge pull request #1482 from ndeet/odoo-18
Update docs for Odoo 18.
2 parents 0eb4446 + 5343a46 commit d281bab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup-deps.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,21 +367,21 @@ done
367367

368368
# Odoo
369369

370-
echo "Setup dependency: Odoo 16 and 17"
370+
echo "Setup dependency: Odoo 16, 17 and 18"
371371

372372
rm -rf "$DOCS_DIR/Odoo"
373373
mkdir -p "$DOCS_DIR/Odoo"
374374

375375
if [ ! -d "$ODOO_DIR" ]; then
376376
git clone https://github.com/btcpayserver/odoo.git "$ODOO_DIR"
377377
else
378-
cd "$ODOO_DIR" && git checkout 17.0 && git pull
378+
cd "$ODOO_DIR" && git checkout 18.0 && git pull
379379
fi
380380

381381
cd "$ODOO_DIR"
382382
cp -r payment_btcpayserver/README.md "$DOCS_DIR/Odoo"
383383
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/
385385
done
386386

387387
# Kukks' plugins

0 commit comments

Comments
 (0)