Obtener Tryton

Tryton tiene un Arquitectura de tres capas. It is composed of an application server which connects to a PostgreSQL database, a web or desktop client for the presentation and a set of server modules for the business logic.

Tryton is released by series (same major and minor version numbers) every 6 months and they are supported for 1 year except for new major which has long term support of 5 years.

Imagen Docker

A docker container that comes pre-installed with the server, modules and web client. This is a very simple way of locally installing and exploring the application. It is also production ready for easy deployment. These images are updated every week.

Descargar

Cliente de escritorio

A ready-to-use client for your desktop. You can manage and connect to different servers using the same client.

Versión actual:
Windows 64 bits macOS x86-64 macOS arm64 Linux Flatpak

Soporte a largo plazo:
Windows 64 bits macOS Linux Flatpak

Para otras plataformas, usa el archivos fuente

En macOS, según tu configuración, puede que necesites authorize the Tryton App

Archivos fuente

The source code for the release of each component is available in an archive file. These are useful for creating packages.

Versión actual:
Explorar Servidor Cliente de escritorio Cliente web Cliente de consola Cliente REST

Soporte a largo plazo:
Explorar Servidor Cliente de escritorio Cliente web Cliente de consola Cliente REST

Chronos

We also publish an optional add-on that can be used to manage timesheets from inside your browser.

Firefox Chrome

Paquetes

Todos los paquetes también se publican en el Python Package Index. Tryton modules from third parties can also be found there.
Puedes instalarlos usando el pip herramienta de línea de comandos:

$ python -m pip install trytond       # server
$ python -m pip install tryton        # client
$ python -m pip install trytond_sale  # sale module

Reemplazar trytond_sale with the name of the module needed.

El cliente web no se puede instalar con pip, you must follow this procedimiento de instalación.

Distribuciones

Tryton is also packaged and distributed by third-party volunteers. These generally provide better integration with the operating system, but often there is a delay before new versions make it into their distributions.

Módulos de terceros

Tryton tiene un gran ecosistema de módulos.
Para facilitar tu elección, mantenemos una lista curada de módulos de terceros.