[tryton-debian-vcs] tryton-modules-sale-opportunity branch upstream-1.6 created. d58b65693db12d3283bf866571dc6a94cd70f385
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-1.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-opportunity.git;a=commitdiff;h=d58b65693db12d3283bf866571dc6a94cd70f385
commit d58b65693db12d3283bf866571dc6a94cd70f385
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Nov 20 20:52:48 2010 +0100
Adding upstream version 1.6.1.
diff --git a/CHANGELOG b/CHANGELOG
index 1cbe557..c43da42 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,2 +1,5 @@
+Version 1.6.1 - 2010-11-02
+* Bug fixes (see mercurial logs for details)
+
Version 1.6.0 - 2010-09-07
* Initial release
diff --git a/INSTALL b/INSTALL
index 8912f21..c6a478b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,6 +10,9 @@ Prerequisites
* trytond_company (http://www.tryton.org/)
* trytond_product (http://www.tryton.org/)
* trytond_sale (http://www.tryton.org/)
+ * trytond_account (http://www.tryton.org/)
+ * trytond_stock (http://www.tryton.org/)
+ * trytond_currency (http://www.tryton.org/)
Installation
------------
diff --git a/PKG-INFO b/PKG-INFO
index 1ac4c6e..76eb868 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: trytond_sale_opportunity
-Version: 1.6.0
+Version: 1.6.1
Summary: Provides:
- Leads
- Leads to Opportunities conversion
diff --git a/__tryton__.py b/__tryton__.py
index 2e6a8cb..82eff1c 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -3,7 +3,8 @@
{
'name': 'Sales Leads and Opportunities',
'name_de_DE': 'Verkauf Interessenten und Chancen',
- 'version': '1.6.0',
+ 'name_fr_FR': 'Contacts commerciaux et opportunités de ventes',
+ 'version': '1.6.1',
'author': 'Sharoon Thomas, Openlabs',
'email': 'info at openlabs.co.in',
'website': 'http://www.openlabs.co.in/',
diff --git a/tests/__init__.pyc b/tests/__init__.pyc
deleted file mode 100644
index e4ecd90..0000000
Binary files a/tests/__init__.pyc and /dev/null differ
diff --git a/tests/test_sale_opportunity.pyc b/tests/test_sale_opportunity.pyc
deleted file mode 100644
index 428332a..0000000
Binary files a/tests/test_sale_opportunity.pyc and /dev/null differ
diff --git a/trytond_sale_opportunity.egg-info/PKG-INFO b/trytond_sale_opportunity.egg-info/PKG-INFO
index b1f7022..674f43c 100644
--- a/trytond_sale_opportunity.egg-info/PKG-INFO
+++ b/trytond_sale_opportunity.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: trytond-sale-opportunity
-Version: 1.6.0
+Version: 1.6.1
Summary: Provides:
- Leads
- Leads to Opportunities conversion
diff --git a/trytond_sale_opportunity.egg-info/SOURCES.txt b/trytond_sale_opportunity.egg-info/SOURCES.txt
index 24ed023..735be89 100644
--- a/trytond_sale_opportunity.egg-info/SOURCES.txt
+++ b/trytond_sale_opportunity.egg-info/SOURCES.txt
@@ -15,9 +15,7 @@ setup.py
./tests/__init__.py
./tests/test_sale_opportunity.py
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