[tryton-debian-vcs] tryton-modules-sale-opportunity branch upstream-3.2 updated. upstream/3.2.0-1-g525df99
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Dec 4 21:43:57 UTC 2014
The following commit has been merged in the upstream-3.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-opportunity.git;a=commitdiff;h=upstream/3.2.0-1-g525df99
commit 525df9901e42373dc296684067f951315481047f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Dec 4 19:04:49 2014 +0100
Adding upstream version 3.2.1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index 674ad02..5791942 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.2.1 - 2014-12-03
+* Bug fixes (see mercurial logs for details)
+
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index f0d9e8c..1909845 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_sale_opportunity
-Version: 3.2.0
+Version: 3.2.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 134845c..0d562eb 100644
--- a/opportunity.py
+++ b/opportunity.py
@@ -223,6 +223,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 0a0031b..69c1fd8 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.2.0
+version=3.2.1
depends:
account
company
diff --git a/trytond_sale_opportunity.egg-info/PKG-INFO b/trytond_sale_opportunity.egg-info/PKG-INFO
index db10c54..98648d8 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.2.0
+Version: 3.2.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 72a87ab..f1defae 100644
--- a/trytond_sale_opportunity.egg-info/SOURCES.txt
+++ b/trytond_sale_opportunity.egg-info/SOURCES.txt
@@ -11,9 +11,39 @@ setup.py
tryton.cfg
./__init__.py
./configuration.py
+./configuration.xml
./opportunity.py
+./opportunity.xml
+./party.xml
+./tryton.cfg
+./locale/bg_BG.po
+./locale/ca_ES.po
+./locale/cs_CZ.po
+./locale/de_DE.po
+./locale/es_AR.po
+./locale/es_CO.po
+./locale/es_ES.po
+./locale/fr_FR.po
+./locale/nl_NL.po
+./locale/ru_RU.po
+./locale/sl_SI.po
./tests/__init__.py
./tests/test_sale_opportunity.py
+./view/configuration_form.xml
+./view/opportunity_employee_graph1.xml
+./view/opportunity_employee_graph2.xml
+./view/opportunity_employee_monthly_tree.xml
+./view/opportunity_employee_open_start_form.xml
+./view/opportunity_employee_tree.xml
+./view/opportunity_form.xml
+./view/opportunity_history_form.xml
+./view/opportunity_history_tree.xml
+./view/opportunity_line_form.xml
+./view/opportunity_line_tree.xml
+./view/opportunity_monthly_graph1.xml
+./view/opportunity_monthly_graph2.xml
+./view/opportunity_monthly_tree.xml
+./view/opportunity_tree.xml
locale/bg_BG.po
locale/ca_ES.po
locale/cs_CZ.po
@@ -26,9 +56,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