[tryton-debian-vcs] tryton-modules-sale-supply-drop-shipment branch upstream-2.8 updated. upstream/2.8.2-1-g215b02d
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Dec 4 21:44:15 UTC 2014
The following commit has been merged in the upstream-2.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-supply-drop-shipment.git;a=commitdiff;h=upstream/2.8.2-1-g215b02d
commit 215b02d29f6033fed4d99393c42a5d4a171810d8
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Dec 4 19:30:26 2014 +0100
Adding upstream version 2.8.3.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index 4f8eb4f..7edbcf7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.8.3 - 2014-11-06
+* Bug fixes (see mercurial logs for details)
+
Version 2.8.2 - 2014-05-07
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 0b9cf18..e2a8318 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_sale_supply_drop_shipment
-Version: 2.8.2
+Version: 2.8.3
Summary: Tryton module for sale supply drop shipment
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/tests/scenario_sale_supply_drop_shipment.rst b/tests/scenario_sale_supply_drop_shipment.rst
index bf9696a..93f905a 100644
--- a/tests/scenario_sale_supply_drop_shipment.rst
+++ b/tests/scenario_sale_supply_drop_shipment.rst
@@ -17,6 +17,7 @@ Imports::
Create database::
>>> config = config.set_trytond()
+ >>> config.pool.test = True
Install sale_supply, sale, purchase::
diff --git a/tryton.cfg b/tryton.cfg
index 247f7b4..b951399 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=2.8.2
+version=2.8.3
depends:
company
ir
diff --git a/trytond_sale_supply_drop_shipment.egg-info/PKG-INFO b/trytond_sale_supply_drop_shipment.egg-info/PKG-INFO
index a3798ef..433cf8d 100644
--- a/trytond_sale_supply_drop_shipment.egg-info/PKG-INFO
+++ b/trytond_sale_supply_drop_shipment.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-sale-supply-drop-shipment
-Version: 2.8.2
+Version: 2.8.3
Summary: Tryton module for sale supply drop shipment
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/trytond_sale_supply_drop_shipment.egg-info/SOURCES.txt b/trytond_sale_supply_drop_shipment.egg-info/SOURCES.txt
index 8925865..b2dd9b1 100644
--- a/trytond_sale_supply_drop_shipment.egg-info/SOURCES.txt
+++ b/trytond_sale_supply_drop_shipment.egg-info/SOURCES.txt
@@ -11,10 +11,28 @@ stock.xml
tryton.cfg
./__init__.py
./purchase.py
+./purchase.xml
./sale.py
+./sale.xml
./stock.py
+./stock.xml
+./tryton.cfg
+./locale/ca_ES.po
+./locale/de_DE.po
+./locale/es_AR.po
+./locale/es_ES.po
+./locale/fr_FR.po
./tests/__init__.py
+./tests/scenario_sale_supply_drop_shipment.rst
./tests/test_sale_supply_drop_shipment.py
+./view/product_supplier_form.xml
+./view/purchase_form.xml
+./view/purchase_request_form.xml
+./view/purchase_request_tree.xml
+./view/sale_form.xml
+./view/shipment_drop_form.xml
+./view/shipment_drop_tree.xml
+./view/stock_configuration_form.xml
doc/index.rst
locale/ca_ES.po
locale/de_DE.po
--
tryton-modules-sale-supply-drop-shipment
More information about the tryton-debian-vcs
mailing list