[tryton-debian-vcs] tryton-modules-account-invoice-stock branch debian updated. dd03db535df4f48d8a3648344283c3100db9f2bb

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


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=dd03db535df4f48d8a3648344283c3100db9f2bb

commit dd03db535df4f48d8a3648344283c3100db9f2bb
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Oct 23 13:31:57 2014 +0200

    Releasing debian version 3.4.0-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index e7f0090..707510e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+tryton-modules-account-invoice-stock (3.4.0-1) unstable; urgency=medium
+
+  * Updating signing key while using now plain .asc files instead of .pgp
+    binaries.
+  * Adding actual upstream signing key.
+  * Updating to Standards-Version: 3.9.6, no changes needed.
+  * Merging upstream version 3.4.0.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Tue, 21 Oct 2014 20:23:47 +0200
+
 tryton-modules-account-invoice-stock (3.2.0-1) unstable; urgency=medium
 
   * Initial release (Closes: #742735).
commit 8fa989ccda543f0007ab863e1d419972d58ea57b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Oct 21 11:29:06 2014 +0200

    Merging upstream version 3.4.0.

diff --git a/CHANGELOG b/CHANGELOG
index 18cc18b..b9db783 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,2 +1,5 @@
+Version 3.4.0 - 2014-10-20
+* Bug fixes (see mercurial logs for details)
+
 Version 3.2.0 - 2014-04-21
 * Initial release
\ No newline at end of file
diff --git a/PKG-INFO b/PKG-INFO
index e70809d..6b36861 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_account_invoice_stock
-Version: 3.2.0
+Version: 3.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/3.2/
+Download-URL: http://downloads.tryton.org/3.4/
 Description: trytond_account_invoice_stock
         =============================
         
diff --git a/account.py b/account.py
index 4589543..e53c366 100644
--- a/account.py
+++ b/account.py
@@ -13,9 +13,9 @@ class InvoiceLineStockMove(ModelSQL):
     __name__ = 'account.invoice.line-stock.move'
 
     invoice_line = fields.Many2One('account.invoice.line', 'Invoice Line',
-        required=True, select=True)
+        required=True, select=True, ondelete='CASCADE')
     stock_move = fields.Many2One('stock.move', 'Stock Move', required=True,
-        select=True)
+        select=True, ondelete='CASCADE')
 
 
 class InvoiceLine:
diff --git a/locale/sl_SI.po b/locale/es_EC.po
similarity index 74%
copy from locale/sl_SI.po
copy to locale/es_EC.po
index 2429cc2..229ad09 100644
--- a/locale/sl_SI.po
+++ b/locale/es_EC.po
@@ -4,15 +4,15 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "field:account.invoice.line,stock_moves:"
 msgid "Stock Moves"
-msgstr "Promet zaloge"
+msgstr "Movimientos de Existencias"
 
 msgctxt "field:account.invoice.line-stock.move,create_date:"
 msgid "Create Date"
-msgstr "Ustvarjeno"
+msgstr "Fecha de Creación"
 
 msgctxt "field:account.invoice.line-stock.move,create_uid:"
 msgid "Create User"
-msgstr "Ustvaril"
+msgstr "Creado por Usuario"
 
 msgctxt "field:account.invoice.line-stock.move,id:"
 msgid "ID"
@@ -20,32 +20,32 @@ msgstr "ID"
 
 msgctxt "field:account.invoice.line-stock.move,invoice_line:"
 msgid "Invoice Line"
-msgstr "Postavka računa"
+msgstr "Línea de Factura"
 
 msgctxt "field:account.invoice.line-stock.move,rec_name:"
 msgid "Name"
-msgstr "Ime"
+msgstr "Nombre"
 
 msgctxt "field:account.invoice.line-stock.move,stock_move:"
 msgid "Stock Move"
-msgstr "Promet zaloge"
+msgstr "Movimiento de Existencias"
 
 msgctxt "field:account.invoice.line-stock.move,write_date:"
 msgid "Write Date"
-msgstr "Zapisano"
+msgstr "Fecha de Modificación"
 
 msgctxt "field:account.invoice.line-stock.move,write_uid:"
 msgid "Write User"
-msgstr "Zapisal"
+msgstr "Modificado por Usuario"
 
 msgctxt "field:stock.move,invoice_lines:"
 msgid "Invoice Lines"
-msgstr "Postavke računov"
+msgstr "Líneas de Factura"
 
 msgctxt "model:account.invoice.line-stock.move,name:"
 msgid "Invoice Line - Stock Move"
-msgstr "Postavka računa - Promet zaloge"
+msgstr "Linea de Factura - Movimiento de Existencias"
 
 msgctxt "view:account.invoice.line:"
 msgid "Stock"
-msgstr "Zaloga"
+msgstr "Existencias"
diff --git a/locale/sl_SI.po b/locale/sl_SI.po
index 2429cc2..ffbaa81 100644
--- a/locale/sl_SI.po
+++ b/locale/sl_SI.po
@@ -8,11 +8,11 @@ msgstr "Promet zaloge"
 
 msgctxt "field:account.invoice.line-stock.move,create_date:"
 msgid "Create Date"
-msgstr "Ustvarjeno"
+msgstr "Izdelano"
 
 msgctxt "field:account.invoice.line-stock.move,create_uid:"
 msgid "Create User"
-msgstr "Ustvaril"
+msgstr "Izdelal"
 
 msgctxt "field:account.invoice.line-stock.move,id:"
 msgid "ID"
diff --git a/tryton.cfg b/tryton.cfg
index 14ede45..8186997 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.2.0
+version=3.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 aa5864b..5b2fa0f 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: 3.2.0
+Version: 3.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/3.2/
+Download-URL: http://downloads.tryton.org/3.4/
 Description: trytond_account_invoice_stock
         =============================
         
diff --git a/trytond_account_invoice_stock.egg-info/SOURCES.txt b/trytond_account_invoice_stock.egg-info/SOURCES.txt
index fb9665d..66aabf8 100644
--- a/trytond_account_invoice_stock.egg-info/SOURCES.txt
+++ b/trytond_account_invoice_stock.egg-info/SOURCES.txt
@@ -10,13 +10,27 @@ stock.xml
 tryton.cfg
 ./__init__.py
 ./account.py
+./account.xml
 ./stock.py
+./stock.xml
+./tryton.cfg
+./locale/ca_ES.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/sl_SI.po
 ./tests/__init__.py
 ./tests/test_account_invoice_stock.py
+./view/invoice_line_form.xml
+./view/move_form.xml
 locale/ca_ES.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/sl_SI.po
diff --git a/trytond_account_invoice_stock.egg-info/requires.txt b/trytond_account_invoice_stock.egg-info/requires.txt
index 871e8df..9da6f37 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 >= 3.2, < 3.3
-trytond_stock >= 3.2, < 3.3
-trytond_product >= 3.2, < 3.3
-trytond >= 3.2, < 3.3
\ No newline at end of file
+trytond_account_invoice >= 3.4, < 3.5
+trytond_stock >= 3.4, < 3.5
+trytond_product >= 3.4, < 3.5
+trytond >= 3.4, < 3.5
\ No newline at end of file
-- 
tryton-modules-account-invoice-stock



More information about the tryton-debian-vcs mailing list