forked from coopengo/account
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
45 lines (29 loc) · 976 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
trytond_account
===============
The account module of the Tryton application platform.
The module generates minimal chart of accounts for many languages. The XML
files for each language are generated from the same original XML file thanks to
the localize.xsl XSLT script. The script will produce on the standard output
the desired XML file. The XSLT script can be launched with the following
command::
xsltproc --stringparam lang <lang> localize.xsl minimal_chart.xml
where ``lang`` is one of the languages.
Installing
----------
See INSTALL
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/