[tryton-debian-vcs] tryton-modules-sale-opportunity branch upstream-3.0 updated. upstream/3.0.0-1-g5f4d18d
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.0 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-opportunity.git;a=commitdiff;h=upstream/3.0.0-1-g5f4d18d
commit 5f4d18da23e7ba55cff8c3ddc82da0731d4a4344
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Dec 4 19:03:52 2014 +0100
Adding upstream version 3.0.1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index 6db1f6b..eeaed4a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.1 - 2014-12-03
+* Bug fixes (see mercurial logs for details)
+
Version 3.0.0 - 2013-10-21
* Bug fixes (see mercurial logs for details)
* Make party optional in leads
diff --git a/COPYRIGHT b/COPYRIGHT
index b2b3c67..d304d80 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
Copyright (C) 2010-2011 Open Labs Business Solutions.
-Copyright (C) 2010-2013 Cédric Krier.
-Copyright (C) 2010-2013 B2CK SPRL.
+Copyright (C) 2010-2014 Cédric Krier.
+Copyright (C) 2010-2014 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 74896c8..6586e36 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_sale_opportunity
-Version: 3.0.0
+Version: 3.0.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 08760c1..e073eec 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 5c41eca..f9ed349 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.0.0
+version=3.0.1
depends:
account
company
diff --git a/trytond_sale_opportunity.egg-info/PKG-INFO b/trytond_sale_opportunity.egg-info/PKG-INFO
index 2823f84..4b8d3b8 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.0.0
+Version: 3.0.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