[tryton-debian-vcs] tryton-modules-stock-lot branch upstream-2.6 created. 72245b66000677b3fb4e18f292b7e9e44b2f2de2

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:11:15 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-lot.git;a=commitdiff;h=72245b66000677b3fb4e18f292b7e9e44b2f2de2
commit 72245b66000677b3fb4e18f292b7e9e44b2f2de2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat May 4 01:57:13 2013 +0200

    Adding upstream version 2.6.1.

diff --git a/CHANGELOG b/CHANGELOG
index 210505e..7631b52 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 747ae18..3b6e5e2 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
 Copyright (C) 2012 Cédric Krier.
-Copyright (C) 2012 B2CK SPRL.
+Copyright (C) 2012-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 a38a3d5..aed4625 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: trytond_stock_lot
-Version: 2.6.0
+Version: 2.6.1
 Summary: Tryton module for lot of products
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/stock.py b/stock.py
index 3a9bfb1..2e74bf6 100644
--- a/stock.py
+++ b/stock.py
@@ -47,6 +47,7 @@ class Move:
         "Check if lot is required"
         for move in moves:
             if (move.state == 'done'
+                    and move.internal_quantity
                     and not move.lot
                     and move.product.lot_is_required(
                         move.from_location, move.to_location)):
diff --git a/tryton.cfg b/tryton.cfg
index c26f57d..347ca9b 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.6.0
+version=2.6.1
 depends:
     ir
     product
diff --git a/trytond_stock_lot.egg-info/PKG-INFO b/trytond_stock_lot.egg-info/PKG-INFO
index f3cce79..0c6bbc4 100644
--- a/trytond_stock_lot.egg-info/PKG-INFO
+++ b/trytond_stock_lot.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: trytond-stock-lot
-Version: 2.6.0
+Version: 2.6.1
 Summary: Tryton module for lot of products
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-stock-lot



More information about the tryton-debian-vcs mailing list