diff -Nru tryton-modules-account-product-5.0.3/CHANGELOG tryton-modules-account-product-5.0.4/CHANGELOG --- tryton-modules-account-product-5.0.3/CHANGELOG 2019-11-08 18:51:18.000000000 +0000 +++ tryton-modules-account-product-5.0.4/CHANGELOG 2020-04-04 15:47:44.000000000 +0000 @@ -1,3 +1,6 @@ +Version 5.0.4 - 2020-04-04 +* Bug fixes (see mercurial logs for details) + Version 5.0.3 - 2019-11-08 * Bug fixes (see mercurial logs for details) diff -Nru tryton-modules-account-product-5.0.3/COPYRIGHT tryton-modules-account-product-5.0.4/COPYRIGHT --- tryton-modules-account-product-5.0.3/COPYRIGHT 2019-11-08 18:51:18.000000000 +0000 +++ tryton-modules-account-product-5.0.4/COPYRIGHT 2020-04-04 15:47:44.000000000 +0000 @@ -1,6 +1,6 @@ -Copyright (C) 2008-2019 Cédric Krier. +Copyright (C) 2008-2020 Cédric Krier. Copyright (C) 2008-2013 Bertrand Chenal. -Copyright (C) 2008-2019 B2CK SPRL. +Copyright (C) 2008-2020 B2CK SPRL. Copyright (C) 2004-2008 Tiny SPRL. This program is free software: you can redistribute it and/or modify diff -Nru tryton-modules-account-product-5.0.3/debian/changelog tryton-modules-account-product-5.0.4/debian/changelog --- tryton-modules-account-product-5.0.3/debian/changelog 2019-12-03 08:09:46.000000000 +0000 +++ tryton-modules-account-product-5.0.4/debian/changelog 2020-04-05 09:58:04.000000000 +0000 @@ -1,3 +1,10 @@ +tryton-modules-account-product (5.0.4-1) unstable; urgency=medium + + * Merging upstream version 5.0.4. + * Updating copyright file. + + -- Mathias Behrle Sun, 05 Apr 2020 11:58:04 +0200 + tryton-modules-account-product (5.0.3-1) unstable; urgency=medium * Merging upstream version 5.0.3. diff -Nru tryton-modules-account-product-5.0.3/debian/copyright tryton-modules-account-product-5.0.4/debian/copyright --- tryton-modules-account-product-5.0.3/debian/copyright 2019-12-03 08:09:45.000000000 +0000 +++ tryton-modules-account-product-5.0.4/debian/copyright 2020-04-05 09:58:04.000000000 +0000 @@ -1,9 +1,9 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * -Copyright: 2008-2019 Cédric Krier +Copyright: 2008-2020 Cédric Krier 2008-2013 Bertrand Chenal - 2008-2019 B2CK SPRL + 2008-2020 B2CK SPRL 2004-2008 Tiny SPRL License: GPL-3+ diff -Nru tryton-modules-account-product-5.0.3/.drone.yml tryton-modules-account-product-5.0.4/.drone.yml --- tryton-modules-account-product-5.0.3/.drone.yml 2018-11-25 20:19:26.000000000 +0000 +++ tryton-modules-account-product-5.0.4/.drone.yml 2020-03-01 15:46:04.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-product-5.0.3/.hgtags tryton-modules-account-product-5.0.4/.hgtags --- tryton-modules-account-product-5.0.3/.hgtags 2019-11-08 18:51:18.000000000 +0000 +++ tryton-modules-account-product-5.0.4/.hgtags 2020-04-04 15:47:45.000000000 +0000 @@ -22,3 +22,4 @@ 5633e558611862d2557637eba96b845cc8ac74aa 5.0.1 0319db472a0f56bff26000419f5a9828c0fb56e0 5.0.2 0d16f16653ecc7f5adcd29dfb7e4afe6dc66d6f7 5.0.3 +f946497ff749ae9b907e012f38bbd75763f58767 5.0.4 diff -Nru tryton-modules-account-product-5.0.3/PKG-INFO tryton-modules-account-product-5.0.4/PKG-INFO --- tryton-modules-account-product-5.0.3/PKG-INFO 2019-11-08 18:51:19.000000000 +0000 +++ tryton-modules-account-product-5.0.4/PKG-INFO 2020-04-04 15:47:46.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: trytond_account_product -Version: 5.0.3 +Version: 5.0.4 Summary: Tryton module to add accounting on product Home-page: http://www.tryton.org/ Author: Tryton diff -Nru tryton-modules-account-product-5.0.3/tryton.cfg tryton-modules-account-product-5.0.4/tryton.cfg --- tryton-modules-account-product-5.0.3/tryton.cfg 2019-02-19 20:57:40.000000000 +0000 +++ tryton-modules-account-product-5.0.4/tryton.cfg 2019-11-15 21:44:58.000000000 +0000 @@ -1,5 +1,5 @@ [tryton] -version=5.0.3 +version=5.0.4 depends: account company diff -Nru tryton-modules-account-product-5.0.3/trytond_account_product.egg-info/PKG-INFO tryton-modules-account-product-5.0.4/trytond_account_product.egg-info/PKG-INFO --- tryton-modules-account-product-5.0.3/trytond_account_product.egg-info/PKG-INFO 2019-11-08 18:51:19.000000000 +0000 +++ tryton-modules-account-product-5.0.4/trytond_account_product.egg-info/PKG-INFO 2020-04-04 15:47:45.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: trytond-account-product -Version: 5.0.3 +Version: 5.0.4 Summary: Tryton module to add accounting on product Home-page: http://www.tryton.org/ Author: Tryton