Hello community,
here is the log from the commit of package trytond_account_invoice_stock for
openSUSE:Factory checked in at 2019-01-21 10:49:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice_stock (Old)
and /work/SRC/openSUSE:Factory/.trytond_account_invoice_stock.new.28833
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_account_invoice_stock"
Mon Jan 21 10:49:10 2019 rev:4 rq:664364 version:4.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/trytond_account_invoice_stock/trytond_account_invoice_stock.changes
2017-07-05 23:55:47.722571374 +0200
+++
/work/SRC/openSUSE:Factory/.trytond_account_invoice_stock.new.28833/trytond_account_invoice_stock.changes
2019-01-21 10:49:35.808074761 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Sun Oct 29 19:58:50 UTC 2017 - [email protected]
+
+- Version 4.6.0
+
Old:
----
trytond_account_invoice_stock-4.2.0.tar.gz
New:
----
trytond_account_invoice_stock-4.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ trytond_account_invoice_stock.spec ++++++
--- /var/tmp/diff_new_pack.wNQRoK/_old 2019-01-21 10:49:37.088073201 +0100
+++ /var/tmp/diff_new_pack.wNQRoK/_new 2019-01-21 10:49:37.092073196 +0100
@@ -1,8 +1,8 @@
#
# spec file for package trytond_account_invoice_stock
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2016 Dr. Axel Braun
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,17 +13,17 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
-%define majorver 4.2
+%define majorver 4.6
Name: trytond_account_invoice_stock
Version: %{majorver}.0
Release: 0
Summary: The "account_invoice_stock" module for the Tryton ERP system
-License: GPL-3.0
+License: GPL-3.0-only
Group: Productivity/Office/Management
Url: http://www.tryton.org/
Source:
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz
@@ -37,7 +37,7 @@
BuildArch: noarch
%description
-The account_invoice_stock module of the Tryton application platform.
+This module adds capability to bill stock items/materials
%prep
%setup -q
++++++ trytond_account_invoice_stock-4.2.0.tar.gz ->
trytond_account_invoice_stock-4.6.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/.drone.yml
new/trytond_account_invoice_stock-4.6.0/.drone.yml
--- old/trytond_account_invoice_stock-4.2.0/.drone.yml 1970-01-01
01:00:00.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/.drone.yml 2017-10-24
00:07:59.000000000 +0200
@@ -0,0 +1,51 @@
+clone:
+ hg:
+ image: plugins/hg
+
+pipeline:
+ tox:
+ image: ${IMAGE}
+ environment:
+ - CFLAGS=-O0
+ - DB_CACHE=/cache
+ - TOX_TESTENV_PASSENV=CFLAGS DB_CACHE
+ - POSTGRESQL_URI=postgresql://postgres@postgresql:5432/
+ commands:
+ - pip install tox
+ - tox -e "${TOXENV}-${DATABASE}"
+ volumes:
+ - cache:/root/.cache
+
+services:
+ postgresql:
+ image: postgres
+ when:
+ matrix:
+ DATABASE: postgresql
+
+matrix:
+ include:
+ - IMAGE: python:2.7
+ TOXENV: py27
+ DATABASE: sqlite
+ - IMAGE: python:2.7
+ TOXENV: py27
+ DATABASE: postgresql
+ - IMAGE: python:3.4
+ TOXENV: py34
+ DATABASE: sqlite
+ - IMAGE: python:3.4
+ TOXENV: py34
+ DATABASE: postgresql
+ - IMAGE: python:3.5
+ TOXENV: py35
+ DATABASE: sqlite
+ - IMAGE: python:3.5
+ TOXENV: py35
+ DATABASE: postgresql
+ - IMAGE: python:3.6
+ TOXENV: py36
+ DATABASE: sqlite
+ - IMAGE: python:3.6
+ TOXENV: py36
+ DATABASE: postgresql
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/.hgtags
new/trytond_account_invoice_stock-4.6.0/.hgtags
--- old/trytond_account_invoice_stock-4.2.0/.hgtags 1970-01-01
01:00:00.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/.hgtags 2017-10-30
15:20:18.000000000 +0100
@@ -0,0 +1,8 @@
+30e4c43737a2deb04c8972e74b63ae563378af58 3.2.0
+ae5ce12311dc9eeeadc48e8d9502a7024b49583d 3.4.0
+8da29982ce00606b18099b4f69bcefebaaa93092 3.6.0
+b0686a56cc335f348ca3ff906bc198b7ad407cbe 3.8.0
+e07b1b5cd0cb478d576324ed77678058c73a1964 4.0.0
+202852b4356e3a74a59564c10a45bcdf52603dca 4.2.0
+9eb18b7f227e61138c25ef3a517a2704f4faf32e 4.4.0
+8fe4212e90f17a44c171e6e718cdbf5f01ff13e9 4.6.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/CHANGELOG
new/trytond_account_invoice_stock-4.6.0/CHANGELOG
--- old/trytond_account_invoice_stock-4.2.0/CHANGELOG 2016-11-28
17:09:22.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/CHANGELOG 2017-10-30
15:20:17.000000000 +0100
@@ -1,3 +1,9 @@
+Version 4.6.0 - 2017-10-30
+* Bug fixes (see mercurial logs for details)
+
+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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/COPYRIGHT
new/trytond_account_invoice_stock-4.6.0/COPYRIGHT
--- old/trytond_account_invoice_stock-4.2.0/COPYRIGHT 2016-11-28
17:09:20.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/COPYRIGHT 2017-10-30
15:20:17.000000000 +0100
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/PKG-INFO
new/trytond_account_invoice_stock-4.6.0/PKG-INFO
--- old/trytond_account_invoice_stock-4.2.0/PKG-INFO 2016-11-28
17:09:33.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/PKG-INFO 2017-10-30
15:20:19.000000000 +0100
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_account_invoice_stock
-Version: 4.2.0
+Version: 4.6.0
Summary: Tryton module to link stock and invoice
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: [email protected]
License: GPL-3
-Download-URL: http://downloads.tryton.org/4.2/
+Download-URL: http://downloads.tryton.org/4.6/
Description: trytond_account_invoice_stock
=============================
@@ -51,7 +51,7 @@
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)
@@ -69,9 +69,9 @@
Classifier: Natural Language :: Spanish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Office/Business
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/locale/bg.po
new/trytond_account_invoice_stock-4.6.0/locale/bg.po
--- old/trytond_account_invoice_stock-4.2.0/locale/bg.po 2016-11-25
22:14:37.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/locale/bg.po 2017-10-29
00:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -27,10 +27,9 @@
msgid "Invoice Line"
msgstr "Ред от фактура"
-#, fuzzy
msgctxt "field:account.invoice.line-stock.move,rec_name:"
-msgid "Name"
-msgstr "Условие за плащане"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:account.invoice.line-stock.move,stock_move:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/locale/ca.po
new/trytond_account_invoice_stock-4.6.0/locale/ca.po
--- old/trytond_account_invoice_stock-4.2.0/locale/ca.po 2016-11-25
22:14:55.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/locale/ca.po 2017-10-29
00:46:40.000000000 +0200
@@ -1,10 +1,10 @@
-#
+#
msgid ""
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"
@@ -23,12 +23,12 @@
msgstr "Línia de factura"
msgctxt "field:account.invoice.line-stock.move,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
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 @@
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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/locale/cs.po
new/trytond_account_invoice_stock-4.6.0/locale/cs.po
--- old/trytond_account_invoice_stock-4.2.0/locale/cs.po 2016-11-25
22:15:16.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/locale/cs.po 2017-10-29
00:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -22,10 +22,9 @@
msgid "Invoice Line"
msgstr ""
-#, fuzzy
msgctxt "field:account.invoice.line-stock.move,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:account.invoice.line-stock.move,stock_move:"
msgid "Stock Move"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/locale/de.po
new/trytond_account_invoice_stock-4.6.0/locale/de.po
--- old/trytond_account_invoice_stock-4.2.0/locale/de.po 2016-11-25
22:15:33.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/locale/de.po 2017-10-29
00:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,8 +23,8 @@
msgstr "Rechnungsposition"
msgctxt "field:account.invoice.line-stock.move,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:account.invoice.line-stock.move,stock_move:"
msgid "Stock Move"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/locale/es.po
new/trytond_account_invoice_stock-4.6.0/locale/es.po
--- old/trytond_account_invoice_stock-4.2.0/locale/es.po 2016-11-25
22:15:50.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/locale/es.po 2017-10-29
00:46:40.000000000 +0200
@@ -1,10 +1,10 @@
-#
+#
msgid ""
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"
@@ -23,12 +23,12 @@
msgstr "Línea de factura"
msgctxt "field:account.invoice.line-stock.move,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
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 @@
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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/locale/es_419.po
new/trytond_account_invoice_stock-4.6.0/locale/es_419.po
--- old/trytond_account_invoice_stock-4.2.0/locale/es_419.po 2016-11-25
22:16:00.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/locale/es_419.po 2017-10-29
00:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -12,7 +12,7 @@
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"
@@ -23,7 +23,7 @@
msgstr ""
msgctxt "field:account.invoice.line-stock.move,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:account.invoice.line-stock.move,stock_move:"
@@ -36,7 +36,7 @@
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 @@
msgctxt "view:account.invoice.line:"
msgid "Stock"
-msgstr "Stock"
+msgstr "Existencias"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/locale/fr.po
new/trytond_account_invoice_stock-4.6.0/locale/fr.po
--- old/trytond_account_invoice_stock-4.2.0/locale/fr.po 2016-11-25
22:16:23.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/locale/fr.po 2017-10-29
00:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,8 +23,8 @@
msgstr "Ligne de facture"
msgctxt "field:account.invoice.line-stock.move,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:account.invoice.line-stock.move,stock_move:"
msgid "Stock Move"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/locale/hu_HU.po
new/trytond_account_invoice_stock-4.6.0/locale/hu_HU.po
--- old/trytond_account_invoice_stock-4.2.0/locale/hu_HU.po 2016-11-25
22:16:43.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/locale/hu_HU.po 2017-10-29
00:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -25,10 +25,9 @@
msgid "Invoice Line"
msgstr ""
-#, fuzzy
msgctxt "field:account.invoice.line-stock.move,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
msgctxt "field:account.invoice.line-stock.move,stock_move:"
msgid "Stock Move"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/locale/it_IT.po
new/trytond_account_invoice_stock-4.6.0/locale/it_IT.po
--- old/trytond_account_invoice_stock-4.2.0/locale/it_IT.po 2016-11-25
22:16:47.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/locale/it_IT.po 2017-10-29
00:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,8 +23,8 @@
msgstr "Riga fattura"
msgctxt "field:account.invoice.line-stock.move,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
msgctxt "field:account.invoice.line-stock.move,stock_move:"
msgid "Stock Move"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/locale/ja_JP.po
new/trytond_account_invoice_stock-4.6.0/locale/ja_JP.po
--- old/trytond_account_invoice_stock-4.2.0/locale/ja_JP.po 2016-11-25
22:18:21.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/locale/ja_JP.po 2017-10-29
00:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,7 +23,7 @@
msgstr ""
msgctxt "field:account.invoice.line-stock.move,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:account.invoice.line-stock.move,stock_move:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/locale/lo.po
new/trytond_account_invoice_stock-4.6.0/locale/lo.po
--- old/trytond_account_invoice_stock-4.2.0/locale/lo.po 2016-11-25
22:17:02.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/locale/lo.po 2017-10-29
00:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,8 +23,8 @@
msgstr "ລາຍການ"
msgctxt "field:account.invoice.line-stock.move,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
msgctxt "field:account.invoice.line-stock.move,stock_move:"
msgid "Stock Move"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/locale/lt.po
new/trytond_account_invoice_stock-4.6.0/locale/lt.po
--- old/trytond_account_invoice_stock-4.2.0/locale/lt.po 2016-11-25
22:17:13.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/locale/lt.po 2017-10-29
00:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -22,10 +22,9 @@
msgid "Invoice Line"
msgstr ""
-#, fuzzy
msgctxt "field:account.invoice.line-stock.move,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:account.invoice.line-stock.move,stock_move:"
msgid "Stock Move"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/locale/nl.po
new/trytond_account_invoice_stock-4.6.0/locale/nl.po
--- old/trytond_account_invoice_stock-4.2.0/locale/nl.po 2016-11-25
22:17:26.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/locale/nl.po 2017-10-29
00:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -26,10 +26,9 @@
msgid "Invoice Line"
msgstr "Factuurregel"
-#, fuzzy
msgctxt "field:account.invoice.line-stock.move,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
msgctxt "field:account.invoice.line-stock.move,stock_move:"
msgid "Stock Move"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/locale/pl.po
new/trytond_account_invoice_stock-4.6.0/locale/pl.po
--- old/trytond_account_invoice_stock-4.2.0/locale/pl.po 2016-11-25
22:16:15.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/locale/pl.po 2017-10-29
00:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -8,23 +8,23 @@
msgctxt "field:account.invoice.line-stock.move,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:account.invoice.line-stock.move,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:account.invoice.line-stock.move,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:account.invoice.line-stock.move,invoice_line:"
msgid "Invoice Line"
msgstr ""
msgctxt "field:account.invoice.line-stock.move,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:account.invoice.line-stock.move,stock_move:"
msgid "Stock Move"
@@ -32,11 +32,11 @@
msgctxt "field:account.invoice.line-stock.move,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:account.invoice.line-stock.move,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
msgctxt "field:stock.move,invoice_lines:"
msgid "Invoice Lines"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/locale/pt_BR.po
new/trytond_account_invoice_stock-4.6.0/locale/pt_BR.po
--- old/trytond_account_invoice_stock-4.2.0/locale/pt_BR.po 2016-11-25
22:17:42.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/locale/pt_BR.po 2017-10-29
00:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,8 +23,8 @@
msgstr "Linha da fatura"
msgctxt "field:account.invoice.line-stock.move,rec_name:"
-msgid "Name"
-msgstr "Linha da fatura"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:account.invoice.line-stock.move,stock_move:"
msgid "Stock Move"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/locale/ru.po
new/trytond_account_invoice_stock-4.6.0/locale/ru.po
--- old/trytond_account_invoice_stock-4.2.0/locale/ru.po 2016-11-25
22:17:50.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/locale/ru.po 2017-10-29
00:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -27,10 +27,9 @@
msgid "Invoice Line"
msgstr "Строка инвойса"
-#, fuzzy
msgctxt "field:account.invoice.line-stock.move,rec_name:"
-msgid "Name"
-msgstr "Правило оплаты"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:account.invoice.line-stock.move,stock_move:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/locale/sl.po
new/trytond_account_invoice_stock-4.6.0/locale/sl.po
--- old/trytond_account_invoice_stock-4.2.0/locale/sl.po 2016-11-25
22:17:58.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/locale/sl.po 2017-10-29
00:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,8 +23,8 @@
msgstr "Postavka računa"
msgctxt "field:account.invoice.line-stock.move,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:account.invoice.line-stock.move,stock_move:"
msgid "Stock Move"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/locale/zh_CN.po
new/trytond_account_invoice_stock-4.6.0/locale/zh_CN.po
--- old/trytond_account_invoice_stock-4.2.0/locale/zh_CN.po 2016-11-25
22:18:17.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/locale/zh_CN.po 2017-10-29
00:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -25,10 +25,9 @@
msgid "Invoice Line"
msgstr ""
-#, fuzzy
msgctxt "field:account.invoice.line-stock.move,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
msgctxt "field:account.invoice.line-stock.move,stock_move:"
msgid "Stock Move"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/setup.cfg
new/trytond_account_invoice_stock-4.6.0/setup.cfg
--- old/trytond_account_invoice_stock-4.2.0/setup.cfg 2016-11-28
17:09:33.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/setup.cfg 2017-10-30
15:20:19.000000000 +0100
@@ -1,5 +1,4 @@
[egg_info]
tag_build =
tag_date = 0
-tag_svn_revision = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/setup.py
new/trytond_account_invoice_stock-4.6.0/setup.py
--- old/trytond_account_invoice_stock-4.2.0/setup.py 2016-11-25
19:28:15.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/setup.py 2017-10-24
00:07:59.000000000 +0200
@@ -78,7 +78,7 @@
'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)',
@@ -96,9 +96,9 @@
'Natural Language :: Spanish',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
- 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Office/Business',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/tox.ini
new/trytond_account_invoice_stock-4.6.0/tox.ini
--- old/trytond_account_invoice_stock-4.2.0/tox.ini 1970-01-01
01:00:00.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/tox.ini 2017-10-24
00:07:59.000000000 +0200
@@ -0,0 +1,18 @@
+[tox]
+envlist =
{py27,py34,py35,py36}-{sqlite,postgresql,mysql},pypy-{sqlite,postgresql}
+
+[testenv]
+commands = {envpython} setup.py test
+deps =
+ {py27,py34,py35,py36}-postgresql: psycopg2 >= 2.5
+ pypy-postgresql: psycopg2cffi >= 2.5
+ mysql: MySQL-python
+ sqlite: sqlitebck
+setenv =
+ sqlite: TRYTOND_DATABASE_URI={env:SQLITE_URI:sqlite://}
+ postgresql: TRYTOND_DATABASE_URI={env:POSTGRESQL_URI:postgresql://}
+ mysql: TRYTOND_DATABASE_URI={env:MYSQL_URI:mysql://}
+ sqlite: DB_NAME={env:SQLITE_NAME::memory:}
+ postgresql: DB_NAME={env:POSTGRESQL_NAME:test}
+ mysql: DB_NAME={env:MYSQL_NAME:test}
+install_command = pip install --pre --find-links https://trydevpi.tryton.org/
{opts} {packages}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account_invoice_stock-4.2.0/tryton.cfg
new/trytond_account_invoice_stock-4.6.0/tryton.cfg
--- old/trytond_account_invoice_stock-4.2.0/tryton.cfg 2016-11-28
17:09:15.000000000 +0100
+++ new/trytond_account_invoice_stock-4.6.0/tryton.cfg 2017-10-30
15:20:16.000000000 +0100
@@ -1,5 +1,5 @@
[tryton]
-version=4.2.0
+version=4.6.0
depends:
account_invoice
stock
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/trytond_account_invoice_stock-4.2.0/trytond_account_invoice_stock.egg-info/PKG-INFO
new/trytond_account_invoice_stock-4.6.0/trytond_account_invoice_stock.egg-info/PKG-INFO
---
old/trytond_account_invoice_stock-4.2.0/trytond_account_invoice_stock.egg-info/PKG-INFO
2016-11-28 17:09:29.000000000 +0100
+++
new/trytond_account_invoice_stock-4.6.0/trytond_account_invoice_stock.egg-info/PKG-INFO
2017-10-30 15:20:18.000000000 +0100
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-account-invoice-stock
-Version: 4.2.0
+Version: 4.6.0
Summary: Tryton module to link stock and invoice
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: [email protected]
License: GPL-3
-Download-URL: http://downloads.tryton.org/4.2/
+Download-URL: http://downloads.tryton.org/4.6/
Description: trytond_account_invoice_stock
=============================
@@ -51,7 +51,7 @@
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)
@@ -69,9 +69,9 @@
Classifier: Natural Language :: Spanish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Office/Business
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/trytond_account_invoice_stock-4.2.0/trytond_account_invoice_stock.egg-info/SOURCES.txt
new/trytond_account_invoice_stock-4.6.0/trytond_account_invoice_stock.egg-info/SOURCES.txt
---
old/trytond_account_invoice_stock-4.2.0/trytond_account_invoice_stock.egg-info/SOURCES.txt
2016-11-28 17:09:29.000000000 +0100
+++
new/trytond_account_invoice_stock-4.6.0/trytond_account_invoice_stock.egg-info/SOURCES.txt
2017-10-30 15:20:18.000000000 +0100
@@ -1,12 +1,18 @@
+.drone.yml
+.hgtags
CHANGELOG
COPYRIGHT
INSTALL
LICENSE
MANIFEST.in
README
+__init__.py
+account.py
account.xml
setup.py
+stock.py
stock.xml
+tox.ini
tryton.cfg
./__init__.py
./account.py
@@ -54,6 +60,8 @@
locale/ru.po
locale/sl.po
locale/zh_CN.po
+tests/__init__.py
+tests/test_account_invoice_stock.py
trytond_account_invoice_stock.egg-info/PKG-INFO
trytond_account_invoice_stock.egg-info/SOURCES.txt
trytond_account_invoice_stock.egg-info/dependency_links.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/trytond_account_invoice_stock-4.2.0/trytond_account_invoice_stock.egg-info/requires.txt
new/trytond_account_invoice_stock-4.6.0/trytond_account_invoice_stock.egg-info/requires.txt
---
old/trytond_account_invoice_stock-4.2.0/trytond_account_invoice_stock.egg-info/requires.txt
2016-11-28 17:09:29.000000000 +0100
+++
new/trytond_account_invoice_stock-4.6.0/trytond_account_invoice_stock.egg-info/requires.txt
2017-10-30 15:20:18.000000000 +0100
@@ -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.6, < 4.7
+trytond_stock >= 4.6, < 4.7
+trytond_product >= 4.6, < 4.7
+trytond >= 4.6, < 4.7