[tryton-debian-vcs] tryton-modules-product-cost-fifo branch upstream-2.6 created. 91a484b7a74a3e16cc0cd10fbb212f2e966b1f56
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:05:10 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-product-cost-fifo.git;a=commitdiff;h=91a484b7a74a3e16cc0cd10fbb212f2e966b1f56
commit 91a484b7a74a3e16cc0cd10fbb212f2e966b1f56
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat May 4 01:57:02 2013 +0200
Adding upstream version 2.6.1.
diff --git a/CHANGELOG b/CHANGELOG
index d32cda0..716b43b 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 2057c72..d7165c7 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2012 Cédric Krier.
+Copyright (C) 2008-2013 Cédric Krier.
Copyright (C) 2008-2012 Bertrand Chenal.
-Copyright (C) 2008-2012 B2CK SPRL.
+Copyright (C) 2008-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 ffd06b1..e37fdd5 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
Name: trytond_product_cost_fifo
-Version: 2.6.0
+Version: 2.6.1
Summary: Tryton module to add FIFO cost method
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/product.py b/product.py
index f226809..3449c3e 100644
--- a/product.py
+++ b/product.py
@@ -29,6 +29,7 @@ class Template:
Move = pool.get('stock.move')
Uom = pool.get('product.uom')
Location = pool.get('stock.location')
+ Template = pool.get('product.template')
locations = Location.search([
('type', '=', 'storage'),
diff --git a/tryton.cfg b/tryton.cfg
index 7273173..86b1899 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_product_cost_fifo.egg-info/PKG-INFO b/trytond_product_cost_fifo.egg-info/PKG-INFO
index 8de0eea..6c3e5dc 100644
--- a/trytond_product_cost_fifo.egg-info/PKG-INFO
+++ b/trytond_product_cost_fifo.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
Name: trytond-product-cost-fifo
-Version: 2.6.0
+Version: 2.6.1
Summary: Tryton module to add FIFO cost method
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-product-cost-fifo
More information about the tryton-debian-vcs
mailing list