Skip to main content

Tryton server

Project description

The server of the Tryton application platform. A three-tiers high-level general purpose application platform written in Python and use Postgresql as main database engine. It is the core base of an Open Source ERP. It provides modularity, scalability and security.

Installing

See INSTALL

Package Contents

bin/

Script for startup.

doc/

sphinx documentation in reStructuredText. To generate the HTML (trytond module must be in PYTHONPATH):

sphinx-build doc/ doc/

etc/

Configuration files.

trytond/

trytond sources.

Database Backends

Tryton is mainly developed for PostgreSQL (8.2 or later) but there are other backends available. Here are some warnings about using other backends:

  • MySQL

    • The lock implementation of MySQL requires that Tryton locks all tables.

    • There are problems with floating-point comparisons. See: http://dev.mysql.com/doc/refman/5.5/en/problems-with-float.html

    • Tryton uses a VARCHAR(255) for Char, Selection and Reference fields.

    • MySQL can not create indexes containing text or blob fields.

    • Timestamp has a precision of second which is used for optimistic lock.

    • Tryton uses a DECIMAL(65, 30) for Decimal fields and DOUBLE(255, 30) for Float fields.

    • MySQL version should be 5.0 or later.

  • SQLite

    • SQLite can not alter column definitions nor create foreign keys.

    • SQL constraints are validated by Tryton instead of database.

    • Timestamp has a precision of second which is used for optimistic lock.

Support

If you encounter any problems with Tryton, please don’t hesitate to ask questions on the Tryton bug tracker, mailing list, wiki or IRC channel:

http://bugs.tryton.org/ http://groups.tryton.org/ http://wiki.tryton.org/ irc://irc.freenode.net/tryton

License

See LICENSE

Release history Release notifications | RSS feed

This version

4.4.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trytond-4.4.0.tar.gz (596.9 kB view details)

Uploaded Source

Built Distributions

trytond-4.4.0-py3-none-any.whl (700.1 kB view details)

Uploaded Python 3

trytond-4.4.0-py2-none-any.whl (700.2 kB view details)

Uploaded Python 2

File details

Details for the file trytond-4.4.0.tar.gz.

File metadata

  • Download URL: trytond-4.4.0.tar.gz
  • Upload date:
  • Size: 596.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for trytond-4.4.0.tar.gz
Algorithm Hash digest
SHA256 263ba19bf92fb7c80724d466a95d03d1ea4bd1cf8ca9617ece01e48e3481bd38
MD5 175f848026fd4bbb2107274f44e321cd
BLAKE2b-256 251b3c71f69294a0b1a96dc9c9a9a737dd8d717eaefbaee6bcd46b6997f97c23

See more details on using hashes here.

Provenance

File details

Details for the file trytond-4.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for trytond-4.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6922d900f6be64c912a80c94872463993e763cfc87d26c1c7ae960d5324d3040
MD5 6c3e4f635a126a9574e5f87574582296
BLAKE2b-256 ce97e5cc4e7e8c6fccd07b1a232269a25dfaef2f7477eca337dcd845101411e4

See more details on using hashes here.

Provenance

File details

Details for the file trytond-4.4.0-py2-none-any.whl.

File metadata

File hashes

Hashes for trytond-4.4.0-py2-none-any.whl
Algorithm Hash digest
SHA256 73d377e78d5d1cef316e34101d78d303a9d897cf9dcac1f6ae7bef748e45cdcd
MD5 895ca913c05ee7c330120c79e6bee510
BLAKE2b-256 67379e2801598102e698283a47db9b6a332e3e828b34423e5fa595cdb9c5c8bc

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page