Commit Graph

3 Commits

Author SHA1 Message Date
Дмитро Катюха 7d12d4aaa1 Fixed bug in 'oe' script when passing no arguments
When no arguments passed to 'oe' script next exception was thrown:

```
Traceback (most recent call last):
  File "./oe", line 5, in <module>
    if sys.argv[1] == 'run-tests':
IndexError: list index out of range
```
2014-05-19 15:06:59 +03:00
Antony Lesuisse 98641cff67 [FIX] temp fix for runbot-job
bzr revid: al@openerp.com-20140217000702-xgi1lidpkjdvpnzf
2014-02-17 01:07:02 +01:00
Vo Minh Thu 3da57500c2 [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
2013-01-11 14:46:57 +01:00