[tryton-debian-vcs] tryton-modules-sale-opportunity branch debian-jessie-3.0 updated. debian/3.0.0-3-7-g035ae62
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.0 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-opportunity.git;a=commitdiff;h=debian/3.0.0-3-7-g035ae62
commit 035ae62137d4c268392b0a765bf3afa66fac7903
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Dec 4 19:03:54 2014 +0100
Releasing debian version 3.0.1-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index b05477a..ff8d5a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+tryton-modules-sale-opportunity (3.0.1-1) unstable; urgency=medium
+
+ * Removing LC_ALL=C.UTF-8 as build environment.
+ * Setting the branch in the watch file to the fixed version 3.0.
+ * Updating signing key while using now plain .asc files instead of .pgp
+ binaries.
+ * Adding actual upstream signing key.
+ * Merging upstream version 3.0.1.
+ * Updating copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Thu, 04 Dec 2014 19:03:54 +0100
+
tryton-modules-sale-opportunity (3.0.0-3) unstable; urgency=medium
* Updating year in debian copyright.
commit b6c3ccdc91791c6f907d268be265e146e90c3f26
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Dec 4 19:03:53 2014 +0100
Updating copyright file.
diff --git a/debian/copyright b/debian/copyright
index 999320d..844207c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,8 +2,8 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
Copyright: 2010-2011 Open Labs Business Solutions
- 2010-2013 Cédric Krier
- 2010-2013 B2CK SPRL
+ 2010-2014 Cédric Krier
+ 2010-2014 B2CK SPRL
License: GPL-3+
Files: debian/*
commit a384fc40d24a827700feca601924d240c28557ae
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Dec 4 19:03:53 2014 +0100
Merging upstream version 3.0.1.
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