[tryton-debian-vcs] tryton-modules-account-dunning-letter branch upstream updated. upstream/4.2.0-1-g2740f5d
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Jun 7 13:31:32 UTC 2017
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-dunning-letter.git;a=commitdiff;h=upstream/4.2.0-1-g2740f5d
commit 2740f5d250a855e14bba1b269412070e4ffbb39a
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Jun 7 15:25:52 2017 +0200
Adding upstream version 4.4.0.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index 7ced214..abd6758 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.0 - 2017-05-01
+* Bug fixes (see mercurial logs for details)
+
Version 4.2.0 - 2016-11-28
* Bug fixes (see mercurial logs for details)
diff --git a/COPYRIGHT b/COPYRIGHT
index 20bd036..4d643a0 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
-Copyright (C) 2013-2016 Cédric Krier.
-Copyright (C) 2013-2016 B2CK SPRL.
+Copyright (C) 2013-2017 Cédric Krier.
+Copyright (C) 2013-2017 B2CK SPRL.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/PKG-INFO b/PKG-INFO
index 99f7c44..71fe1c4 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_account_dunning_letter
-Version: 4.2.0
+Version: 4.4.0
Summary: Tryton module for account dunning letter
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/4.2/
+Download-URL: http://downloads.tryton.org/4.4/
Description: trytond_account_dunning_letter
==============================
@@ -51,7 +51,7 @@ Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Legal Industry
-Classifier: License :: OSI Approved :: GNU General Public License (GPL)
+Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: Bulgarian
Classifier: Natural Language :: Catalan
Classifier: Natural Language :: Chinese (Simplified)
diff --git a/locale/de.po b/locale/de.po
index b7a6262..07d7e35 100644
--- a/locale/de.po
+++ b/locale/de.po
@@ -4,7 +4,7 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:account.dunning.level,print_on_letter:"
msgid "Print on Letter"
-msgstr "Auf Mahnschreiben andrucken"
+msgstr "Auf Mahnschreiben drucken"
msgctxt "model:ir.action,name:report_letter"
msgid "Dunning Letter"
diff --git a/locale/lo.po b/locale/lo.po
index c9199b8..c6208c9 100644
--- a/locale/lo.po
+++ b/locale/lo.po
@@ -32,7 +32,7 @@ msgstr "ວັນທີຕ້ອງຈ່າຍ"
msgctxt "report:account.dunning.letter:"
msgid "Fees:"
-msgstr ""
+msgstr "ຄ່າທຳນຽມ:"
msgctxt "report:account.dunning.letter:"
msgid "Pending Payments Received"
@@ -46,7 +46,6 @@ msgctxt "report:account.dunning.letter:"
msgid "Reminder Notice"
msgstr "ໜັງສືແຈ້ງເຕືອນ"
-#, fuzzy
msgctxt "report:account.dunning.letter:"
msgid "s"
msgstr "ວິນາທີ"
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index ed53a6c..84dadd1 100644
--- a/locale/pt_BR.po
+++ b/locale/pt_BR.po
@@ -32,7 +32,7 @@ msgstr "Data de vencimento"
msgctxt "report:account.dunning.letter:"
msgid "Fees:"
-msgstr ""
+msgstr "Taxas"
msgctxt "report:account.dunning.letter:"
msgid "Pending Payments Received"
@@ -46,7 +46,6 @@ msgctxt "report:account.dunning.letter:"
msgid "Reminder Notice"
msgstr "Lembrete"
-#, fuzzy
msgctxt "report:account.dunning.letter:"
msgid "s"
msgstr "s"
diff --git a/locale/sl.po b/locale/sl.po
index c7627da..d41de75 100644
--- a/locale/sl.po
+++ b/locale/sl.po
@@ -32,7 +32,7 @@ msgstr "Zapadlost"
msgctxt "report:account.dunning.letter:"
msgid "Fees:"
-msgstr ""
+msgstr "Stroški izterjave:"
msgctxt "report:account.dunning.letter:"
msgid "Pending Payments Received"
@@ -45,8 +45,3 @@ msgstr "Sklic"
msgctxt "report:account.dunning.letter:"
msgid "Reminder Notice"
msgstr "Opomin"
-
-#, fuzzy
-msgctxt "report:account.dunning.letter:"
-msgid "s"
-msgstr "s"
diff --git a/setup.py b/setup.py
index 6a4c1d5..b3e7a02 100644
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ setup(name=name,
'Intended Audience :: Developers',
'Intended Audience :: Financial and Insurance Industry',
'Intended Audience :: Legal Industry',
- 'License :: OSI Approved :: GNU General Public License (GPL)',
+ 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Natural Language :: Bulgarian',
'Natural Language :: Catalan',
'Natural Language :: Chinese (Simplified)',
diff --git a/tests/scenario_account_dunning_letter.rst b/tests/scenario_account_dunning_letter.rst
index 10d72de..89f4494 100644
--- a/tests/scenario_account_dunning_letter.rst
+++ b/tests/scenario_account_dunning_letter.rst
@@ -83,12 +83,7 @@ Create dunning procedure::
>>> level = procedure.levels.new()
>>> level.sequence = 1
>>> level.overdue = datetime.timedelta(5)
- >>> level = procedure.levels.new()
- >>> level.sequence = 2
- >>> level.overdue = datetime.timedelta(20)
- >>> level = procedure.levels.new()
- >>> level.sequence = 3
- >>> level.overdue = datetime.timedelta(40)
+ >>> level.print_on_letter = True
>>> procedure.save()
Create parties::
@@ -109,6 +104,9 @@ Create some moves::
>>> journal_cash, = Journal.find([
... ('code', '=', 'CASH'),
... ])
+
+Create reconciled moves::
+
>>> move = Move()
>>> move.period = period
>>> move.journal = journal_revenue
@@ -138,6 +136,9 @@ Create some moves::
>>> reconcile2, = [l for l in move.lines if l.account == receivable]
>>> reconcile_lines = Wizard('account.move.reconcile_lines',
... [reconcile1, reconcile2])
+
+Create due move of 100::
+
>>> move = Move()
>>> move.period = period
>>> move.journal = journal_revenue
@@ -153,6 +154,21 @@ Create some moves::
>>> move.save()
>>> dunning_line, = [l for l in move.lines if l.account == receivable]
+Add partial payment of 50::
+
+ >>> move = Move()
+ >>> move.period = period
+ >>> move.journal = journal_cash
+ >>> move.date = period.start_date
+ >>> line = move.lines.new()
+ >>> line.account = cash
+ >>> line.debit = Decimal(50)
+ >>> line = move.lines.new()
+ >>> line.account = receivable
+ >>> line.credit = Decimal(50)
+ >>> line.party = customer
+ >>> move.save()
+
Create dunnings::
>>> config.user = dunning_user.id
@@ -170,4 +186,3 @@ Process dunning::
>>> dunning.reload()
>>> dunning.state
u'done'
-
diff --git a/tryton.cfg b/tryton.cfg
index 2784825..d84602a 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.2.0
+version=4.4.0
depends:
account
account_dunning
diff --git a/trytond_account_dunning_letter.egg-info/PKG-INFO b/trytond_account_dunning_letter.egg-info/PKG-INFO
index 0e838d4..a40e8c5 100644
--- a/trytond_account_dunning_letter.egg-info/PKG-INFO
+++ b/trytond_account_dunning_letter.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-account-dunning-letter
-Version: 4.2.0
+Version: 4.4.0
Summary: Tryton module for account dunning letter
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/4.2/
+Download-URL: http://downloads.tryton.org/4.4/
Description: trytond_account_dunning_letter
==============================
@@ -51,7 +51,7 @@ Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Legal Industry
-Classifier: License :: OSI Approved :: GNU General Public License (GPL)
+Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: Bulgarian
Classifier: Natural Language :: Catalan
Classifier: Natural Language :: Chinese (Simplified)
diff --git a/trytond_account_dunning_letter.egg-info/requires.txt b/trytond_account_dunning_letter.egg-info/requires.txt
index 7d46fa2..1731f24 100644
--- a/trytond_account_dunning_letter.egg-info/requires.txt
+++ b/trytond_account_dunning_letter.egg-info/requires.txt
@@ -1,5 +1,5 @@
-trytond_account >= 4.2, < 4.3
-trytond_account_dunning >= 4.2, < 4.3
-trytond_company >= 4.2, < 4.3
-trytond_party >= 4.2, < 4.3
-trytond >= 4.2, < 4.3
+trytond_account >= 4.4, < 4.5
+trytond_account_dunning >= 4.4, < 4.5
+trytond_company >= 4.4, < 4.5
+trytond_party >= 4.4, < 4.5
+trytond >= 4.4, < 4.5
--
tryton-modules-account-dunning-letter
More information about the tryton-debian-vcs
mailing list