[tryton-debian-vcs] tryton-modules-account-dunning branch debian updated. debian/3.2.1-1-4-gd1241ab

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Thu Oct 23 12:13:07 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-dunning.git;a=commitdiff;h=debian/3.2.1-1-4-gd1241ab

commit d1241ab5f56da841a2c888385136548383111d21
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Oct 23 13:31:56 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 b151400..6244895 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-account-dunning (3.4.0-1) unstable; urgency=medium
+
+  * 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:42 +0200
+
 tryton-modules-account-dunning (3.2.1-1) unstable; urgency=medium
 
   * Updating signing key while using now plain .asc files instead of .pgp
commit 6c2ffc44bb4f1122af4a53c72165ffc5493b22d2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Oct 21 11:29:04 2014 +0200

    Merging upstream version 3.4.0.

diff --git a/CHANGELOG b/CHANGELOG
index 3e36884..dd64fdd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Version 3.2.1 - 2014-08-03
+Version 3.4.0 - 2014-10-20
 * Bug fixes (see mercurial logs for details)
 
 Version 3.2.0 - 2014-04-21
diff --git a/PKG-INFO b/PKG-INFO
index 652a20f..87789f7 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_account_dunning
-Version: 3.2.1
+Version: 3.4.0
 Summary: Tryton module for account dunning
 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_dunning
         =======================
         
diff --git a/account.py b/account.py
index 25c1f72..67bfb72 100644
--- a/account.py
+++ b/account.py
@@ -44,13 +44,12 @@ class Configuration:
                 ('field', '=', dunning_field.id),
                 ('res', '=', None),
                 ])
-        with Transaction().set_user(0):
-            Property.delete(properties)
-            if value:
-                Property.create([{
-                            'field': dunning_field.id,
-                            'value': 'account.dunning.procedure,%s' % value,
-                            }])
+        Property.delete(properties)
+        if value:
+            Property.create([{
+                        'field': dunning_field.id,
+                        'value': 'account.dunning.procedure,%s' % value,
+                        }])
 
 
 class MoveLine:
diff --git a/locale/de_DE.po b/locale/de_DE.po
index 310650f..cf610ab 100644
--- a/locale/de_DE.po
+++ b/locale/de_DE.po
@@ -92,7 +92,7 @@ msgstr "Letzte Änderung durch"
 
 msgctxt "field:account.dunning.create.start,date:"
 msgid "Date"
-msgstr "Zeitpunkt"
+msgstr "Datum"
 
 msgctxt "field:account.dunning.create.start,id:"
 msgid "ID"
diff --git a/locale/sl_SI.po b/locale/es_EC.po
similarity index 75%
copy from locale/sl_SI.po
copy to locale/es_EC.po
index 3153ddb..1d194fa 100644
--- a/locale/sl_SI.po
+++ b/locale/es_EC.po
@@ -4,43 +4,43 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "error:account.dunning:"
 msgid "Line can be used only once on dunning."
-msgstr "Postavka se lahko na izterjavi uporabi samo enkrat."
+msgstr "La línea puede ser utilizada sólo una vez en el cobro."
 
 msgctxt "field:account.configuration,default_dunning_procedure:"
 msgid "Default Dunning Procedure"
-msgstr "Privzet postopek izterjave"
+msgstr "Procedimiento de Cobro por Defecto"
 
 msgctxt "field:account.dunning,active:"
 msgid "Active"
-msgstr "Aktivno"
+msgstr "Activo"
 
 msgctxt "field:account.dunning,amount:"
 msgid "Amount"
-msgstr "Znesek"
+msgstr "Valor"
 
 msgctxt "field:account.dunning,amount_second_currency:"
 msgid "Amount Second Currency"
-msgstr "Znesek v drugi valuti"
+msgstr "Valor en Segunda Moneda"
 
 msgctxt "field:account.dunning,blocked:"
 msgid "Blocked"
-msgstr "Zamrznjeno"
+msgstr "Bloqueado"
 
 msgctxt "field:account.dunning,company:"
 msgid "Company"
-msgstr "Družba"
+msgstr "Empresa"
 
 msgctxt "field:account.dunning,create_date:"
 msgid "Create Date"
-msgstr "Ustvarjeno"
+msgstr "Fecha de Creación"
 
 msgctxt "field:account.dunning,create_uid:"
 msgid "Create User"
