[tryton-debian-vcs] tryton-modules-sale-opportunity branch debian-jessie-2.8 updated. debian/2.8.3-1-2-gec60ac7

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Dec 23 16:54:21 UTC 2015


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

commit ec60ac78efd378fa84105aaef91f488f60684e96
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 23 14:26:01 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index bd44d94..981f010 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-sale-opportunity (2.8.4-1) unstable; urgency=medium
+
+  * Merging upstream version 2.8.4.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Wed, 23 Dec 2015 14:26:01 +0100
+
 tryton-modules-sale-opportunity (2.8.3-1) unstable; urgency=medium
 
   * Fixing the branch version in the watch file.
commit 6ff506b1e45f636b88c479c6d15a76b0beca35e1
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 23 14:26:01 2015 +0100

    Merging upstream version 2.8.4.

diff --git a/CHANGELOG b/CHANGELOG
index 5c507dc..f41c17e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.8.4 - 2015-12-22
+* Bug fixes (see mercurial logs for details)
+
 Version 2.8.3 - 2015-02-21
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index e025534..ee51c67 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_sale_opportunity
-Version: 2.8.3
+Version: 2.8.4
 Summary: Tryton module with leads and opportunities
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/opportunity.py b/opportunity.py
index c26cc16..0d00108 100644
--- a/opportunity.py
+++ b/opportunity.py
@@ -474,6 +474,7 @@ class SaleOpportunityHistory(ModelSQL, ModelView):
                         *time.strptime(values['date'],
                             '%Y-%m-%d %H:%M:%S.%f')[:6])
                 values['date'] = values['date'].replace(microsecond=0)
+                values['date'] += datetime.timedelta(seconds=1)
         return res
 
 
diff --git a/tryton.cfg b/tryton.cfg
index 2f41b48..dbd928c 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.8.3
+version=2.8.4
 depends:
     account
     company
diff --git a/trytond_sale_opportunity.egg-info/PKG-INFO b/trytond_sale_opportunity.egg-info/PKG-INFO
index f7cf9f9..c7b4840 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: 2.8.3
+Version: 2.8.4
 Summary: Tryton module with leads and opportunities
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-sale-opportunity



More information about the tryton-debian-vcs mailing list