Module Tutorial

Module Tutorial#

A step by step tutorial to create a first module. In this tutorial we will create a simple Tryton module to manage business opportunities.

We will use Tryton and SQLite as database, so the installation should be pretty straightforward.

We will call our module opportunity. This simple module will do the following things:

Let’s start with installing Tryton for developers.