-msgstr "Ustvaril"
+msgstr "Creado por Usuario"
 
 msgctxt "field:account.dunning,currency_digits:"
 msgid "Currency Digits"
-msgstr "Decimalke"
+msgstr "Decimales de Moneda"
 
 msgctxt "field:account.dunning,id:"
 msgid "ID"
@@ -48,51 +48,51 @@ msgstr "ID"
 
 msgctxt "field:account.dunning,level:"
 msgid "Level"
-msgstr "Stopnja"
+msgstr "Nivel"
 
 msgctxt "field:account.dunning,line:"
 msgid "Line"
-msgstr "Postavka"
+msgstr "Línea"
 
 msgctxt "field:account.dunning,maturity_date:"
 msgid "Maturity Date"
-msgstr "Datum dospelosti"
+msgstr "Fecha de Vencimiento"
 
 msgctxt "field:account.dunning,party:"
 msgid "Party"
-msgstr "Partner"
+msgstr "Tercero"
 
 msgctxt "field:account.dunning,procedure:"
 msgid "Procedure"
-msgstr "Postopek"
+msgstr "Procedimiento"
 
 msgctxt "field:account.dunning,rec_name:"
 msgid "Name"
-msgstr "Ime"
+msgstr "Nombre"
 
 msgctxt "field:account.dunning,second_currency:"
 msgid "Second Currency"
-msgstr "Druga valuta"
+msgstr "Segunda Moneda"
 
 msgctxt "field:account.dunning,second_currency_digits:"
 msgid "Second Currency Digits"
-msgstr "Decimalke druge valute"
+msgstr "Decimales de Segunda Moneda"
 
 msgctxt "field:account.dunning,state:"
 msgid "State"
-msgstr "Stanje"
+msgstr "Estado"
 
 msgctxt "field:account.dunning,write_date:"
 msgid "Write Date"
-msgstr "Zapisano"
+msgstr "Fecha de Modificación"
 
 msgctxt "field:account.dunning,write_uid:"
 msgid "Write User"
-msgstr "Zapisal"
+msgstr "Modificado por Usuario"
 
 msgctxt "field:account.dunning.create.start,date:"
 msgid "Date"
-msgstr "Datum"
+msgstr "Fecha"
 
 msgctxt "field:account.dunning.create.start,id:"
 msgid "ID"
@@ -100,15 +100,15 @@ msgstr "ID"
 
 msgctxt "field:account.dunning.level,create_date:"
 msgid "Create Date"
-msgstr "Ustvarjeno"
+msgstr "Fecha de Creación"
 
 msgctxt "field:account.dunning.level,create_uid:"
 msgid "Create User"
-msgstr "Ustvaril"
+msgstr "Creado por Usuario"
 
 msgctxt "field:account.dunning.level,days:"
 msgid "Number of Overdue Days"
-msgstr "Prekoračenih dni"
+msgstr "Número de Días de Atraso"
 
 msgctxt "field:account.dunning.level,id:"
 msgid "ID"
@@ -116,31 +116,31 @@ msgstr "ID"
 
 msgctxt "field:account.dunning.level,procedure:"
 msgid "Procedure"
-msgstr "Postopek"
+msgstr "Procedimiento"
 
 msgctxt "field:account.dunning.level,rec_name:"
 msgid "Name"
-msgstr "Ime"
+msgstr "Nombre"
 
 msgctxt "field:account.dunning.level,sequence:"
 msgid "Sequence"
-msgstr "Zap.št."
+msgstr "Secuencia"
 
 msgctxt "field:account.dunning.level,write_date:"
 msgid "Write Date"
-msgstr "Zapisano"
+msgstr "Fecha de Modificación"
 
 msgctxt "field:account.dunning.level,write_uid:"
 msgid "Write User"
-msgstr "Zapisal"
+msgstr "Modificado por Usuario"
 
 msgctxt "field:account.dunning.procedure,create_date:"
 msgid "Create Date"
-msgstr "Ustvarjeno"
+msgstr "Fecha de Creación"
 
 msgctxt "field:account.dunning.procedure,create_uid:"
 msgid "Create User"
-msgstr "Ustvaril"
+msgstr "Creado por Usuario"
 
 msgctxt "field:account.dunning.procedure,id:"
 msgid "ID"
