[tryton-debian-vcs] tryton-modules-stock-inventory-location branch upstream-2.6 updated. upstream/2.6.0-1-g4ea836a
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Feb 25 00:46:24 UTC 2015
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-inventory-location.git;a=commitdiff;h=upstream/2.6.0-1-g4ea836a
commit 4ea836a7facec8a2e78ed37e260da4b54d7e6ff2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Feb 24 20:32:32 2015 +0100
Adding upstream version 2.6.1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index ce25ed3..d18aaeb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.6.1 - 2015-02-18
+* 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 8ad4b79..718e584 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
-Copyright (C) 2009-2012 Cédric Krier.
+Copyright (C) 2009-2015 Cédric Krier.
Copyright (C) 2009-2012 Bertrand Chenal.
-Copyright (C) 2009-2012 B2CK SPRL.
+Copyright (C) 2009-2015 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/INSTALL b/INSTALL
index de8678f..7c84196 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,6 +6,8 @@ Prerequisites
* Python 2.6 or later (http://www.python.org/)
* trytond (http://www.tryton.org/)
+ * trytond_company (http://www.tryton.org/)
+ * trytond_product (http://www.tryton.org/)
* trytond_stock (http://www.tryton.org/)
Installation
diff --git a/PKG-INFO b/PKG-INFO
index 55ecf40..959c04c 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
Name: trytond_stock_inventory_location
-Version: 2.6.0
+Version: 2.6.1
Summary: Tryton module to create inventories by locations
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/tryton.cfg b/tryton.cfg
index 7cde90e..007d9f1 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=2.6.0
+version=2.6.1
depends:
company
ir
diff --git a/trytond_stock_inventory_location.egg-info/PKG-INFO b/trytond_stock_inventory_location.egg-info/PKG-INFO
index e2ebc83..637394b 100644
--- a/trytond_stock_inventory_location.egg-info/PKG-INFO
+++ b/trytond_stock_inventory_location.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
Name: trytond-stock-inventory-location
-Version: 2.6.0
+Version: 2.6.1
Summary: Tryton module to create inventories by locations
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/trytond_stock_inventory_location.egg-info/SOURCES.txt b/trytond_stock_inventory_location.egg-info/SOURCES.txt
index 6022f88..13bfcef 100644
--- a/trytond_stock_inventory_location.egg-info/SOURCES.txt
+++ b/trytond_stock_inventory_location.egg-info/SOURCES.txt
@@ -9,6 +9,18 @@ setup.py
tryton.cfg
./__init__.py
./inventory.py
+./inventory.xml
+./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/test_stock_inventory_location.py
doc/index.rst
--
tryton-modules-stock-inventory-location
More information about the tryton-debian-vcs
mailing list