Skip to content

mbehrle/trytond_coog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trytond
=======

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 SQLite backend:

  * SQLite can not 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

Copyright
---------

See COPYRIGHT


For more information please visit the Tryton web site:

  http://www.tryton.org/

About

Fork of Tryton server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • HTML 0.1%