[tryton-debian-vcs] tryton-modules-sale-supply-drop-shipment branch upstream-3.0 updated. upstream/3.0.0-1-gab7be15

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


The following commit has been merged in the upstream-3.0 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-supply-drop-shipment.git;a=commitdiff;h=upstream/3.0.0-1-gab7be15

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

    Adding upstream version 3.0.1.

diff --git a/CHANGELOG b/CHANGELOG
index cd2dc58..c232b47 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.1 - 2014-05-07
+* Bug fixes (see mercurial logs for details)
+
 Version 3.0.0 - 2013-10-21
 * 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 9c7dadf..6046df7 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_sale_supply_drop_shipment
-Version: 3.0.0
+Version: 3.0.1
 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 15e8bde..0364766 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.0.0
+version=3.0.1
 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 d7fb817..d65d93d 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: 3.0.0
+Version: 3.0.1
 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