[tryton-debian-vcs] tryton-modules-account-invoice-line-standalone branch upstream updated. upstream/3.2.0-1-gd5b74db

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Thu Oct 23 12:13:41 UTC 2014


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-line-standalone.git;a=commitdiff;h=upstream/3.2.0-1-gd5b74db

commit d5b74db5e2019f8702918a4b74253f8a267ade97
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Oct 21 11:29:05 2014 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index f1c9bbd..272fbe6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.4.0 - 2014-10-20
+* Bug fixes (see mercurial logs for details)
+
 Version 3.2.0 - 2014-04-21
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 8a676c9..ac4a822 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_account_invoice_line_standalone
-Version: 3.2.0
+Version: 3.4.0
 Summary: Tryton module to have standalone invoice lines
 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.2/
+Download-URL: http://downloads.tryton.org/3.4/
 Description: trytond_account_invoice_line_standalone
         =======================================
         
diff --git a/locale/es_EC.po b/locale/es_EC.po
new file mode 100644
index 0000000..0a64a4b
--- /dev/null
+++ b/locale/es_EC.po
@@ -0,0 +1,35 @@
+# 
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "model:ir.action,name:act_invoice_line_in_credit_note_form"
+msgid "Supplier Credit Note Lines"
+msgstr "Líneas de Nota de Crédito de Proveedor"
+
+msgctxt "model:ir.action,name:act_invoice_line_in_invoice_form"
+msgid "Supplier Invoice Lines"
+msgstr "Líneas de Factura de Proveedor"
+
+msgctxt "model:ir.action,name:act_invoice_line_out_credit_note_form"
+msgid "Credit Note Lines"
+msgstr "Líneas de Nota de Crédito"
+
+msgctxt "model:ir.action,name:act_invoice_line_out_invoice_form"
+msgid "Invoice Lines"
+msgstr "Líneas de Factura"
+
+msgctxt "model:ir.ui.menu,name:menu_invoice_line_in_credit_note_form"
+msgid "Supplier Credit Note Lines"
+msgstr "Líneas de Nota de Crédito de Proveedor"
+
+msgctxt "model:ir.ui.menu,name:menu_invoice_line_in_invoice_form"
+msgid "Supplier Invoice Lines"
+msgstr "Líneas de Factura de Proveedor"
+
+msgctxt "model:ir.ui.menu,name:menu_invoice_line_out_credit_note_form"
+msgid "Credit Note Lines"
+msgstr "Líneas de Nota de Crédito"
+
+msgctxt "model:ir.ui.menu,name:menu_invoice_line_out_invoice_form"
+msgid "Invoice Lines"
+msgstr "Líneas de Factura"
diff --git a/tryton.cfg b/tryton.cfg
index 7e9f488..f33fefd 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.2.0
+version=3.4.0
 depends:
     account_invoice
     ir
diff --git a/trytond_account_invoice_line_standalone.egg-info/PKG-INFO b/trytond_account_invoice_line_standalone.egg-info/PKG-INFO
index eeb7329..1e54a3d 100644
--- a/trytond_account_invoice_line_standalone.egg-info/PKG-INFO
+++ b/trytond_account_invoice_line_standalone.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-account-invoice-line-standalone
-Version: 3.2.0
+Version: 3.4.0
 Summary: Tryton module to have standalone invoice lines
 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.2/
+Download-URL: http://downloads.tryton.org/3.4/
 Description: trytond_account_invoice_line_standalone
         =======================================
         
diff --git a/trytond_account_invoice_line_standalone.egg-info/SOURCES.txt b/trytond_account_invoice_line_standalone.egg-info/SOURCES.txt
index d47ddbf..f67d002 100644
--- a/trytond_account_invoice_line_standalone.egg-info/SOURCES.txt
+++ b/trytond_account_invoice_line_standalone.egg-info/SOURCES.txt
@@ -9,14 +9,31 @@ setup.py
 tryton.cfg
 ./__init__.py
 ./invoice.py
+./invoice.xml
+./tryton.cfg
+./locale/bg_BG.po
+./locale/ca_ES.po
+./locale/cs_CZ.po
+./locale/de_DE.po
+./locale/es_AR.po
+./locale/es_CO.po
+./locale/es_EC.po
+./locale/es_ES.po
+./locale/fr_FR.po
+./locale/nl_NL.po
+./locale/ru_RU.po
+./locale/sl_SI.po
 ./tests/__init__.py
 ./tests/test_account_invoice_line_standalone.py
+./view/invoice_line_form.xml
+./view/invoice_line_tree.xml
 locale/bg_BG.po
 locale/ca_ES.po
 locale/cs_CZ.po
 locale/de_DE.po
 locale/es_AR.po
 locale/es_CO.po
+locale/es_EC.po
 locale/es_ES.po
 locale/fr_FR.po
 locale/nl_NL.po
diff --git a/trytond_account_invoice_line_standalone.egg-info/requires.txt b/trytond_account_invoice_line_standalone.egg-info/requires.txt
index 77401fc..a71bcbb 100644
--- a/trytond_account_invoice_line_standalone.egg-info/requires.txt
+++ b/trytond_account_invoice_line_standalone.egg-info/requires.txt
@@ -1,2 +1,2 @@
-trytond_account_invoice >= 3.2, < 3.3
-trytond >= 3.2, < 3.3
\ No newline at end of file
+trytond_account_invoice >= 3.4, < 3.5
+trytond >= 3.4, < 3.5
\ No newline at end of file
-- 
tryton-modules-account-invoice-line-standalone



More information about the tryton-debian-vcs mailing list