[tryton-debian-vcs] tryton-modules-sale-opportunity branch debian-jessie-3.2 updated. debian/3.2.0-1-6-g621cd39

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-jessie-3.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-opportunity.git;a=commitdiff;h=debian/3.2.0-1-6-g621cd39

commit 621cd3981ecac248a5fc59249f66303ea26d6633
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Dec 4 19:04:51 2014 +0100

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

diff --git a/debian/changelog b/debian/changelog
index a729d6d..5f2025b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+tryton-modules-sale-opportunity (3.2.1-1) unstable; urgency=medium
+
+  * Updating signing key while using now plain .asc files instead of .pgp
+    binaries.
+  * Adding actual upstream signing key.
+  * Updating to Standards-Version: 3.9.6, no changes needed.
+  * Setting the branch in the watch file to the fixed version 3.2.
+  * Merging upstream version 3.2.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Thu, 04 Dec 2014 19:04:51 +0100
+
 tryton-modules-sale-opportunity (3.2.0-1) unstable; urgency=medium
 
   * Removing  LC_ALL=C.UTF-8 as build environment.
commit 719898753ac636f646557e0ccad204e11d714912
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Dec 4 19:04:50 2014 +0100

    Merging upstream version 3.2.1.

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