El 28/04/15 a les 14:47, Oscar Tark ha escrit:
# The URI to connect to the SQL database (following RFC-3986) uri = db://user:pwd@localhost:port/
It looks like this uri is wrong: format is the following: dbtype://username:password@host:port/database_name so in your case it will be: postgresql://user:pwd@localhost:port/db Hope it helps.See: http://doc.tryton.org/3.6/trytond/doc/topics/configuration.html#topics-configuration
-- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk
