[tryton-debian-vcs] tryton-modules-sale-opportunity branch debian updated. debian/3.4.0-1-2-ga90f3ae

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Thu Dec 4 21:43:56 UTC 2014


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

commit a90f3ae5f297f0f477a0b1723da01555b11bd036
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Dec 4 19:02:56 2014 +0100

    Releasing debian version 3.4.1-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index ce95b45..06bfc95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-sale-opportunity (3.4.1-1) unstable; urgency=medium
+
+  * Merging upstream version 3.4.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Thu, 04 Dec 2014 19:02:55 +0100
+
 tryton-modules-sale-opportunity (3.4.0-1) unstable; urgency=medium
 
   * Updating signing key while using now plain .asc files instead of .pgp
commit 320a241f67c12ccafb7850fa80b00cd15e2b45f4
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Dec 4 19:02:55 2014 +0100

    Merging upstream version 3.4.1.

diff --git a/CHANGELOG b/CHANGELOG
index a3412eb..15ea0fe 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.4.1 - 2014-12-03
+* Bug fixes (see mercurial logs for details)
+
 Version 3.4.0 - 2014-10-20
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 5649ac9..489046d 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_sale_opportunity
-Version: 3.4.0
+Version: 3.4.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 b0726d0..da767ec 100644
--- a/opportunity.py
+++ b/opportunity.py
@@ -224,6 +224,7 @@ class SaleOpportunity(Workflow, ModelSQL, ModelView):
         default = default.copy()
         default.setdefault('reference', None)
         default.setdefault('history', None)
+        default.setdefault('sale', None)
         return super(SaleOpportunity, cls).copy(opportunities, default=default)
 
     def get_currency(self, name):
diff --git a/tryton.cfg b/tryton.cfg
index 89328de..79591f7 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.4.0
+version=3.4.1
 depends:
     account
     company
diff --git a/trytond_sale_opportunity.egg-info/PKG-INFO b/trytond_sale_opportunity.egg-info/PKG-INFO
index fe29f96..5631334 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.4.0
+Version: 3.4.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 2ee507e..ebfabdd 100644
--- a/trytond_sale_opportunity.egg-info/SOURCES.txt
+++ b/trytond_sale_opportunity.egg-info/SOURCES.txt
@@ -58,9 +58,7 @@ locale/nl_NL.po
 locale/ru_RU.po
 locale/sl_SI.po
 tests/__init__.py
-tests/__init__.pyc
 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