[tryton-debian-vcs] tryton-modules-sale-stock-quantity branch upstream created. 1705df33ae9c48a77fe1d0f9690c04b527e0dc63

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue May 31 13:49:57 UTC 2016


The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-stock-quantity.git;a=commitdiff;h=1705df33ae9c48a77fe1d0f9690c04b527e0dc63
commit 1705df33ae9c48a77fe1d0f9690c04b527e0dc63
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue May 31 15:45:50 2016 +0200

    Adding upstream version 4.0.1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/CHANGELOG b/CHANGELOG
index 0845731..fa4231a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.0.1 - 2016-05-11
+* Bug fixes (see mercurial logs for details)
+
 Version 4.0.0 - 2016-05-02
 * Bug fixes (see mercurial logs for details)
 * Add Python3 support
diff --git a/PKG-INFO b/PKG-INFO
index 9ef150b..d6acff0 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_sale_stock_quantity
-Version: 4.0.0
+Version: 4.0.1
 Summary: Tryton module to add stock warning on sale
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/locale/es_CO.po b/locale/es_CO.po
index d78115f..307a385 100644
--- a/locale/es_CO.po
+++ b/locale/es_CO.po
@@ -7,7 +7,9 @@ msgid ""
 "The forcast quantity %(forecast_quantity)s%(default_uom)s of \"%(line)s\" is"
 " lower than %(quantity)s%(unit)s."
 msgstr ""
+"La cantidad proyectada %(forecast_quantity)s%(default_uom)s de \"%(line)s\" "
+"es menor que %(quantity)s%(unit)s."
 
 msgctxt "model:res.group,name:group_sale_stock_quantity"
 msgid "Sale Stock Quantity"
-msgstr ""
+msgstr "Cantidad de Inventario para Venta"
diff --git a/locale/sl_SI.po b/locale/sl_SI.po
index cb0e46d..58e98d3 100644
--- a/locale/sl_SI.po
+++ b/locale/sl_SI.po
@@ -12,4 +12,4 @@ msgstr ""
 
 msgctxt "model:res.group,name:group_sale_stock_quantity"
 msgid "Sale Stock Quantity"
-msgstr "Prodajna zaloga"
+msgstr "Prodaja - zaloga"
diff --git a/tryton.cfg b/tryton.cfg
index 25414cf..2d2d431 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.0.0
+version=4.0.1
 depends:
     product
     sale
diff --git a/trytond_sale_stock_quantity.egg-info/PKG-INFO b/trytond_sale_stock_quantity.egg-info/PKG-INFO
index cb40f63..a3ac2c7 100644
--- a/trytond_sale_stock_quantity.egg-info/PKG-INFO
+++ b/trytond_sale_stock_quantity.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-sale-stock-quantity
-Version: 4.0.0
+Version: 4.0.1
 Summary: Tryton module to add stock warning on sale
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/trytond_sale_stock_quantity.egg-info/SOURCES.txt b/trytond_sale_stock_quantity.egg-info/SOURCES.txt
index 819e883..93ff279 100644
--- a/trytond_sale_stock_quantity.egg-info/SOURCES.txt
+++ b/trytond_sale_stock_quantity.egg-info/SOURCES.txt
@@ -24,11 +24,13 @@ tryton.cfg
 ./locale/hu_HU.po
 ./locale/it_IT.po
 ./locale/ja_JP.po
+./locale/lo_LA.po
 ./locale/lt_LT.po
 ./locale/nl_NL.po
 ./locale/pt_BR.po
 ./locale/ru_RU.po
 ./locale/sl_SI.po
+./locale/zh_CN.po
 ./tests/__init__.py
 ./tests/scenario_sale_stock_quantity.rst
 ./tests/test_sale_stock_quantity.py
diff --git a/trytond_sale_stock_quantity.egg-info/requires.txt b/trytond_sale_stock_quantity.egg-info/requires.txt
index 2c33ec0..43cc2fb 100644
--- a/trytond_sale_stock_quantity.egg-info/requires.txt
+++ b/trytond_sale_stock_quantity.egg-info/requires.txt
@@ -1,4 +1,4 @@
 trytond_product >= 4.0, < 4.1
 trytond_sale >= 4.0, < 4.1
 trytond_stock >= 4.0, < 4.1
-trytond >= 4.0, < 4.1
\ No newline at end of file
+trytond >= 4.0, < 4.1
-- 
tryton-modules-sale-stock-quantity



More information about the tryton-debian-vcs mailing list