OpenERP Web
  • Getting Started with OpenERP Web
    • Installing
    • Launching
  • Deploying OpenERP Web
    • In-depth configuration
    • Deployment Options
      • Serving via WSGI
        • Apache mod_wsgi
        • NGinx mod_wsgi
        • uWSGI
        • Gunicorn
        • FastCGI, SCGI, or AJP
      • Behind a proxy
        • Apache mod_proxy
        • NGinx HttpProxy
  • OpenERP Web as a widgets provider
  • Developing OpenERP Web Addons
    • Structure
    • Namespacing
      • Python
      • JavaScript
    • Creating new standard roles
      • Widget
        • Subclassing Widget
      • Views
        • Registering a view
        • Standard view behaviors
    • Frequent development tasks
      • Creating a new client action
        • General Structure
      • Adding a sidebar to a view
        • Initialization
        • Sidebar communication protocol
        • Programmatic folding and unfolding
    • Translations
      • Making strings translatable
        • QWeb
        • JavaScript
        • Extracting strings
    • Utility behaviors
      • JavaScript
    • Testing
      • Python
      • Python
  • OpenERP Web Core and standard addons
    • Standard Views
      • Search View
        • Events
        • Input management
        • Life cycle
        • Widgets
        • Inputs
      • List View
        • Creation and Initialization
        • Events
    • Internal API Doc
      • Python
    • Testing
      • Python
  • The OpenERP Web open-source project
    • Getting involved
      • Translations
      • Bug reporting
      • Source code repository
      • Merge proposals
      • Coding issues and coding conventions
        • Javascript coding
      • Writing documentation
        • Guides and main documentation
        • Python API Documentation
        • Javascript API documentation
    • OpenERP Web over time
      • Release process
      • Roadmap
      • Release notes
  • Main differences with the 6.0 client
 
OpenERP Web
  • Docs »
  • Welcome to OpenERP Web’s documentation!
  • View page source

Welcome to OpenERP Web’s documentation!¶

Contents:

  • Getting Started with OpenERP Web
    • Installing
    • Launching
  • Deploying OpenERP Web
    • In-depth configuration
    • Deployment Options
  • OpenERP Web as a widgets provider
  • Developing OpenERP Web Addons
    • Structure
    • Namespacing
    • Creating new standard roles
    • Frequent development tasks
    • Translations
    • Utility behaviors
    • Testing
  • OpenERP Web Core and standard addons
    • Standard Views
    • Internal API Doc
    • Testing
  • The OpenERP Web open-source project
    • Getting involved
    • OpenERP Web over time
  • Main differences with the 6.0 client

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2011, OpenERP S.A..

Built with Sphinx using a theme provided by Read the Docs.