@@ -148,23 +148,23 @@ msgstr "ID"
 
 msgctxt "field:account.dunning.procedure,levels:"
 msgid "Levels"
-msgstr "Stopnje"
+msgstr "Niveles"
 
 msgctxt "field:account.dunning.procedure,name:"
 msgid "Name"
-msgstr "Naziv"
+msgstr "Nombre"
 
 msgctxt "field:account.dunning.procedure,rec_name:"
 msgid "Name"
-msgstr "Ime"
+msgstr "Nombre"
 
 msgctxt "field:account.dunning.procedure,write_date:"
 msgid "Write Date"
-msgstr "Zapisano"
+msgstr "Fecha de Modificación"
 
 msgctxt "field:account.dunning.procedure,write_uid:"
 msgid "Write User"
-msgstr "Zapisal"
+msgstr "Modificado por Usuario"
 
 msgctxt "field:account.dunning.process.start,id:"
 msgid "ID"
@@ -172,152 +172,152 @@ msgstr "ID"
 
 msgctxt "field:account.move.line,dunnings:"
 msgid "Dunnings"
-msgstr "Izterjave"
+msgstr "Cobros"
 
 msgctxt "field:party.party,dunning_procedure:"
 msgid "Dunning Procedure"
-msgstr "Postopek izterjave"
+msgstr "Procedimiento de Cobro"
 
 msgctxt "model:account.dunning,name:"
 msgid "Account Dunning"
-msgstr "Izterjava"
+msgstr "Cuenta de Cobro"
 
 msgctxt "model:account.dunning.create.start,name:"
 msgid "Create Account Dunning"
-msgstr "Izdelava izterjave"
+msgstr "Crear Cuenta de Cobro"
 
 msgctxt "model:account.dunning.level,name:"
 msgid "Account Dunning Level"
-msgstr "Stopnja izterjave"
+msgstr "Nivel de Cobro Contable"
 
 msgctxt "model:account.dunning.procedure,name:"
 msgid "Account Dunning Procedure"
-msgstr "Postopek izterjave"
+msgstr "Procedimiento de Cobro Contable"
 
 msgctxt "model:account.dunning.process.start,name:"
 msgid "Create Account Dunning"
-msgstr "Obdelava izterjave"
+msgstr "Crear Cuenta de Cobro"
 
 msgctxt "model:ir.action,name:act_dunning_form"
 msgid "Dunnings"
-msgstr "Izterjave"
+msgstr "Cobros"
 
 msgctxt "model:ir.action,name:act_dunning_party"
 msgid "Dunnings"
-msgstr "Izterjave"
+msgstr "Cobros"
 
 msgctxt "model:ir.action,name:act_dunning_procedure_form"
 msgid "Dunning Procedures"
-msgstr "Postopki izterjav"
+msgstr "Procedimientos de Cobro"
 
 msgctxt "model:ir.action,name:wizard_dunning_create"
 msgid "Create Dunnings"
-msgstr "Izdelava izterjav"
+msgstr "Crear Cobros"
 
 msgctxt "model:ir.action,name:wizard_dunning_process"
 msgid "Process Dunning"
-msgstr "Obdelava izterjav"
+msgstr "Procesar Cobro"
 
 msgctxt "model:ir.action.act_window.domain,name:act_dunning_form_domain_all"
 msgid "All"
-msgstr "Vse"
+msgstr "Todo"
 
 msgctxt "model:ir.action.act_window.domain,name:act_dunning_form_domain_done"
 msgid "Done"
-msgstr "Zaključeno"
+msgstr "Realizado"
 
 msgctxt "model:ir.action.act_window.domain,name:act_dunning_form_domain_draft"
 msgid "Draft"
-msgstr "Priprava"
+msgstr "Borrador"
 
 msgctxt "model:ir.ui.menu,name:menu_dunning_configuration"
 msgid "Dunnings"
-msgstr "Izterjave"
+msgstr "Cobranzas"
 
 msgctxt "model:ir.ui.menu,name:menu_dunning_create"
 msgid "Create Dunnings"
-msgstr "Izdelava izterjav"
+msgstr "Crear Cobros"
 
 msgctxt "model:ir.ui.menu,name:menu_dunning_form"
 msgid "Dunnings"
-msgstr "Izterjave"
+msgstr "Cobros"
 
 msgctxt "model:ir.ui.menu,name:menu_dunning_procedure_form"
 msgid "Dunning Procedures"
