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 but there is some other backends available. Here is 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.
Tryton uses a DECIMAL(65, 30) for Decimal fields and DOUBLE(255, 30) for Float fields.
SQLite
SQLite can not alter column definitions nor create foreign keys.
SQL constraints are validated by Tryton instead of database.
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
Copyright
See COPYRIGHT
For more information please visit the Tryton web site:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file trytond-2.0.9.tar.gz
.
File metadata
- Download URL: trytond-2.0.9.tar.gz
- Upload date:
- Size: 391.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f67ad367379d25dae90bbba0ae5010f13fef9c48a8702a41f4578399a331f4d |
|
MD5 | 6ee32f8c43e32f7b091371cb06c85dbd |
|
BLAKE2b-256 | d7e736c9d0fbf9c720c56602834b0feaa27f7d66447ae163e31ba34a0d35ce12 |