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.2.8

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.2.8.tar.gz (587.9 kB view details)

Uploaded Source

Built Distributions

trytond-4.2.8-py3-none-any.whl (688.9 kB view details)

Uploaded Python 3

trytond-4.2.8-py2-none-any.whl (688.9 kB view details)

Uploaded Python 2

File details

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

File metadata

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

File hashes

Hashes for trytond-4.2.8.tar.gz
Algorithm Hash digest
SHA256 b91506915f1cc42cf8c68c95e99a517141e04cb46340007ad32bfc2fc1bd9cbc
MD5 8ea422d7adcc38488b327b828fde0c37
BLAKE2b-256 9453b55989ccaba463e5e98693e06d6b4236dee293f7d3fc152c1ac8bba0ba0b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for trytond-4.2.8-py3-none-any.whl
Algorithm Hash digest
SHA256 497e9cf41779281444dcee434f10a317a6b7466ae77e7874a23155dd926d8b24
MD5 14f57c4b7eb179027a674ba13c9d3ae0
BLAKE2b-256 981cf4ae1ff3f0c70da233754a63643b04710adb4db6afe3f1391ec7cb331fbf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for trytond-4.2.8-py2-none-any.whl
Algorithm Hash digest
SHA256 359a1140ae007681b615def536cf062180af1f3640bd31d9909735c054d30b6b
MD5 d6ed47d97a3e06f6fe5b0043ef3f78a5
BLAKE2b-256 c380b99491f852f8afece23df3813ebcbd76e6d7ccb4216183dd83b37461d500

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