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

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

Uploaded Source

Built Distributions

trytond-4.2.3-py3-none-any.whl (688.4 kB view details)

Uploaded Python 3

trytond-4.2.3-py2-none-any.whl (688.4 kB view details)

Uploaded Python 2

File details

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

File metadata

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

File hashes

Hashes for trytond-4.2.3.tar.gz
Algorithm Hash digest
SHA256 0552299088dc3a51bdb249887b63572b5670d61e3eef1ee6df61a6c930602bf1
MD5 e5be4b4e40751c76d552286fc457520a
BLAKE2b-256 87ef519c412488559307a933d9fdd736e73f510845f8fbff2e930d32b70869ff

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for trytond-4.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5dca0c7752ddd2313ac2d8d476653b779a72ba44923bdfbdec46781c1f3cbe1a
MD5 7de93217d405050eb3158adcab9bc469
BLAKE2b-256 b91e8a6c6b67a6c7cf6821e0b30f61be97670da031c418eac52745c951126daf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for trytond-4.2.3-py2-none-any.whl
Algorithm Hash digest
SHA256 740952f97428ac696fec04ac97dec079bcd80f54ea2718f6e3abb8d32e611874
MD5 148c9f82fc5bfa24c87ca18aa6c92bb7
BLAKE2b-256 6da813d8fb97d37b60ec7009a74c7998fe3b17613045c2e48244db987d7f2857

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