[tryton-debian-vcs] tryton-modules-stock-split branch upstream updated. upstream/4.2.0-1-g2cb1053
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Jun 7 13:37:16 UTC 2017
The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock-split.git;a=commitdiff;h=upstream/4.2.0-1-g2cb1053
commit 2cb1053711672c592ed228e4ec4cce127468410f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Jun 7 15:27:05 2017 +0200
Adding upstream version 4.4.0.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index 12ced41..27b1b58 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.0 - 2017-05-01
+* Bug fixes (see mercurial logs for details)
+
Version 4.2.0 - 2016-11-28
* Bug fixes (see mercurial logs for details)
diff --git a/COPYRIGHT b/COPYRIGHT
index 442fb2d..5d0de2b 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
-Copyright (C) 2012-2016 Cédric Krier.
-Copyright (C) 2012-2016 B2CK SPRL.
+Copyright (C) 2012-2017 Cédric Krier.
+Copyright (C) 2012-2017 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 8f5060d..cb99f53 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_stock_split
-Version: 4.2.0
+Version: 4.4.0
Summary: Tryton module to split stock move
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/4.2/
+Download-URL: http://downloads.tryton.org/4.4/
Description: trytond_stock_split
===================
@@ -52,7 +52,7 @@ Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Legal Industry
Classifier: Intended Audience :: Manufacturing
-Classifier: License :: OSI Approved :: GNU General Public License (GPL)
+Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: Bulgarian
Classifier: Natural Language :: Catalan
Classifier: Natural Language :: Chinese (Simplified)
diff --git a/locale/es_419.po b/locale/es_419.po
index f7a0096..49e60ca 100644
--- a/locale/es_419.po
+++ b/locale/es_419.po
@@ -24,7 +24,7 @@ msgstr ""
msgctxt "field:stock.move.split.start,uom_category:"
msgid "Uom Category"
-msgstr ""
+msgstr "Categoría de UdM"
msgctxt "help:stock.move.split.start,count:"
msgid "The limit number of moves"
@@ -32,12 +32,11 @@ msgstr ""
msgctxt "model:ir.action,name:wizard_split_move"
msgid "Split Move"
-msgstr "Split Move"
+msgstr ""
-#, fuzzy
msgctxt "model:stock.move.split.start,name:"
msgid "Split Move"
-msgstr "Split Move"
+msgstr ""
msgctxt "view:stock.move:"
msgid "Split"
diff --git a/locale/lo.po b/locale/lo.po
index f8668dc..ac25f3b 100644
--- a/locale/lo.po
+++ b/locale/lo.po
@@ -16,7 +16,7 @@ msgstr "ຈຳນວນ"
msgctxt "field:stock.move.split.start,unit_digits:"
msgid "Unit Digits"
-msgstr "ສະກຸນເງິນ"
+msgstr "ຫຼັກໜ່ວຍ"
msgctxt "field:stock.move.split.start,uom:"
msgid "Uom"
diff --git a/locale/pl.po b/locale/pl.po
index f7a0096..0dad6ba 100644
--- a/locale/pl.po
+++ b/locale/pl.po
@@ -8,11 +8,11 @@ msgstr ""
msgctxt "field:stock.move.split.start,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:stock.move.split.start,quantity:"
msgid "Quantity"
-msgstr ""
+msgstr "Ilość"
msgctxt "field:stock.move.split.start,unit_digits:"
msgid "Unit Digits"
@@ -20,11 +20,11 @@ msgstr ""
msgctxt "field:stock.move.split.start,uom:"
msgid "Uom"
-msgstr ""
+msgstr "Jednostka miary"
msgctxt "field:stock.move.split.start,uom_category:"
msgid "Uom Category"
-msgstr ""
+msgstr "Kategoria jednostki miary"
msgctxt "help:stock.move.split.start,count:"
msgid "The limit number of moves"
@@ -45,7 +45,7 @@ msgstr ""
msgctxt "wizard_button:stock.move.split,start,end:"
msgid "Cancel"
-msgstr ""
+msgstr "Anuluj"
msgctxt "wizard_button:stock.move.split,start,split:"
msgid "Split"
diff --git a/setup.py b/setup.py
index d80726f..f06eded 100644
--- a/setup.py
+++ b/setup.py
@@ -80,7 +80,7 @@ setup(name=name,
'Intended Audience :: Financial and Insurance Industry',
'Intended Audience :: Legal Industry',
'Intended Audience :: Manufacturing',
- 'License :: OSI Approved :: GNU General Public License (GPL)',
+ 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Natural Language :: Bulgarian',
'Natural Language :: Catalan',
'Natural Language :: Chinese (Simplified)',
diff --git a/tryton.cfg b/tryton.cfg
index 32f46de..fbfc6db 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.2.0
+version=4.4.0
depends:
ir
stock
diff --git a/trytond_stock_split.egg-info/PKG-INFO b/trytond_stock_split.egg-info/PKG-INFO
index d72fd5c..ba0c05e 100644
--- a/trytond_stock_split.egg-info/PKG-INFO
+++ b/trytond_stock_split.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-stock-split
-Version: 4.2.0
+Version: 4.4.0
Summary: Tryton module to split stock move
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/4.2/
+Download-URL: http://downloads.tryton.org/4.4/
Description: trytond_stock_split
===================
@@ -52,7 +52,7 @@ Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Legal Industry
Classifier: Intended Audience :: Manufacturing
-Classifier: License :: OSI Approved :: GNU General Public License (GPL)
+Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: Bulgarian
Classifier: Natural Language :: Catalan
Classifier: Natural Language :: Chinese (Simplified)
diff --git a/trytond_stock_split.egg-info/requires.txt b/trytond_stock_split.egg-info/requires.txt
index d2cdcba..e771890 100644
--- a/trytond_stock_split.egg-info/requires.txt
+++ b/trytond_stock_split.egg-info/requires.txt
@@ -1,2 +1,2 @@
-trytond_stock >= 4.2, < 4.3
-trytond >= 4.2, < 4.3
+trytond_stock >= 4.4, < 4.5
+trytond >= 4.4, < 4.5
--
tryton-modules-stock-split
More information about the tryton-debian-vcs
mailing list