odoo/openerp/cli
Daniel Reis 8880edd4fb [FIX] cli: start command path option does not work
Using the `start` CLI command with the `--path` or `-p` option arrors with:

    odoo.py: error: no such option: --path

This is because the `--path` option is passed on the server start routine,
and it's invalid there.
A workaround is to remove those command options from the arguments passed
to the main() server start.

Closes #5896
2015-06-30 13:57:14 +02:00
..
templates [FIX] Scaffolding: moved two files to better reflect the architecture we currently use for our themes 2015-03-02 16:38:35 +01:00
__init__.py Added odoo start command 2014-05-30 17:06:16 +02:00
deploy.py Added --force to odoo deploy 2014-06-11 09:55:17 +02:00
scaffold.py [FIX] Packaging, Scaffolding: template files extension 2015-03-02 16:38:34 +01:00
server.py [FIX] handling of big fields in CSV 2015-02-27 14:11:21 +01:00
start.py [FIX] cli: start command path option does not work 2015-06-30 13:57:14 +02:00