Skip to content

Commit

Permalink
fixup! [UPD] shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspaulb committed Oct 29, 2021
1 parent 71d8792 commit 9f7dc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ SCRIPT_PATH=$(cd "$(/usr/bin/dirname "$0")" && /bin/pwd)
ODOO_WORK_DIR=$SCRIPT_PATH

# Note: in Odoo 8.0 this requires OCA 'shell' module to be installed.
cd $ODOO_WORK_DIR && . .venv/bin/activate && odoo shell -c ./auto/odoo.conf --xmlrpc-port=18080
cd $ODOO_WORK_DIR && . .venv/bin/activate && odoo --addons-path=auto/addons shell -c ./auto/odoo.conf --xmlrpc-port=18080

0 comments on commit 9f7dc06

Please sign in to comment.