[tryton-debian-vcs] tryton-modules-sale-supply-drop-shipment branch debian-jessie-2.8 updated. debian/2.8.1-1-4-gfac54a6

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon May 12 16:10:33 UTC 2014


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-drop-shipment.git;a=commitdiff;h=debian/2.8.1-1-4-gfac54a6

commit fac54a6bd41275b94a949a8fc229938f0eb86bc8
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon May 12 17:05:46 2014 +0200

    Releasing debian version 2.8.2-1.

diff --git a/debian/changelog b/debian/changelog
index a7e7f25..b8d85ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-sale-supply-drop-shipment (2.8.2-1) unstable; urgency=medium
+
+  * Fixing the branch version in the watch file.
+  * Merging upstream version 2.8.2.
+  * Updating copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Mon, 12 May 2014 17:05:46 +0200
+
 tryton-modules-sale-supply-drop-shipment (2.8.1-1) unstable; urgency=low
 
   * Moving doc/index.rst to appropriate subdirectory doc.
commit d2710064b92d8789c2579bd2d521c69355f7fb50
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon May 12 17:05:43 2014 +0200

    Updating copyright file.

diff --git a/debian/copyright b/debian/copyright
index 44885c8..839508f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,8 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
 Files: *
-Copyright: 2011-2013 Cédric Krier
-           2011-2013 B2CK SPRL
+Copyright: 2011-2014 Cédric Krier
+           2011-2014 B2CK SPRL
 License: GPL-3+
 
 Files: debian/*
commit 647f14e26d59699ff2dbbfddff834f91db2ff4f4
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon May 12 17:05:43 2014 +0200

    Merging upstream version 2.8.2.

diff --git a/CHANGELOG b/CHANGELOG
index 0f71d0d..4f8eb4f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.8.2 - 2014-05-07
+* Bug fixes (see mercurial logs for details)
+
 Version 2.8.1 - 2013-07-22
 * Bug fixes (see mercurial logs for details)
 
diff --git a/COPYRIGHT b/COPYRIGHT
index cd6950c..7bcdb7f 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
-Copyright (C) 2011-2013 Cédric Krier.
-Copyright (C) 2011-2013 B2CK SPRL.
+Copyright (C) 2011-2014 Cédric Krier.
+Copyright (C) 2011-2014 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 68569c9..0b9cf18 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_sale_supply_drop_shipment
-Version: 2.8.1
+Version: 2.8.2
 Summary: Tryton module for sale supply drop shipment
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/sale.py b/sale.py
index e3bd9cd..2021bf7 100644
--- a/sale.py
+++ b/sale.py
@@ -115,28 +115,6 @@ class SaleLine:
                 request.delivery_address = self.sale.shipment_address
         return request
 
-    def get_move_done(self, name):
-        result = super(SaleLine, self).get_move_done(name)
-        with Transaction().set_user(0, set_context=True):
-            # TODO make it work in bunch
-            line = self.__class__(self.id)
-            if (line.purchase_request
-                    and line.purchase_request.customer):
-                if line.purchase_request.purchase_line:
-                    return line.purchase_request.purchase_line.move_done
-                else:
-                    return False
-        return result
-
-    def get_move_exception(self, name):
-        result = super(SaleLine, self).get_move_exception(name)
-        with Transaction().set_user(0, set_context=True):
-            # TODO make it work in bunch
-            line = self.__class__(self.id)
-            if line.purchase_request and line.purchase_request.customer:
-                return False
-        return result
-
     def get_drop_moves(self):
         if (self.type != 'line'
                 or not self.product):
diff --git a/tryton.cfg b/tryton.cfg
index 60b02d8..247f7b4 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.8.1
+version=2.8.2
 depends:
     company
     ir
diff --git a/trytond_sale_supply_drop_shipment.egg-info/PKG-INFO b/trytond_sale_supply_drop_shipment.egg-info/PKG-INFO
index 90428df..a3798ef 100644
--- a/trytond_sale_supply_drop_shipment.egg-info/PKG-INFO
+++ b/trytond_sale_supply_drop_shipment.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-sale-supply-drop-shipment
-Version: 2.8.1
+Version: 2.8.2
 Summary: Tryton module for sale supply drop shipment
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-sale-supply-drop-shipment



More information about the tryton-debian-vcs mailing list