Use case: run non-interactively a bunch of commands against Odoo... This would allow things like: ```python #!bin/erppeek users = model('res.users').browse() for user in users: print user.login ```