Skip to content

Allow scripting #103

@omacchioni

Description

@omacchioni

Use case: run non-interactively a bunch of commands against Odoo...

This would allow things like:

#!bin/erppeek

users = model('res.users').browse()
for user in users:
  print user.login

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions