diff --git a/shell/README.rst b/shell/README.rst index d8be151da..b03c5fcb5 100644 --- a/shell/README.rst +++ b/shell/README.rst @@ -36,8 +36,19 @@ Example session: >>> self.env['res.partner'].search([('name', 'like', 'Ag')]) res.partner(7, 51) + + +Troubleshooting +=============== +If the command does nothing, or if you have the error + Usage: odoo.py [options] + odoo.py: error: unrecognized parameters: 'shell' + +it is surely because of the order of the parameters. Try the following: + + $ ./odoo.py --addons-path=, shell --config= -d Bug Tracker ===========