mirror of
https://github.com/NaN-tic/tryton-gtk2.git
synced 2023-12-14 03:12:58 +01:00
80a25809c5
package_data must be used for data that are closely related to the package's implemenation. This is the case of the pixmaps and the locale. issue4983 review24421002
54 lines
950 B
Text
54 lines
950 B
Text
tryton
|
|
======
|
|
|
|
The client of the Tryton application platform.
|
|
A three-tiers high-level general purpose application platform
|
|
written in Python and use Postgresql as 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:
|
|
|
|
python doc/build.py
|
|
|
|
tryton/
|
|
tryton sources.
|
|
|
|
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/
|