2014-04-08 21:47 GMT+02:00 <[email protected]>: > Good Evening to everybody. > I am analyzing possibility of using Tryton in Poland. I see that I will have > to create polish chart of accounts. Digging in the software I have > encountered a problem of tax_group meaning and usage. In particular what is > a purpose and allowed values for the kind field. > > I have found an answer in a source code. > > I have a reasonable experience in postgres and have an idea to embed more > information in a database. However, in /etc/trytond.conf file there is a > statement that tryton can be used also with mysql and sqllite databases. > Those databases differ in many features. I would like to know whether all > them (databases) are used in reality. > > Does anybody knows what is rough number of installations using postgres, > mysql and sqllite?
What number Tryton installations are in the world? We don't know :P SQLlite use for pass test (scenarios). An example module (1) compatibility with PSQL and MySQL. Maybe you need add those features if you like work togheter database servers. (1) https://bitbucket.org/trytonspain/trytond-account_search_with_dot/src/2093975589a0f523e3dd6021639a60916224f373/account.py?at=default#cl-36 Raimon
