diff -Nru tryton-modules-account-fr-chorus-5.0.2/CHANGELOG tryton-modules-account-fr-chorus-5.0.3/CHANGELOG --- tryton-modules-account-fr-chorus-5.0.2/CHANGELOG 2019-08-01 21:34:00.000000000 +0000 +++ tryton-modules-account-fr-chorus-5.0.3/CHANGELOG 2020-04-04 15:45:43.000000000 +0000 @@ -1,3 +1,6 @@ +Version 5.0.3 - 2020-04-04 +* Bug fixes (see mercurial logs for details) + Version 5.0.2 - 2019-08-01 * Bug fixes (see mercurial logs for details) diff -Nru tryton-modules-account-fr-chorus-5.0.2/COPYRIGHT tryton-modules-account-fr-chorus-5.0.3/COPYRIGHT --- tryton-modules-account-fr-chorus-5.0.2/COPYRIGHT 2019-08-01 21:34:00.000000000 +0000 +++ tryton-modules-account-fr-chorus-5.0.3/COPYRIGHT 2020-04-04 15:45:42.000000000 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2018-2019 Cédric Krier +Copyright (C) 2018-2020 Cédric Krier This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru tryton-modules-account-fr-chorus-5.0.2/debian/changelog tryton-modules-account-fr-chorus-5.0.3/debian/changelog --- tryton-modules-account-fr-chorus-5.0.2/debian/changelog 2019-10-21 10:09:26.000000000 +0000 +++ tryton-modules-account-fr-chorus-5.0.3/debian/changelog 2020-04-05 09:38:46.000000000 +0000 @@ -1,3 +1,10 @@ +tryton-modules-account-fr-chorus (5.0.3-1) unstable; urgency=medium + + * Merging upstream version 5.0.3. + * Updating copyright file. + + -- Mathias Behrle Sun, 05 Apr 2020 11:38:46 +0200 + tryton-modules-account-fr-chorus (5.0.2-1) unstable; urgency=medium * Merging upstream version 5.0.2. diff -Nru tryton-modules-account-fr-chorus-5.0.2/debian/copyright tryton-modules-account-fr-chorus-5.0.3/debian/copyright --- tryton-modules-account-fr-chorus-5.0.2/debian/copyright 2019-10-21 10:09:26.000000000 +0000 +++ tryton-modules-account-fr-chorus-5.0.3/debian/copyright 2020-04-05 09:38:46.000000000 +0000 @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * -Copyright: 2018-2019 Cédric Krier +Copyright: 2018-2020 Cédric Krier License: GPL-3+ Files: debian/* diff -Nru tryton-modules-account-fr-chorus-5.0.2/doc/index.rst tryton-modules-account-fr-chorus-5.0.3/doc/index.rst --- tryton-modules-account-fr-chorus-5.0.2/doc/index.rst 2018-10-01 13:51:16.000000000 +0000 +++ tryton-modules-account-fr-chorus-5.0.3/doc/index.rst 2020-03-26 22:39:27.000000000 +0000 @@ -8,8 +8,8 @@ A cron job will send them every 15 minutes by default using the credential from the accounting configuration. -Configuation -************ +Configuration +************* The account_fr_chorus module uses the section `account_fr_chorus` to retrieve the path of the SSL certificates. diff -Nru tryton-modules-account-fr-chorus-5.0.2/.drone.yml tryton-modules-account-fr-chorus-5.0.3/.drone.yml --- tryton-modules-account-fr-chorus-5.0.2/.drone.yml 2018-10-01 13:51:16.000000000 +0000 +++ tryton-modules-account-fr-chorus-5.0.3/.drone.yml 2020-03-01 15:46:03.000000000 +0000 @@ -19,6 +19,8 @@ services: postgresql: image: postgres + environment: + - POSTGRES_HOST_AUTH_METHOD=trust when: matrix: DATABASE: postgresql diff -Nru tryton-modules-account-fr-chorus-5.0.2/.hgtags tryton-modules-account-fr-chorus-5.0.3/.hgtags --- tryton-modules-account-fr-chorus-5.0.2/.hgtags 2019-08-01 21:34:00.000000000 +0000 +++ tryton-modules-account-fr-chorus-5.0.3/.hgtags 2020-04-04 15:45:43.000000000 +0000 @@ -1,3 +1,4 @@ 842e3917e185b5ad7af6c2e5da0ad2122712c819 5.0.0 f0dab8fed469e56637cf751e2e84469520f3a381 5.0.1 48edf8566e0e7cfc0fd691d04541bd9648186685 5.0.2 +173b721542ca858364a9d3e93eee5a41099e7de9 5.0.3 diff -Nru tryton-modules-account-fr-chorus-5.0.2/PKG-INFO tryton-modules-account-fr-chorus-5.0.3/PKG-INFO --- tryton-modules-account-fr-chorus-5.0.2/PKG-INFO 2019-08-01 21:34:01.000000000 +0000 +++ tryton-modules-account-fr-chorus-5.0.3/PKG-INFO 2020-04-04 15:45:44.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: trytond_account_fr_chorus -Version: 5.0.2 +Version: 5.0.3 Summary: Tryton module to communicate with Chorus Home-page: http://www.tryton.org/ Author: Tryton diff -Nru tryton-modules-account-fr-chorus-5.0.2/tryton.cfg tryton-modules-account-fr-chorus-5.0.3/tryton.cfg --- tryton-modules-account-fr-chorus-5.0.2/tryton.cfg 2019-02-19 20:55:44.000000000 +0000 +++ tryton-modules-account-fr-chorus-5.0.3/tryton.cfg 2019-08-01 21:34:08.000000000 +0000 @@ -1,5 +1,5 @@ [tryton] -version=5.0.2 +version=5.0.3 depends: account account_invoice diff -Nru tryton-modules-account-fr-chorus-5.0.2/trytond_account_fr_chorus.egg-info/PKG-INFO tryton-modules-account-fr-chorus-5.0.3/trytond_account_fr_chorus.egg-info/PKG-INFO --- tryton-modules-account-fr-chorus-5.0.2/trytond_account_fr_chorus.egg-info/PKG-INFO 2019-08-01 21:34:01.000000000 +0000 +++ tryton-modules-account-fr-chorus-5.0.3/trytond_account_fr_chorus.egg-info/PKG-INFO 2020-04-04 15:45:44.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: trytond-account-fr-chorus -Version: 5.0.2 +Version: 5.0.3 Summary: Tryton module to communicate with Chorus Home-page: http://www.tryton.org/ Author: Tryton