Navigation

  • index
  • next |
  • OpenERP Server Developers Documentation 7.0b documentation »

OpenERP Server Developers Documentation¶

OpenERP Server¶

  • Getting started with OpenERP development
    • Installation from sources
    • Command line options
    • Configuration
    • Start-up script
  • Architecture
    • OpenERP as a multitenant three-tiers architecture
    • MVC architecture in OpenERP
    • Network communications and WSGI
    • Process model
  • Modules
    • Module structure
    • Objects, Fields and Methods
    • Views and Events
    • Menus and Actions
    • Example of module creation
    • Module versioning
    • Report declaration
  • Security in OpenERP: users, groups
    • Users
    • User groups
    • Rights
    • Access rights
    • Menu accesses
    • Views customization
    • Administration
  • Workflows
    • Basics
    • Transitions
    • Activities
  • Test framework
    • Writing tests
    • Running the tests
    • TestCase subclasses
  • Miscellanous
    • On Change Methods
    • Font style in list views
    • Need action mechanism
    • User avatar
    • Bulk Import
    • Perfoming joins in select
    • QWeb
  • Deploying with Gunicorn
    • Summary
    • Sample configuration file
    • Configuration
    • Running
  • Deploying with mod_wsgi
    • Summary
    • Python (WSGI) application
    • Apache Configuration
    • Running
  • Form Views Guidelines
    • Business Views
    • Configuration Forms and Wizards
  • Ir Actions
    • Server actions

OpenERP Command¶

  • The oe script
  • Available commands
  • Adding a new command

OpenERP Server API¶

  • ORM methods
  • ORM and models
  • Routing

Changelog¶

  • Changelog

Concepts¶

Database ID
The primary key of a record in a PostgreSQL table (or a virtual version thereof), usually varies from one database to the next.
External ID

Logo

Other Docs

  • OpenERP Developers Documentation
  • OpenERP Web Developers Documentation
  • OpenERP Users Documentation

Useful Links

  • The OpenERP website
  • The Python programming language

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

© Copyright 2012, OpenERP s.a. Created using Sphinx and a modified Flask theme.