[tryton-debian-vcs] tryton-modules-sale-opportunity branch upstream updated. upstream/3.6.0-1-g00246e3

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Sep 21 12:32:21 UTC 2015


The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-opportunity.git;a=commitdiff;h=upstream/3.6.0-1-g00246e3

commit 00246e32fc2ce2509dd9e92264f37f7e4ebe38fd
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Sep 20 19:53:27 2015 +0200

    Adding upstream version 3.6.1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/CHANGELOG b/CHANGELOG
index 68df714..a6476c9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+Version 3.6.1 - 2015-09-13
+* Bug fixes (see mercurial logs for details)
+* Fix origin migration from 3.4
+
 Version 3.6.0 - 2015-04-20
 * Bug fixes (see mercurial logs for details)
 * Add support for PyPy
diff --git a/PKG-INFO b/PKG-INFO
index 52f21e3..97e4518 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_sale_opportunity
-Version: 3.6.0
+Version: 3.6.1
 Summary: Tryton module with leads and opportunities
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/opportunity.py b/opportunity.py
index 4a2e911..0f21186 100644
--- a/opportunity.py
+++ b/opportunity.py
@@ -135,7 +135,7 @@ class SaleOpportunity(Workflow, ModelSQL, ModelView):
             for id_, sale_id in cursor.fetchall():
                 cursor.execute(*sale.update(
                         columns=[sale.origin],
-                        values=['%s,%s' % (Sale.__name__, sale_id)],
+                        values=['%s,%s' % (cls.__name__, id_)],
                         where=sale.id == sale_id))
             table.drop_column('sale', exception=True)
 
diff --git a/tryton.cfg b/tryton.cfg
index 979e798..a5f325f 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.6.0
+version=3.6.1
 depends:
     account
     company
diff --git a/trytond_sale_opportunity.egg-info/PKG-INFO b/trytond_sale_opportunity.egg-info/PKG-INFO
index 0bc1735..4753715 100644
--- a/trytond_sale_opportunity.egg-info/PKG-INFO
+++ b/trytond_sale_opportunity.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-sale-opportunity
-Version: 3.6.0
+Version: 3.6.1
 Summary: Tryton module with leads and opportunities
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/trytond_sale_opportunity.egg-info/SOURCES.txt b/trytond_sale_opportunity.egg-info/SOURCES.txt
index f2e8da1..c236593 100644
--- a/trytond_sale_opportunity.egg-info/SOURCES.txt
+++ b/trytond_sale_opportunity.egg-info/SOURCES.txt
@@ -61,10 +61,8 @@ locale/nl_NL.po
 locale/ru_RU.po
 locale/sl_SI.po
 tests/__init__.py
-tests/__init__.pyc
 tests/scenario_sale_opportunity.rst
 tests/test_sale_opportunity.py
-tests/test_sale_opportunity.pyc
 trytond_sale_opportunity.egg-info/PKG-INFO
 trytond_sale_opportunity.egg-info/SOURCES.txt
 trytond_sale_opportunity.egg-info/dependency_links.txt
-- 
tryton-modules-sale-opportunity



More information about the tryton-debian-vcs mailing list