[tryton-debian-vcs] tryton-modules-sale-opportunity branch upstream-2.2 created. f0730fb3229a12b6539cdf11ca60a5f8a8c4fb76

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:09:09 UTC 2013


The following commit has been merged in the upstream-2.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-opportunity.git;a=commitdiff;h=f0730fb3229a12b6539cdf11ca60a5f8a8c4fb76
commit f0730fb3229a12b6539cdf11ca60a5f8a8c4fb76
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Feb 24 19:46:21 2013 +0100

    Adding upstream version 2.2.2.

diff --git a/CHANGELOG b/CHANGELOG
index 63636d2..737d6a7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.2.2 - 2012-11-05
+* Bug fixes (see mercurial logs for details)
+
 Version 2.2.1 - 2011-12-26
 * Bug fixes (see mercurial logs for details)
 
diff --git a/COPYRIGHT b/COPYRIGHT
index c4ea653..1dfd029 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
 Copyright (C) 2010-2011 Open Labs Business Solutions.
-Copyright (C) 2010-2011 Cédric Krier.
-Copyright (C) 2010-2011 B2CK SPRL.
+Copyright (C) 2010-2012 Cédric Krier.
+Copyright (C) 2010-2012 B2CK SPRL.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/PKG-INFO b/PKG-INFO
index f60dff6..7022876 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_sale_opportunity
-Version: 2.2.1
+Version: 2.2.2
 Summary: Provides:
     - Leads
     - Leads to Opportunities conversion
diff --git a/__tryton__.py b/__tryton__.py
index 96e8d0d..4c0dce6 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -5,7 +5,7 @@
     'name_bg_BG': 'Инициативи и възможности за продажба',
     'name_de_DE': 'Verkauf Interessenten und Chancen',
     'name_fr_FR': 'Contacts commerciaux et opportunités de ventes',
-    'version': '2.2.1',
+    'version': '2.2.2',
     'author': 'Sharoon Thomas, Openlabs',
     'email': 'info at openlabs.co.in',
     'website': 'http://www.openlabs.co.in/',
diff --git a/opportunity.py b/opportunity.py
index 0529f84..0c47d32 100644
--- a/opportunity.py
+++ b/opportunity.py
@@ -35,7 +35,7 @@ class SaleOpportunity(ModelWorkflow, ModelSQL, ModelView):
     _rec_name = 'description'
 
     party = fields.Many2One('party.party', 'Party', required=True, select=1,
-            states=_STATES_STOP, depends=_DEPENDS_STOP)
+        on_change=['party'], states=_STATES_STOP, depends=_DEPENDS_STOP)
     address = fields.Many2One('party.address', 'Address',
         domain=[('party', '=', Eval('party'))],
         select=2, depends=['party', 'state'],
diff --git a/trytond_sale_opportunity.egg-info/PKG-INFO b/trytond_sale_opportunity.egg-info/PKG-INFO
index 85a1599..93b7693 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.2.1
+Version: 2.2.2
 Summary: Provides:
     - Leads
     - Leads to Opportunities conversion
-- 
tryton-modules-sale-opportunity



More information about the tryton-debian-vcs mailing list