Skip to main content
Ctrl+K

Tryton server

  • Using trytond
    • How to install Tryton
    • Configuration file for Tryton
    • How to setup a database
    • Logging configuration
    • How to start the server
    • Models
    • Backend Types supported
    • Default value of fields
    • on_change of fields
    • Domain
    • PYSON
    • Access Rights
    • User Errors and Warnings
    • Triggers
    • Actions
    • Views
    • Extending View
    • Wizard
    • Reports
    • Remote Procedure Call
    • Task Queue
    • Scheduled Actions
    • User Application
    • Sending notifications
    • Modules
    • Translation
    • Testing
  • API Reference
    • Models
    • Fields
    • Wizard
    • PYSON
    • Transaction
    • Exceptions
    • Backend
    • Tools
      • barcode
      • Email
      • ImmutableDict
      • logging
      • Miscellaneous
      • qrcode
      • Singleton
      • timezone
    • Pool
    • RPC
    • Internationalization
    • Sendmail
    • FileStore
    • Cache
    • Bus
    • Tests
  • Builtin Modules
    • Resource Module
      • Setup
      • Usage
      • Design
  • Tutorials
    • Module Tutorial
      • Setup
      • Initialize the database
      • Anatomy of a module
      • Define model
      • Display records
      • Set default values
      • React to user input
      • Add computed fields
      • Add domain restriction to fields
      • Define workflow
      • Add dynamic state to fields
      • Extend model
      • Create wizard
      • Create report
      • Define aggregated model
  • Release notes
  • Repository
  • Show source
  • Suggest edit

Builtin Modules

Builtin Modules#

Tryton comes with modules that are integral to every installation and are always activated.

  • Resource Module
    • Setup
    • Usage
    • Design

previous

Tests

next

Resource Module