-msgstr "Postopki izterjav"
+msgstr "Procedimientos de Cobro"
 
 msgctxt "model:ir.ui.menu,name:menu_dunnings"
 msgid "Dunnings"
-msgstr "Izterjave"
+msgstr "Cobranzas"
 
 msgctxt "model:res.group,name:group_dunning"
 msgid "Dunning"
-msgstr "Izterjava"
+msgstr "Cobranzas"
 
 msgctxt "selection:account.dunning,state:"
 msgid "Done"
-msgstr "Zaključeno"
+msgstr "Realizado"
 
 msgctxt "selection:account.dunning,state:"
 msgid "Draft"
-msgstr "V pripravi"
+msgstr "Borrador"
 
 msgctxt "view:account.dunning.create.start:"
 msgid "Create Dunning"
-msgstr "Izterjava"
+msgstr "Crear Cobro"
 
 msgctxt "view:account.dunning.create.start:"
 msgid "Create Dunning for date"
-msgstr "Izterjava za datum"
+msgstr "Crear Cobro para la Fecha"
 
 msgctxt "view:account.dunning.level:"
 msgid "Dunning Level"
-msgstr "Stopnja izterjave"
+msgstr "Nivel de Cobro"
 
 msgctxt "view:account.dunning.level:"
 msgid "dunning levels"
-msgstr "Stopnje izterjav"
+msgstr "niveles de cobro"
 
 msgctxt "view:account.dunning.procedure:"
 msgid "Dunning Procedure"
-msgstr "Postopek izterjave"
+msgstr "Procedimiento de Cobro"
 
 msgctxt "view:account.dunning.procedure:"
 msgid "Dunning Procedures"
-msgstr "Postopki izterjav"
+msgstr "Procedimientos de Cobro"
 
 msgctxt "view:account.dunning.process.start:"
 msgid "Process Dunning"
-msgstr "Obdelava izterjave"
+msgstr "Procesar Cobro"
 
 msgctxt "view:account.dunning.process.start:"
 msgid "Process Dunning?"
-msgstr "Obdelava izterjave?"
+msgstr "¿Procesar Cobro?"
 
 msgctxt "view:account.dunning:"
 msgid "Dunning"
-msgstr "Izterjava"
+msgstr "Cobro"
 
 msgctxt "view:account.dunning:"
 msgid "Dunnings"
-msgstr "Izterjave"
+msgstr "Cobros"
 
 msgctxt "view:party.party:"
 msgid "Dunning"
-msgstr "Izterjava"
+msgstr "Cobro"
 
 msgctxt "wizard_button:account.dunning.create,start,create_:"
 msgid "Create"
-msgstr "Ustvari"
+msgstr "Crear"
 
 msgctxt "wizard_button:account.dunning.create,start,end:"
 msgid "Cancel"
-msgstr "Prekliči"
+msgstr "Cancelar"
 
 msgctxt "wizard_button:account.dunning.process,start,end:"
 msgid "Cancel"
-msgstr "Prekliči"
+msgstr "Cancelar"
 
 msgctxt "wizard_button:account.dunning.process,start,process:"
 msgid "Process"
-msgstr "Obdelava"
+msgstr "Procesar"
diff --git a/locale/sl_SI.po b/locale/sl_SI.po
index 3153ddb..ad68ba0 100644
--- a/locale/sl_SI.po
+++ b/locale/sl_SI.po
@@ -32,11 +32,11 @@ msgstr "Družba"
 
 msgctxt "field:account.dunning,create_date:"
 msgid "Create Date"
-msgstr "Ustvarjeno"
+msgstr "Izdelano"
 
 msgctxt "field:account.dunning,create_uid:"
 msgid "Create User"
-msgstr "Ustvaril"
+msgstr "Izdelal"
 
 msgctxt "field:account.dunning,currency_digits:"
 msgid "Currency Digits"
@@ -100,11 +100,11 @@ msgstr "ID"
 
 msgctxt "field:account.dunning.level,create_date:"
 msgid "Create Date"
-msgstr "Ustvarjeno"
+msgstr "Izdelano"
 
 msgctxt "field:account.dunning.level,create_uid:"
 msgid "Create User"
-msgstr "Ustvaril"
+msgstr "Izdelal"
 
 msgctxt "field:account.dunning.level,days:"
 msgid "Number of Overdue Days"
