ERPpeek

Versatile tool for browsing OpenERP data
Download

ERPpeek Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Florent Xicluna
  • Publisher web site:
  • http://github.com/florentx/

ERPpeek Tags


ERPpeek Description

ERPpeek is a versatile tool for browsing OpenERP data.Download the latest release from PyPI:pip install erppeekERPpeek carries three completing uses:1. with command line arguments2. as an interactive shell3. as a client library1. Command line argumentsSee the introduction on this page or:erppeek --help2. Interactive useEdit erppeek.ini and declare the environment(s):host = localhostport = 8069database = openerpusername = adminusername = demopassword = demoConnect to the OpenERP server:erppeek --listerppeek --env demoThis is a sample session:demo >>> model('users')demo >>> count('res.users')4demo >>> read('ir.cron', , 'active function')demo >>>demo >>> client.modules('delivery'){'uninstalled': }demo >>> client.upgrade('base')1 module(s) selected42 module(s) to update: to upgrade account to upgrade account_chart to upgrade account_tax_include to upgrade base ...demo >>>Main commands:search(obj, domain)search(obj, domain, offset=0, limit=None, order=None) # Return a list of IDscount(obj, domain) # Count the matching objectsread(obj, ids, fields=None)read(obj, domain, fields=None)read(obj, domain, fields=None, offset=0, limit=None, order=None) # Return values for the fieldsmodel(name) # List models matching patternkeys(obj) # List field names of the modelfields(obj, names=None) # Return details for the fieldsfield(obj, name) # Return details for the fieldaccess(obj, mode='read') # Check access on the modeldo(obj, method, *params) # Generic 'object.execute'wizard(name) # Return the 'id' of a new wizardwizard(name_or_id, datas=None, action='init') # Generic 'wizard.execute'exec_workflow(obj, signal, id) # Trigger workflow signalclient # Client object, connectedclient.login(user) # Login with another userclient.connect(env) # Connect to another env.client.modules(name) # List modules matching patternclient.upgrade(module1, module2, ...) # Upgrade the modulesProduct's homepage


ERPpeek Related Software