[tryton-debian-vcs] tryton-modules-account-invoice-history branch upstream updated. upstream/3.6.0-1-gf059065
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Nov 11 11:19:57 UTC 2015
The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-invoice-history.git;a=commitdiff;h=upstream/3.6.0-1-gf059065
commit f0590650a567a72b466821f2b9820db0e0323c0d
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Nov 11 12:11:02 2015 +0100
Adding upstream version 3.8.0.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index 67650a1..9b4af6c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.8.0 - 2015-11-02
+* Bug fixes (see mercurial logs for details)
+
Version 3.6.0 - 2015-04-20
* Bug fixes (see mercurial logs for details)
* Add support for PyPy
diff --git a/PKG-INFO b/PKG-INFO
index c68dd7e..9f1f6b1 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_account_invoice_history
-Version: 3.6.0
+Version: 3.8.0
Summary: Tryton module to historize invoices
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/3.6/
+Download-URL: http://downloads.tryton.org/3.8/
Description: trytond_account_invoice_history
===============================
@@ -58,6 +58,9 @@ Classifier: Natural Language :: Dutch
Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Natural Language :: German
+Classifier: Natural Language :: Hungarian
+Classifier: Natural Language :: Italian
+Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Natural Language :: Russian
Classifier: Natural Language :: Slovenian
Classifier: Natural Language :: Spanish
diff --git a/locale/es_MX.po b/locale/es_MX.po
new file mode 100644
index 0000000..7286bd8
--- /dev/null
+++ b/locale/es_MX.po
@@ -0,0 +1,7 @@
+#
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:account.invoice,open_date:"
+msgid "Open Date"
+msgstr "Fecha apertura"
diff --git a/locale/hu_HU.po b/locale/hu_HU.po
new file mode 100644
index 0000000..35b8079
--- /dev/null
+++ b/locale/hu_HU.po
@@ -0,0 +1,7 @@
+#
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:account.invoice,open_date:"
+msgid "Open Date"
+msgstr ""
diff --git a/locale/it_IT.po b/locale/it_IT.po
new file mode 100644
index 0000000..35b8079
--- /dev/null
+++ b/locale/it_IT.po
@@ -0,0 +1,7 @@
+#
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:account.invoice,open_date:"
+msgid "Open Date"
+msgstr ""
diff --git a/locale/ja_JP.po b/locale/ja_JP.po
new file mode 100644
index 0000000..35b8079
--- /dev/null
+++ b/locale/ja_JP.po
@@ -0,0 +1,7 @@
+#
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:account.invoice,open_date:"
+msgid "Open Date"
+msgstr ""
diff --git a/locale/lt_LT.po b/locale/lt_LT.po
new file mode 100644
index 0000000..35b8079
--- /dev/null
+++ b/locale/lt_LT.po
@@ -0,0 +1,7 @@
+#
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:account.invoice,open_date:"
+msgid "Open Date"
+msgstr ""
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
new file mode 100644
index 0000000..aa15aa3
--- /dev/null
+++ b/locale/pt_BR.po
@@ -0,0 +1,7 @@
+#
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:account.invoice,open_date:"
+msgid "Open Date"
+msgstr "Abrir Data"
diff --git a/setup.py b/setup.py
index d7b4405..faaf4dd 100644
--- a/setup.py
+++ b/setup.py
@@ -78,6 +78,9 @@ setup(name=name,
'Natural Language :: English',
'Natural Language :: French',
'Natural Language :: German',
+ 'Natural Language :: Hungarian',
+ 'Natural Language :: Italian',
+ 'Natural Language :: Portuguese (Brazilian)',
'Natural Language :: Russian',
'Natural Language :: Slovenian',
'Natural Language :: Spanish',
diff --git a/tryton.cfg b/tryton.cfg
index edecea1..98390b0 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.6.0
+version=3.8.0
depends:
account_invoice
party
diff --git a/trytond_account_invoice_history.egg-info/PKG-INFO b/trytond_account_invoice_history.egg-info/PKG-INFO
index 4858858..b45d5e1 100644
--- a/trytond_account_invoice_history.egg-info/PKG-INFO
+++ b/trytond_account_invoice_history.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-account-invoice-history
-Version: 3.6.0
+Version: 3.8.0
Summary: Tryton module to historize invoices
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/3.6/
+Download-URL: http://downloads.tryton.org/3.8/
Description: trytond_account_invoice_history
===============================
@@ -58,6 +58,9 @@ Classifier: Natural Language :: Dutch
Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Natural Language :: German
+Classifier: Natural Language :: Hungarian
+Classifier: Natural Language :: Italian
+Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Natural Language :: Russian
Classifier: Natural Language :: Slovenian
Classifier: Natural Language :: Spanish
diff --git a/trytond_account_invoice_history.egg-info/SOURCES.txt b/trytond_account_invoice_history.egg-info/SOURCES.txt
index a510b63..43c6abe 100644
--- a/trytond_account_invoice_history.egg-info/SOURCES.txt
+++ b/trytond_account_invoice_history.egg-info/SOURCES.txt
@@ -19,8 +19,14 @@ tryton.cfg
./locale/es_CO.po
./locale/es_EC.po
./locale/es_ES.po
+./locale/es_MX.po
./locale/fr_FR.po
+./locale/hu_HU.po
+./locale/it_IT.po
+./locale/ja_JP.po
+./locale/lt_LT.po
./locale/nl_NL.po
+./locale/pt_BR.po
./locale/ru_RU.po
./locale/sl_SI.po
locale/bg_BG.po
@@ -31,8 +37,14 @@ locale/es_AR.po
locale/es_CO.po
locale/es_EC.po
locale/es_ES.po
+locale/es_MX.po
locale/fr_FR.po
+locale/hu_HU.po
+locale/it_IT.po
+locale/ja_JP.po
+locale/lt_LT.po
locale/nl_NL.po
+locale/pt_BR.po
locale/ru_RU.po
locale/sl_SI.po
trytond_account_invoice_history.egg-info/PKG-INFO
diff --git a/trytond_account_invoice_history.egg-info/requires.txt b/trytond_account_invoice_history.egg-info/requires.txt
index 1e934d5..2f9a633 100644
--- a/trytond_account_invoice_history.egg-info/requires.txt
+++ b/trytond_account_invoice_history.egg-info/requires.txt
@@ -1,3 +1,3 @@
-trytond_account_invoice >= 3.6, < 3.7
-trytond_party >= 3.6, < 3.7
-trytond >= 3.6, < 3.7
\ No newline at end of file
+trytond_account_invoice >= 3.8, < 3.9
+trytond_party >= 3.8, < 3.9
+trytond >= 3.8, < 3.9
\ No newline at end of file
--
tryton-modules-account-invoice-history
More information about the tryton-debian-vcs
mailing list