[ADD] oe: provides sane (unfucked) command-line interface.
authorVo Minh Thu <vmt@openerp.com>
Fri, 11 Jan 2013 13:46:57 +0000 (14:46 +0100)
committerVo Minh Thu <vmt@openerp.com>
Fri, 11 Jan 2013 13:46:57 +0000 (14:46 +0100)
commit3da57500c279cd19fa6d561eef149d708383138d
treee6ea46397217349ff0381b91346a1ba02394e14b
parent3478333bca1a28483c1c7eb90431cb1e979c74ba
[ADD] oe: provides sane (unfucked) command-line interface.

The implementation is far from perfect. Some improvements are waiting in
its previous location: lp:~openerp/openerp-command.

Some docs are provided, see doc/openerp-command.rst and
doc/adding-command.rst.

bzr revid: vmt@openerp.com-20130111134657-im2f3uqjluyo4pm6
25 files changed:
doc/adding-command.rst [new file with mode: 0644]
doc/index.rst
doc/openerp-command.rst [new file with mode: 0644]
oe [new file with mode: 0755]
oe-bash-completion [new file with mode: 0644]
openerpcommand/__init__.py [new file with mode: 0644]
openerpcommand/addons/bench_sale_mrp/__init__.py [new file with mode: 0644]
openerpcommand/addons/bench_sale_mrp/__openerp__.py [new file with mode: 0644]
openerpcommand/addons/bench_sale_mrp/data.yml [new file with mode: 0644]
openerpcommand/bench_sale_mrp.py [new file with mode: 0644]
openerpcommand/benchmarks.py [new file with mode: 0644]
openerpcommand/call.py [new file with mode: 0644]
openerpcommand/client.py [new file with mode: 0644]
openerpcommand/common.py [new file with mode: 0644]
openerpcommand/conf.py [new file with mode: 0644]
openerpcommand/drop.py [new file with mode: 0644]
openerpcommand/initialize.py [new file with mode: 0644]
openerpcommand/main.py [new file with mode: 0644]
openerpcommand/model.py [new file with mode: 0644]
openerpcommand/module.py [new file with mode: 0644]
openerpcommand/read.py [new file with mode: 0644]
openerpcommand/run_tests.py [new file with mode: 0644]
openerpcommand/scaffold.py [new file with mode: 0644]
openerpcommand/uninstall.py [new file with mode: 0644]
openerpcommand/update.py [new file with mode: 0644]