@@ -136,11 +136,11 @@ msgstr "Zapisal"
 
 msgctxt "field:account.dunning.procedure,create_date:"
 msgid "Create Date"
-msgstr "Ustvarjeno"
+msgstr "Izdelano"
 
 msgctxt "field:account.dunning.procedure,create_uid:"
 msgid "Create User"
-msgstr "Ustvaril"
+msgstr "Izdelal"
 
 msgctxt "field:account.dunning.procedure,id:"
 msgid "ID"
@@ -308,7 +308,7 @@ msgstr "Izterjava"
 
 msgctxt "wizard_button:account.dunning.create,start,create_:"
 msgid "Create"
-msgstr "Ustvari"
+msgstr "Izdelaj"
 
 msgctxt "wizard_button:account.dunning.create,start,end:"
 msgid "Cancel"
diff --git a/tests/test_account_dunning.py b/tests/test_account_dunning.py
index 4fe79cc..2d0ffb4 100644
--- a/tests/test_account_dunning.py
+++ b/tests/test_account_dunning.py
@@ -3,7 +3,8 @@
 import unittest
 import doctest
 import trytond.tests.test_tryton
-from trytond.tests.test_tryton import test_view, test_depends, doctest_dropdb
+from trytond.tests.test_tryton import test_view, test_depends
+from trytond.tests.test_tryton import doctest_setup, doctest_teardown
 
 
 class AccountDunningTestCase(unittest.TestCase):
@@ -27,6 +28,6 @@ def suite():
         AccountDunningTestCase))
     suite.addTests(doctest.DocFileSuite(
             'scenario_account_dunning.rst',
-            setUp=doctest_dropdb, tearDown=doctest_dropdb, encoding='utf-8',
+            setUp=doctest_setup, tearDown=doctest_teardown, encoding='utf-8',
             optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
     return suite
diff --git a/tryton.cfg b/tryton.cfg
index 89347b7..4950a0e 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.2.1
+version=3.4.0
 depends:
     account
     company
diff --git a/trytond_account_dunning.egg-info/PKG-INFO b/trytond_account_dunning.egg-info/PKG-INFO
index f6d22dd..c51a4a2 100644
--- a/trytond_account_dunning.egg-info/PKG-INFO
+++ b/trytond_account_dunning.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-account-dunning
-Version: 3.2.1
+Version: 3.4.0
 Summary: Tryton module for account dunning
 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_dunning
         =======================
         
diff --git a/trytond_account_dunning.egg-info/SOURCES.txt b/trytond_account_dunning.egg-info/SOURCES.txt
index f2b15bb..65f7904 100644
--- a/trytond_account_dunning.egg-info/SOURCES.txt
+++ b/trytond_account_dunning.egg-info/SOURCES.txt
@@ -11,15 +11,40 @@ setup.py
 tryton.cfg
 ./__init__.py
 ./account.py
+./account.xml
 ./dunning.py
+./dunning.xml
 ./party.py
+./party.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/scenario_account_dunning.rst
 ./tests/test_account_dunning.py
+./view/configuration_form.xml
+./view/dunning_create_start_form.xml
+./view/dunning_form.xml
+./view/dunning_level_form.xml
+./view/dunning_level_list.xml
+./view/dunning_level_list_sequence.xml
+./view/dunning_list.xml
+./view/dunning_procedure_form.xml
+./view/dunning_procedure_list.xml
+./view/dunning_process_start_form.xml
+./view/party_form.xml
 doc/index.rst
 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_dunning.egg-info/requires.txt b/trytond_account_dunning.egg-info/requires.txt
index 5727924..da32e17 100644
--- a/trytond_account_dunning.egg-info/requires.txt
+++ b/trytond_account_dunning.egg-info/requires.txt
@@ -1,4 +1,4 @@
-trytond_account >= 3.2, < 3.3
-trytond_company >= 3.2, < 3.3
-trytond_party >= 3.2, < 3.3
-trytond >= 3.2, < 3.3
\ No newline at end of file
+trytond_account >= 3.4, < 3.5
+trytond_company >= 3.4, < 3.5
+trytond_party >= 3.4, < 3.5
+trytond >= 3.4, < 3.5
\ No newline at end of file
-- 
tryton-modules-account-dunning



More information about the tryton-debian-vcs mailing list