[tryton-debian-vcs] tryton-modules-account-invoice-stock branch debian updated. debian/4.2.0-1-2-g2145281

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Jun 7 13:31:50 UTC 2017


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-invoice-stock.git;a=commitdiff;h=debian/4.2.0-1-2-g2145281

commit 2145281e5a84efe4dbec8316750c973204234769
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Jun 7 15:25:55 2017 +0200

    Merging upstream version 4.4.0.

diff --git a/CHANGELOG b/CHANGELOG
index 01bf130..0a0b8d0 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 a29b425..b707f78 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
-Copyright (C) 2014-2016 Cédric Krier.
-Copyright (C) 2014-2016 B2CK SPRL.
+Copyright (C) 2014-2017 Cédric Krier.
+Copyright (C) 2014-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 424d778..f835960 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_account_invoice_stock
-Version: 4.2.0
+Version: 4.4.0
 Summary: Tryton module to link stock and invoice
 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_account_invoice_stock
         =============================
         
@@ -51,7 +51,7 @@ Classifier: Framework :: Tryton
 Classifier: Intended Audience :: Developers
 Classifier: Intended Audience :: Financial and Insurance Industry
 Classifier: Intended Audience :: Legal Industry
-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/ca.po b/locale/ca.po
index 93b318d..73e1fcd 100644
--- a/locale/ca.po
+++ b/locale/ca.po
@@ -4,7 +4,7 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "field:account.invoice.line,stock_moves:"
 msgid "Stock Moves"
-msgstr "Moviments d'estoc"
+msgstr "Moviments d'existències"
 
 msgctxt "field:account.invoice.line-stock.move,create_date:"
 msgid "Create Date"
@@ -28,7 +28,7 @@ msgstr "Nom"
 
 msgctxt "field:account.invoice.line-stock.move,stock_move:"
 msgid "Stock Move"
-msgstr "Moviment d'estoc"
+msgstr "Moviment d'existències"
 
 msgctxt "field:account.invoice.line-stock.move,write_date:"
 msgid "Write Date"
@@ -44,7 +44,7 @@ msgstr "Línies de factura"
 
 msgctxt "model:account.invoice.line-stock.move,name:"
 msgid "Invoice Line - Stock Move"
-msgstr "Línia de factura - Moviment d'estoc"
+msgstr "Línia de factura - Moviment d'existències"
 
 msgctxt "view:account.invoice.line:"
 msgid "Stock"
diff --git a/locale/es.po b/locale/es.po
index 3fcc46e..5e817fa 100644
--- a/locale/es.po
+++ b/locale/es.po
@@ -4,7 +4,7 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "field:account.invoice.line,stock_moves:"
 msgid "Stock Moves"
-msgstr "Movimientos de stock"
+msgstr "Movimientos de existencias"
 
 msgctxt "field:account.invoice.line-stock.move,create_date:"
 msgid "Create Date"
@@ -28,7 +28,7 @@ msgstr "Nombre"
 
 msgctxt "field:account.invoice.line-stock.move,stock_move:"
 msgid "Stock Move"
-msgstr "Movimiento de stock"
+msgstr "Movimiento de existencias"
 
 msgctxt "field:account.invoice.line-stock.move,write_date:"
 msgid "Write Date"
@@ -44,7 +44,7 @@ msgstr "Líneas de factura"
 
 msgctxt "model:account.invoice.line-stock.move,name:"
 msgid "Invoice Line - Stock Move"
-msgstr "Línea de factura - Movimiento de stock"
+msgstr "Línea de factura - Movimiento de existencias"
 
 msgctxt "view:account.invoice.line:"
 msgid "Stock"
diff --git a/locale/es_419.po b/locale/es_419.po
index bcf05c3..15b945e 100644
--- a/locale/es_419.po
+++ b/locale/es_419.po
@@ -12,7 +12,7 @@ msgstr ""
 
 msgctxt "field:account.invoice.line-stock.move,create_uid:"
 msgid "Create User"
-msgstr "Creado por usuario"
+msgstr ""
 
 msgctxt "field:account.invoice.line-stock.move,id:"
 msgid "ID"
@@ -36,7 +36,7 @@ msgstr ""
 
 msgctxt "field:account.invoice.line-stock.move,write_uid:"
 msgid "Write User"
-msgstr "Modificado por usuario"
+msgstr ""
 
 msgctxt "field:stock.move,invoice_lines:"
 msgid "Invoice Lines"
@@ -48,4 +48,4 @@ msgstr ""
 
 msgctxt "view:account.invoice.line:"
 msgid "Stock"
-msgstr "Stock"
+msgstr "Existencias"
diff --git a/setup.py b/setup.py
index 521786a..e45bc36 100644
--- a/setup.py
+++ b/setup.py
@@ -78,7 +78,7 @@ setup(name=name,
         'Intended Audience :: Developers',
         'Intended Audience :: Financial and Insurance Industry',
         'Intended Audience :: Legal Industry',
-        '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 6b32d50..a94720a 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.2.0
+version=4.4.0
 depends:
     account_invoice
     stock
diff --git a/trytond_account_invoice_stock.egg-info/PKG-INFO b/trytond_account_invoice_stock.egg-info/PKG-INFO
index 7b69615..7f869be 100644
--- a/trytond_account_invoice_stock.egg-info/PKG-INFO
+++ b/trytond_account_invoice_stock.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-account-invoice-stock
-Version: 4.2.0
+Version: 4.4.0
 Summary: Tryton module to link stock and invoice
 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_account_invoice_stock
         =============================
         
@@ -51,7 +51,7 @@ Classifier: Framework :: Tryton
 Classifier: Intended Audience :: Developers
 Classifier: Intended Audience :: Financial and Insurance Industry
 Classifier: Intended Audience :: Legal Industry
-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_account_invoice_stock.egg-info/requires.txt b/trytond_account_invoice_stock.egg-info/requires.txt
index 3c71539..9a41ee6 100644
--- a/trytond_account_invoice_stock.egg-info/requires.txt
+++ b/trytond_account_invoice_stock.egg-info/requires.txt
@@ -1,4 +1,4 @@
-trytond_account_invoice >= 4.2, < 4.3
-trytond_stock >= 4.2, < 4.3
-trytond_product >= 4.2, < 4.3
-trytond >= 4.2, < 4.3
+trytond_account_invoice >= 4.4, < 4.5
+trytond_stock >= 4.4, < 4.5
+trytond_product >= 4.4, < 4.5
+trytond >= 4.4, < 4.5
-- 
tryton-modules-account-invoice-stock



More information about the tryton-debian-vcs mailing list