[tryton-debian-vcs] tryton-modules-stock-supply-day branch upstream-2.6 created. 0d9b393eb50b613fc5428cc042715d890db9d1a2
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:12:19 UTC 2013
The following commit has been merged in the upstream-2.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock-supply-day.git;a=commitdiff;h=0d9b393eb50b613fc5428cc042715d890db9d1a2
commit 0d9b393eb50b613fc5428cc042715d890db9d1a2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat May 4 01:57:18 2013 +0200
Adding upstream version 2.6.1.
diff --git a/CHANGELOG b/CHANGELOG
index 82c89b9..39450ca 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.6.1 - 2013-05-02
+* Bug fixes (see mercurial logs for details)
+
Version 2.6.0 - 2012-10-22
* Bug fixes (see mercurial logs for details)
diff --git a/COPYRIGHT b/COPYRIGHT
index 2057c72..d7165c7 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2012 Cédric Krier.
+Copyright (C) 2008-2013 Cédric Krier.
Copyright (C) 2008-2012 Bertrand Chenal.
-Copyright (C) 2008-2012 B2CK SPRL.
+Copyright (C) 2008-2013 B2CK SPRL.
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 --git a/PKG-INFO b/PKG-INFO
index e2fb61d..d7f7650 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
Name: trytond_stock_supply_day
-Version: 2.6.0
+Version: 2.6.1
Summary: Tryton module to add supply weekdays
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/tests/test_stock_supply_day.py b/tests/test_stock_supply_day.py
index 47b2f8b..7f3104f 100644
--- a/tests/test_stock_supply_day.py
+++ b/tests/test_stock_supply_day.py
@@ -145,7 +145,7 @@ class StockSupplyDayTestCase(unittest.TestCase):
'account_payable': payable.id,
})
product_supplier = self.product_supplier.create({
- 'product': product.id,
+ 'product': product.template.id,
'company': company.id,
'party': supplier.id,
'delivery_time': delivery_time,
diff --git a/tryton.cfg b/tryton.cfg
index 26ebbcd..7559119 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=2.6.0
+version=2.6.1
depends:
ir
purchase
diff --git a/trytond_stock_supply_day.egg-info/PKG-INFO b/trytond_stock_supply_day.egg-info/PKG-INFO
index df2a69c..ec999b8 100644
--- a/trytond_stock_supply_day.egg-info/PKG-INFO
+++ b/trytond_stock_supply_day.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
Name: trytond-stock-supply-day
-Version: 2.6.0
+Version: 2.6.1
Summary: Tryton module to add supply weekdays
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-stock-supply-day
More information about the tryton-debian-vcs
mailing list