[tryton-debian-vcs] tryton-modules-sale-opportunity branch upstream-3.6 updated. upstream/3.6.1-1-g6425528
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Dec 23 16:54:22 UTC 2015
The following commit has been merged in the upstream-3.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-opportunity.git;a=commitdiff;h=upstream/3.6.1-1-g6425528
commit 642552876517b934814b77c8a90eb796106c300c
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Dec 23 14:30:50 2015 +0100
Adding upstream version 3.6.2.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index a6476c9..b768493 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.6.2 - 2015-12-22
+* Bug fixes (see mercurial logs for details)
+
Version 3.6.1 - 2015-09-13
* Bug fixes (see mercurial logs for details)
* Fix origin migration from 3.4
diff --git a/PKG-INFO b/PKG-INFO
index 97e4518..3b80a34 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_sale_opportunity
-Version: 3.6.1
+Version: 3.6.2
Summary: Tryton module with leads and opportunities
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/opportunity.py b/opportunity.py
index 0f21186..15fe48d 100644
--- a/opportunity.py
+++ b/opportunity.py
@@ -584,6 +584,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 a5f325f..fedcef2 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.6.1
+version=3.6.2
depends:
account
company
diff --git a/trytond_sale_opportunity.egg-info/PKG-INFO b/trytond_sale_opportunity.egg-info/PKG-INFO
index 4753715..04a7d8f 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.1
+Version: 3.6.2
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