[tryton-commits] changeset in trytond:5.0 Fix keyword argument syntax for Python 3.4

2019-04-16 Thread Cédric Krier
changeset caa8e917b025 in trytond:5.0 details: https://hg.tryton.org/trytond?cmd=changeset;node=caa8e917b025 description: Fix keyword argument syntax for Python 3.4 diffstat: trytond/backend/postgresql/database.py | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diffs (15 lin

[tryton-commits] changeset in trytond:5.0 Replace dsn by params to connect to pos...

2019-04-16 Thread Cédric Krier
changeset 410a48a732a3 in trytond:5.0 details: https://hg.tryton.org/trytond?cmd=changeset;node=410a48a732a3 description: Replace dsn by params to connect to postgresql It is safer to use explicit params than construct DSN string. issue8270 review269321002

[tryton-commits] changeset in trytond:4.4 Replace dsn by params to connect to pos...

2019-04-16 Thread Cédric Krier
changeset 3a7c4b0a0da6 in trytond:4.4 details: https://hg.tryton.org/trytond?cmd=changeset;node=3a7c4b0a0da6 description: Replace dsn by params to connect to postgresql It is safer to use explicit params than construct DSN string. issue8270 review269321002

[tryton-commits] changeset in trytond:4.8 Replace dsn by params to connect to pos...

2019-04-16 Thread Cédric Krier
changeset 5e0629dbc137 in trytond:4.8 details: https://hg.tryton.org/trytond?cmd=changeset;node=5e0629dbc137 description: Replace dsn by params to connect to postgresql It is safer to use explicit params than construct DSN string. issue8270 review269321002

[tryton-commits] changeset in trytond:4.6 Replace dsn by params to connect to pos...

2019-04-16 Thread Cédric Krier
changeset e07943bc461d in trytond:4.6 details: https://hg.tryton.org/trytond?cmd=changeset;node=e07943bc461d description: Replace dsn by params to connect to postgresql It is safer to use explicit params than construct DSN string. issue8270 review269321002

[tryton-commits] changeset in modules/account_statement_aeb43:default Use iso-885...

2019-04-16 Thread Sergi Almacellas Abellana
changeset 252fa5d54f56 in modules/account_statement_aeb43:default details: https://hg.tryton.org/modules/account_statement_aeb43?cmd=changeset;node=252fa5d54f56 description: Use iso-8859-1 as default encoding issue8279 review253341002 diffstat: statement.py | 2 +- 1 fi