[tryton-debian-vcs] tryton-modules-account-stock-anglo-saxon branch debian-wheezy-2.6 updated. debian/2.6.4-1-3-g0877c4d
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Dec 4 21:40:45 UTC 2014
The following commit has been merged in the debian-wheezy-2.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-stock-anglo-saxon.git;a=commitdiff;h=debian/2.6.4-1-3-g0877c4d
commit 0877c4d570d00110716167925ea11a35b26029f0
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Dec 4 19:12:04 2014 +0100
Releasing debian version 2.6.5-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 77ce21c..74fd216 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-account-stock-anglo-saxon (2.6.5-1) unstable; urgency=medium
+
+ * Merging upstream version 2.6.5.
+ * Updating copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Thu, 04 Dec 2014 19:12:04 +0100
+
tryton-modules-account-stock-anglo-saxon (2.6.4-1) unstable; urgency=low
* Merging upstream version 2.6.4.
commit 00e9afa9f0f64f7601a110de01c6d590c128b853
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Dec 4 19:12:03 2014 +0100
Updating copyright file.
diff --git a/debian/copyright b/debian/copyright
index ba59f82..6a183dd 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: 2010-2013 Cédric Krier
- 2010-2013 B2CK SPRL
+Copyright: 2010-2014 Cédric Krier
+ 2010-2014 B2CK SPRL
License: GPL-3+
Files: debian/*
commit bbf36b847c9876169de2706a66a920df5edc4bc2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Dec 4 19:12:03 2014 +0100
Merging upstream version 2.6.5.
diff --git a/CHANGELOG b/CHANGELOG
index e478392..1263b60 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.6.5 - 2014-11-06
+* Bug fixes (see mercurial logs for details)
+
Version 2.6.4 - 2013-10-01
* Bug fixes (see mercurial logs for details)
diff --git a/COPYRIGHT b/COPYRIGHT
index 7e8c156..c655746 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
-Copyright (C) 2010-2013 Cédric Krier.
-Copyright (C) 2010-2013 B2CK SPRL.
+Copyright (C) 2010-2014 Cédric Krier.
+Copyright (C) 2010-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 ad24a27..4e635f7 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_account_stock_anglo_saxon
-Version: 2.6.4
+Version: 2.6.5
Summary: Tryton module for anglo-saxon real-time stock valuation
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/stock.py b/stock.py
index f99ab8f..e01041c 100644
--- a/stock.py
+++ b/stock.py
@@ -90,6 +90,7 @@ class Move:
if consumed_qty >= quantity:
break
yield (move, qty)
+ consumed_qty += qty
@classmethod
def update_anglo_saxon_quantity_product_cost(cls, product, moves,
diff --git a/tryton.cfg b/tryton.cfg
index 1e03544..37da239 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=2.6.4
+version=2.6.5
depends:
account
account_invoice
diff --git a/trytond_account_stock_anglo_saxon.egg-info/PKG-INFO b/trytond_account_stock_anglo_saxon.egg-info/PKG-INFO
index 6adfb7c..329bd53 100644
--- a/trytond_account_stock_anglo_saxon.egg-info/PKG-INFO
+++ b/trytond_account_stock_anglo_saxon.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-account-stock-anglo-saxon
-Version: 2.6.4
+Version: 2.6.5
Summary: Tryton module for anglo-saxon real-time stock valuation
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/trytond_account_stock_anglo_saxon.egg-info/SOURCES.txt b/trytond_account_stock_anglo_saxon.egg-info/SOURCES.txt
index 4cd62de..1a1a91f 100644
--- a/trytond_account_stock_anglo_saxon.egg-info/SOURCES.txt
+++ b/trytond_account_stock_anglo_saxon.egg-info/SOURCES.txt
@@ -9,10 +9,24 @@ product.xml
setup.py
tryton.cfg
./__init__.py
+./account.xml
./invoice.py
./product.py
+./product.xml
./stock.py
+./tryton.cfg
+./locale/bg_BG.po
+./locale/ca_ES.po
+./locale/cs_CZ.po
+./locale/de_DE.po
+./locale/es_AR.po
+./locale/es_CO.po
+./locale/es_ES.po
+./locale/fr_FR.po
+./locale/nl_NL.po
+./locale/ru_RU.po
./tests/__init__.py
+./tests/scenario_account_stock_anglo_saxon.rst
./tests/test_account_stock_anglo_saxon.py
doc/index.rst
locale/bg_BG.po
--
tryton-modules-account-stock-anglo-saxon
More information about the tryton-debian-vcs
mailing list