[tryton-debian-vcs] tryton-modules-sale-supply branch debian-jessie-2.8 updated. debian/2.8.1-2-3-g4ae23b0
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Dec 11 18:09:55 UTC 2013
The following commit has been merged in the debian-jessie-2.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-supply.git;a=commitdiff;h=debian/2.8.1-2-3-g4ae23b0
commit 4ae23b098b1619f43e9047e9d9a202c4aae438cb
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Dec 11 19:08:23 2013 +0100
Releasing debian version 2.8.2-1.
diff --git a/debian/changelog b/debian/changelog
index b5bea5f..f22ba13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-sale-supply (2.8.2-1) unstable; urgency=low
+
+ * Fixing the branch version in the watch file.
+ * Merging upstream version 2.8.2.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Wed, 11 Dec 2013 18:43:08 +0100
+
tryton-modules-sale-supply (2.8.1-2) unstable; urgency=low
* Adapting the rules file to work also with git-buildpackage.
commit f84a1d7a315ab034c83cfba01d26b4a2255a0b10
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Dec 11 18:29:13 2013 +0100
Merging upstream version 2.8.2.
diff --git a/CHANGELOG b/CHANGELOG
index 02af05b..9b74847 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.8.2 - 2013-12-04
+* Bug fixes (see mercurial logs for details)
+
Version 2.8.1 - 2013-06-09
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 82c1c70..ff26e74 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_sale_supply
-Version: 2.8.1
+Version: 2.8.2
Summary: Tryton module for sale supply
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/sale.py b/sale.py
index ff52cc2..deb97ed 100644
--- a/sale.py
+++ b/sale.py
@@ -113,7 +113,7 @@ class SaleLine:
purchase_date=purchase_date,
supply_date=self.delivery_date,
company=self.sale.company,
- warehouse=self.sale.warehouse,
+ warehouse=self.warehouse,
origin=self.sale,
)
diff --git a/tryton.cfg b/tryton.cfg
index 4cd7fec..ef24d67 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=2.8.1
+version=2.8.2
depends:
ir
purchase
diff --git a/trytond_sale_supply.egg-info/PKG-INFO b/trytond_sale_supply.egg-info/PKG-INFO
index 142c698..70e56ac 100644
--- a/trytond_sale_supply.egg-info/PKG-INFO
+++ b/trytond_sale_supply.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-sale-supply
-Version: 2.8.1
+Version: 2.8.2
Summary: Tryton module for sale supply
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-sale-supply
More information about the tryton-debian-vcs
mailing list