[tryton-debian-vcs] tryton-modules-account-credit-limit branch debian updated. 8d719d7bfc99c60955b9ee3a1fe91a8b528ae50b

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Thu Oct 23 12:12:56 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-credit-limit.git;a=commitdiff;h=8d719d7bfc99c60955b9ee3a1fe91a8b528ae50b

commit 8d719d7bfc99c60955b9ee3a1fe91a8b528ae50b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Oct 23 13:31:55 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 46f4984..c45e431 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+tryton-modules-account-credit-limit (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:40 +0200
+
 tryton-modules-account-credit-limit (3.2.0-1) unstable; urgency=medium
 
   * Initial release (Closes: #742737).
commit e43516458092b92d76a43dfe34293f97ecaa4ae4
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Oct 21 11:29:03 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 2abb6f0..301ee54 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_account_credit_limit
-Version: 3.2.0
+Version: 3.4.0
 Summary: Tryton module for account credit limit
 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_credit_limit
         ============================
         
diff --git a/account.py b/account.py
index f27b648..d735193 100644
--- a/account.py
+++ b/account.py
@@ -57,14 +57,13 @@ class Configuration:
                 ('res', '=', None),
                 ('company', '=', company_id),
                 ])
-        with Transaction().set_user(0):
-            Property.delete(properties)
-            if value:
-                Property.create([{
-                            'field': field.id,
-                            'value': ',%s' % value,
-                            'company': company_id,
-                            }])
+        Property.delete(properties)
+        if value:
+            Property.create([{
+                        'field': field.id,
+                        'value': ',%s' % value,
+                        'company': company_id,
+                        }])
 
     def get_default_credit_limit_amount_digits(self, name):
         pool = Pool()
diff --git a/locale/fr_FR.po b/locale/es_EC.po
similarity index 68%
copy from locale/fr_FR.po
copy to locale/es_EC.po
index 6a11eb2..0d6da6c 100644
--- a/locale/fr_FR.po
+++ b/locale/es_EC.po
@@ -4,48 +4,48 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "error:party.party:"
 msgid "\"%s\" has reached the credit limit amount (%s)"
-msgstr "\"%s\" a atteint le montant de la limite de crédit (%s)"
+msgstr "\"%s\" ha alcanzado el valor límite de crédito (%s)."
 
 msgctxt "error:party.party:"
 msgid "\"%s\" has reached the dunning credit limit (%s)"
-msgstr "\"%s\" a atteint la limite de crédit de relance (%s)"
+msgstr "\"%s\" ha alcanzado el límite de crédito de cobranzas (%s)."
 
 msgctxt "field:account.configuration,default_credit_limit_amount:"
 msgid "Default Credit Limit Amount"
-msgstr "Montant de limite de crédit par défaut"
+msgstr "Cantidad Límite de Crédito por Defecto"
 
 msgctxt "field:account.configuration,default_credit_limit_amount_digits:"
 msgid "Currency Digits"
-msgstr "Décimales de la devise"
+msgstr "Decimales de Moneda"
 
 msgctxt "field:account.dunning.level,credit_limit:"
 msgid "Credit Limit"
-msgstr "Limite de crédit"
+msgstr "Límite de Crédito"
 
 msgctxt "field:party.party,credit_amount:"
 msgid "Credit Amount"
-msgstr "Montant de crédit"
+msgstr "Valor de Crédito"
 
 msgctxt "field:party.party,credit_limit_amount:"
 msgid "Credit Limit Amount"
-msgstr "Montant de la limite de crédit"
+msgstr "Valor Límite de Crédito"
 
 msgctxt "field:party.party,credit_limit_digits:"
 msgid "Currency Digits"
-msgstr "Décimales de la devise"
+msgstr "Decimales de Moneda"
 
 msgctxt "help:account.dunning.level,credit_limit:"
 msgid "Has reached the credit limit"
-msgstr "A atteint la limite de crédit"
+msgstr "Ha alcanzado el límite de crédito"
 
 msgctxt "model:res.group,name:group_credit_limit"
 msgid "Account Credit Limit"
-msgstr "Limite de crédit comptable"
+msgstr "Límite de Crédito Contable"
 
 msgctxt "view:account.configuration:"
 msgid "Credit Limit"
-msgstr "Limite de crédit"
+msgstr "Límite de Crédito"
 
 msgctxt "view:party.party:"
 msgid "Credit Limit"
-msgstr "Limite de crédit"
+msgstr "Límite de Crédito"
diff --git a/locale/fr_FR.po b/locale/fr_FR.po
index 6a11eb2..4c2246b 100644
--- a/locale/fr_FR.po
+++ b/locale/fr_FR.po
@@ -4,11 +4,11 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "error:party.party:"
 msgid "\"%s\" has reached the credit limit amount (%s)"
-msgstr "\"%s\" a atteint le montant de la limite de crédit (%s)"
+msgstr "« %s » a atteint le montant de la limite de crédit (%s)"
 
 msgctxt "error:party.party:"
 msgid "\"%s\" has reached the dunning credit limit (%s)"
-msgstr "\"%s\" a atteint la limite de crédit de relance (%s)"
+msgstr "« %s » a atteint la limite de crédit de relance (%s)"
 
 msgctxt "field:account.configuration,default_credit_limit_amount:"
 msgid "Default Credit Limit Amount"
diff --git a/tests/test_account_credit_limit.py b/tests/test_account_credit_limit.py
index 973046a..899fc92 100644
--- a/tests/test_account_credit_limit.py
+++ b/tests/test_account_credit_limit.py
@@ -54,7 +54,6 @@ class AccountCreditLimitTestCase(unittest.TestCase):
                                         }, {
                                         'credit': Decimal(100),
                                         'account': revenue.id,
-                                        'party': party.id,
                                         }]),
                             ],
                         }])
diff --git a/tryton.cfg b/tryton.cfg
index 0545ac0..695bbb7 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.2.0
+version=3.4.0
 depends:
     account
     company
diff --git a/trytond_account_credit_limit.egg-info/PKG-INFO b/trytond_account_credit_limit.egg-info/PKG-INFO
index 3cf7ad2..97e99f8 100644
--- a/trytond_account_credit_limit.egg-info/PKG-INFO
+++ b/trytond_account_credit_limit.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-account-credit-limit
-Version: 3.2.0
+Version: 3.4.0
 Summary: Tryton module for account credit limit
 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_credit_limit
         ============================
         
diff --git a/trytond_account_credit_limit.egg-info/SOURCES.txt b/trytond_account_credit_limit.egg-info/SOURCES.txt
index 797d19e..69b7a0d 100644
--- a/trytond_account_credit_limit.egg-info/SOURCES.txt
+++ b/trytond_account_credit_limit.egg-info/SOURCES.txt
@@ -10,14 +10,29 @@ setup.py
 tryton.cfg
 ./__init__.py
 ./account.py
+./account.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/test_account_credit_limit.py
+./view/configuration_form.xml
+./view/dunning_level_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_credit_limit.egg-info/requires.txt b/trytond_account_credit_limit.egg-info/requires.txt
index 5727924..da32e17 100644
--- a/trytond_account_credit_limit.egg-info/requires.txt
+++ b/trytond_account_credit_limit.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-credit-limit



More information about the tryton-debian-vcs mailing list