[tryton-debian-vcs] tryton-modules-account-dunning-fee branch debian updated. debian/4.4.0-4-5-gec6a9d6

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Fri Nov 10 12:05:11 UTC 2017


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-fee.git;a=commitdiff;h=debian/4.4.0-4-5-gec6a9d6

commit ec6a9d6150cbdb782984795b264915c5f9eb16e7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Nov 7 16:24:35 2017 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 5abd079..342a58a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+tryton-modules-account-dunning-fee (4.6.0-1) unstable; urgency=medium
+
+  * Bump the Standards-Version to 4.1.0, no changes needed.
+  * Bump the Standards-Version to 4.1.1, no changes needed.
+  * Merging upstream version 4.6.0.
+  * Use https in the watch file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Tue, 07 Nov 2017 10:19:46 +0100
+
 tryton-modules-account-dunning-fee (4.4.0-4) unstable; urgency=medium
 
   * Switch to Python3.
commit 712577e7a2e63249c9560a648b3cea5f0e1efeb4
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Nov 7 10:16:46 2017 +0100

    Use https in the watch file.

diff --git a/debian/watch b/debian/watch
index 6d94efb..eb2d6b2 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-opts=pgpsigurlmangle=s/$/.asc/ http://downloads.tryton.org/current/ .*trytond_account_dunning_fee-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
+opts=pgpsigurlmangle=s/$/.asc/ https://downloads.tryton.org/current/ .*trytond_account_dunning_fee-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
commit 9f6cd4ddca077dfa1405a1cb06f6f3cf90a0642e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Nov 6 14:40:23 2017 +0100

    Merging upstream version 4.6.0.

diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..e0bc2f7
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,51 @@
+clone:
+    hg:
+        image: plugins/hg
+
+pipeline:
+    tox:
+        image: ${IMAGE}
+        environment:
+            - CFLAGS=-O0
+            - DB_CACHE=/cache
+            - TOX_TESTENV_PASSENV=CFLAGS DB_CACHE
+            - POSTGRESQL_URI=postgresql://postgres@postgresql:5432/
+        commands:
+            - pip install tox
+            - tox -e "${TOXENV}-${DATABASE}"
+        volumes:
+            - cache:/root/.cache
+
+services:
+    postgresql:
+        image: postgres
+        when:
+            matrix:
+                DATABASE: postgresql
+
+matrix:
+    include:
+        - IMAGE: python:2.7
+          TOXENV: py27
+          DATABASE: sqlite
+        - IMAGE: python:2.7
+          TOXENV: py27
+          DATABASE: postgresql
+        - IMAGE: python:3.4
+          TOXENV: py34
+          DATABASE: sqlite
+        - IMAGE: python:3.4
+          TOXENV: py34
+          DATABASE: postgresql
+        - IMAGE: python:3.5
+          TOXENV: py35
+          DATABASE: sqlite
+        - IMAGE: python:3.5
+          TOXENV: py35
+          DATABASE: postgresql
+        - IMAGE: python:3.6
+          TOXENV: py36
+          DATABASE: sqlite
+        - IMAGE: python:3.6
+          TOXENV: py36
+          DATABASE: postgresql
diff --git a/CHANGELOG b/CHANGELOG
index 8508dbe..c329644 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.6.0 - 2017-10-30
+* Bug fixes (see mercurial logs for details)
+
 Version 4.4.0 - 2017-05-01
 * Bug fixes (see mercurial logs for details)
 
diff --git a/MANIFEST.in b/MANIFEST.in
index fb91042..4a5843d 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,7 +6,7 @@ include LICENSE
 include tryton.cfg
 include *.xml
 include view/*.xml
-include *.odt
+include *.fodt
 include locale/*.po
 include doc/*
 include icons/*
diff --git a/PKG-INFO b/PKG-INFO
index 3f60aa6..be0e6e4 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_account_dunning_fee
-Version: 4.4.0
+Version: 4.6.0
 Summary: Tryton module for account dunning fee
 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.4/
+Download-URL: http://downloads.tryton.org/4.6/
 Description: trytond_account_dunning_fee
         ===========================
         
@@ -68,9 +68,9 @@ Classifier: Natural Language :: Slovenian
 Classifier: Natural Language :: Spanish
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Office/Business
diff --git a/locale/bg.po b/locale/bg.po
index 1444d06..ee6bd64 100644
--- a/locale/bg.po
+++ b/locale/bg.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -54,10 +54,9 @@ msgctxt "field:account.dunning.fee,product:"
 msgid "Product"
 msgstr "Продукт"
 
-#, fuzzy
 msgctxt "field:account.dunning.fee,rec_name:"
-msgid "Name"
-msgstr "Условие за плащане"
+msgid "Record Name"
+msgstr ""
 
 #, fuzzy
 msgctxt "field:account.dunning.fee,write_date:"
@@ -113,10 +112,9 @@ msgctxt "field:account.dunning.fee.dunning_level,moves:"
 msgid "Moves"
 msgstr "Движения"
 
-#, fuzzy
 msgctxt "field:account.dunning.fee.dunning_level,rec_name:"
-msgid "Name"
-msgstr "Условие за плащане"
+msgid "Record Name"
+msgstr ""
 
 #, fuzzy
 msgctxt "field:account.dunning.fee.dunning_level,write_date:"
diff --git a/locale/ca.po b/locale/ca.po
index 73d72a3..2b4a1b3 100644
--- a/locale/ca.po
+++ b/locale/ca.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -47,8 +47,8 @@ msgid "Product"
 msgstr "Producte"
 
 msgctxt "field:account.dunning.fee,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
 
 msgctxt "field:account.dunning.fee,write_date:"
 msgid "Write Date"
@@ -95,8 +95,8 @@ msgid "Moves"
 msgstr "Moviments"
 
 msgctxt "field:account.dunning.fee.dunning_level,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
 
 msgctxt "field:account.dunning.fee.dunning_level,write_date:"
 msgid "Write Date"
diff --git a/locale/cs.po b/locale/cs.po
index cc59d49..6b0f153 100644
--- a/locale/cs.po
+++ b/locale/cs.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -47,10 +47,9 @@ msgctxt "field:account.dunning.fee,product:"
 msgid "Product"
 msgstr ""
 
-#, fuzzy
 msgctxt "field:account.dunning.fee,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:account.dunning.fee,write_date:"
 msgid "Write Date"
@@ -96,10 +95,9 @@ msgctxt "field:account.dunning.fee.dunning_level,moves:"
 msgid "Moves"
 msgstr ""
 
-#, fuzzy
 msgctxt "field:account.dunning.fee.dunning_level,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:account.dunning.fee.dunning_level,write_date:"
 msgid "Write Date"
diff --git a/locale/de.po b/locale/de.po
index a12b5ca..b4a0545 100644
--- a/locale/de.po
+++ b/locale/de.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -48,8 +48,8 @@ msgid "Product"
 msgstr "Variante"
 
 msgctxt "field:account.dunning.fee,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:account.dunning.fee,write_date:"
 msgid "Write Date"
@@ -96,8 +96,8 @@ msgid "Moves"
 msgstr "Buchungssätze"
 
 msgctxt "field:account.dunning.fee.dunning_level,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:account.dunning.fee.dunning_level,write_date:"
 msgid "Write Date"
diff --git a/locale/es.po b/locale/es.po
index e0d411c..5ba7f5c 100644
--- a/locale/es.po
+++ b/locale/es.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -47,8 +47,8 @@ msgid "Product"
 msgstr "Producto"
 
 msgctxt "field:account.dunning.fee,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
 
 msgctxt "field:account.dunning.fee,write_date:"
 msgid "Write Date"
@@ -95,8 +95,8 @@ msgid "Moves"
 msgstr "Movimientos"
 
 msgctxt "field:account.dunning.fee.dunning_level,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
 
 msgctxt "field:account.dunning.fee.dunning_level,write_date:"
 msgid "Write Date"
diff --git a/locale/es_419.po b/locale/es_419.po
index 7a67786..bf10cf2 100644
--- a/locale/es_419.po
+++ b/locale/es_419.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -47,7 +47,7 @@ msgid "Product"
 msgstr ""
 
 msgctxt "field:account.dunning.fee,rec_name:"
-msgid "Name"
+msgid "Record Name"
 msgstr ""
 
 msgctxt "field:account.dunning.fee,write_date:"
@@ -95,7 +95,7 @@ msgid "Moves"
 msgstr ""
 
 msgctxt "field:account.dunning.fee.dunning_level,rec_name:"
-msgid "Name"
+msgid "Record Name"
 msgstr ""
 
 msgctxt "field:account.dunning.fee.dunning_level,write_date:"
diff --git a/locale/fr.po b/locale/fr.po
index 3f0da8b..e1edc8b 100644
--- a/locale/fr.po
+++ b/locale/fr.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -47,8 +47,8 @@ msgid "Product"
 msgstr "Produit"
 
 msgctxt "field:account.dunning.fee,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
 
 msgctxt "field:account.dunning.fee,write_date:"
 msgid "Write Date"
@@ -95,8 +95,8 @@ msgid "Moves"
 msgstr "Mouvements"
 
 msgctxt "field:account.dunning.fee.dunning_level,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
 
 msgctxt "field:account.dunning.fee.dunning_level,write_date:"
 msgid "Write Date"
diff --git a/locale/hu_HU.po b/locale/hu_HU.po
index cecd72e..4175d0f 100644
--- a/locale/hu_HU.po
+++ b/locale/hu_HU.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -53,10 +53,9 @@ msgctxt "field:account.dunning.fee,product:"
 msgid "Product"
 msgstr "Termék"
 
-#, fuzzy
 msgctxt "field:account.dunning.fee,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
 
 #, fuzzy
 msgctxt "field:account.dunning.fee,write_date:"
@@ -110,10 +109,9 @@ msgctxt "field:account.dunning.fee.dunning_level,moves:"
 msgid "Moves"
 msgstr "Raktár mozgás"
 
-#, fuzzy
 msgctxt "field:account.dunning.fee.dunning_level,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
 
 #, fuzzy
 msgctxt "field:account.dunning.fee.dunning_level,write_date:"
diff --git a/locale/it_IT.po b/locale/it_IT.po
index 6cc4265..507e4c1 100644
--- a/locale/it_IT.po
+++ b/locale/it_IT.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -47,8 +47,8 @@ msgid "Product"
 msgstr "Prodotto"
 
 msgctxt "field:account.dunning.fee,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:account.dunning.fee,write_date:"
 msgid "Write Date"
@@ -95,8 +95,8 @@ msgid "Moves"
 msgstr "Movimenti"
 
 msgctxt "field:account.dunning.fee.dunning_level,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:account.dunning.fee.dunning_level,write_date:"
 msgid "Write Date"
diff --git a/locale/ja_JP.po b/locale/ja_JP.po
index 6ac1ee3..7667cf7 100644
--- a/locale/ja_JP.po
+++ b/locale/ja_JP.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -47,7 +47,7 @@ msgid "Product"
 msgstr ""
 
 msgctxt "field:account.dunning.fee,rec_name:"
-msgid "Name"
+msgid "Record Name"
 msgstr ""
 
 msgctxt "field:account.dunning.fee,write_date:"
@@ -95,7 +95,7 @@ msgid "Moves"
 msgstr ""
 
 msgctxt "field:account.dunning.fee.dunning_level,rec_name:"
-msgid "Name"
+msgid "Record Name"
 msgstr ""
 
 msgctxt "field:account.dunning.fee.dunning_level,write_date:"
diff --git a/locale/lo.po b/locale/lo.po
index b022af7..b45c4f4 100644
--- a/locale/lo.po
+++ b/locale/lo.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -47,8 +47,8 @@ msgid "Product"
 msgstr "ຜະລິດຕະພັນ"
 
 msgctxt "field:account.dunning.fee,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:account.dunning.fee,write_date:"
 msgid "Write Date"
@@ -95,8 +95,8 @@ msgid "Moves"
 msgstr "ເຄື່ອນໄຫວບັນຊີ"
 
 msgctxt "field:account.dunning.fee.dunning_level,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:account.dunning.fee.dunning_level,write_date:"
 msgid "Write Date"
diff --git a/locale/lt.po b/locale/lt.po
index cc59d49..6b0f153 100644
--- a/locale/lt.po
+++ b/locale/lt.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -47,10 +47,9 @@ msgctxt "field:account.dunning.fee,product:"
 msgid "Product"
 msgstr ""
 
-#, fuzzy
 msgctxt "field:account.dunning.fee,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:account.dunning.fee,write_date:"
 msgid "Write Date"
@@ -96,10 +95,9 @@ msgctxt "field:account.dunning.fee.dunning_level,moves:"
 msgid "Moves"
 msgstr ""
 
-#, fuzzy
 msgctxt "field:account.dunning.fee.dunning_level,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:account.dunning.fee.dunning_level,write_date:"
 msgid "Write Date"
diff --git a/locale/nl.po b/locale/nl.po
index 19292bc..9f5aa2a 100644
--- a/locale/nl.po
+++ b/locale/nl.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -54,10 +54,9 @@ msgctxt "field:account.dunning.fee,product:"
 msgid "Product"
 msgstr "Producten"
 
-#, fuzzy
 msgctxt "field:account.dunning.fee,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
 
 #, fuzzy
 msgctxt "field:account.dunning.fee,write_date:"
@@ -112,10 +111,9 @@ msgctxt "field:account.dunning.fee.dunning_level,moves:"
 msgid "Moves"
 msgstr "Boekingen"
 
-#, fuzzy
 msgctxt "field:account.dunning.fee.dunning_level,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
 
 #, fuzzy
 msgctxt "field:account.dunning.fee.dunning_level,write_date:"
diff --git a/locale/pl.po b/locale/pl.po
index 5afb5d1..ede823c 100644
--- a/locale/pl.po
+++ b/locale/pl.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -47,8 +47,8 @@ msgid "Product"
 msgstr "Produkt"
 
 msgctxt "field:account.dunning.fee,rec_name:"
-msgid "Name"
-msgstr "Nazwa"
+msgid "Record Name"
+msgstr "Nazwa rekordu"
 
 msgctxt "field:account.dunning.fee,write_date:"
 msgid "Write Date"
@@ -95,8 +95,8 @@ msgid "Moves"
 msgstr ""
 
 msgctxt "field:account.dunning.fee.dunning_level,rec_name:"
-msgid "Name"
-msgstr "Nazwa"
+msgid "Record Name"
+msgstr "Nazwa rekordu"
 
 msgctxt "field:account.dunning.fee.dunning_level,write_date:"
 msgid "Write Date"
@@ -124,15 +124,15 @@ msgstr ""
 
 msgctxt "model:ir.action,name:act_dunning_fee_form"
 msgid "Dunning Fees"
-msgstr "Dunning Fees"
+msgstr ""
 
 msgctxt "model:ir.ui.menu,name:menu_dunning_fee_form"
 msgid "Dunning Fees"
-msgstr "Dunning Fees"
+msgstr ""
 
 msgctxt "selection:account.dunning.fee,compute_method:"
 msgid "List Price"
-msgstr "Cena katalogowa"
+msgstr "Cena sprzedaży"
 
 msgctxt "selection:account.dunning.fee,compute_method:"
 msgid "Percentage"
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index 9ee8ca4..d9db05a 100644
--- a/locale/pt_BR.po
+++ b/locale/pt_BR.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -47,8 +47,8 @@ msgid "Product"
 msgstr "Produto"
 
 msgctxt "field:account.dunning.fee,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
 
 msgctxt "field:account.dunning.fee,write_date:"
 msgid "Write Date"
@@ -95,8 +95,8 @@ msgid "Moves"
 msgstr "Movimentações"
 
 msgctxt "field:account.dunning.fee.dunning_level,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
 
 msgctxt "field:account.dunning.fee.dunning_level,write_date:"
 msgid "Write Date"
diff --git a/locale/ru.po b/locale/ru.po
index 1949982..ba0a7f6 100644
--- a/locale/ru.po
+++ b/locale/ru.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -54,10 +54,9 @@ msgctxt "field:account.dunning.fee,product:"
 msgid "Product"
 msgstr "Товарно материальные ценности (ТМЦ)"
 
-#, fuzzy
 msgctxt "field:account.dunning.fee,rec_name:"
-msgid "Name"
-msgstr "Правило оплаты"
+msgid "Record Name"
+msgstr ""
 
 #, fuzzy
 msgctxt "field:account.dunning.fee,write_date:"
@@ -113,10 +112,9 @@ msgctxt "field:account.dunning.fee.dunning_level,moves:"
 msgid "Moves"
 msgstr "Перемещения"
 
-#, fuzzy
 msgctxt "field:account.dunning.fee.dunning_level,rec_name:"
-msgid "Name"
-msgstr "Правило оплаты"
+msgid "Record Name"
+msgstr ""
 
 #, fuzzy
 msgctxt "field:account.dunning.fee.dunning_level,write_date:"
diff --git a/locale/sl.po b/locale/sl.po
index 629719b..128fb18 100644
--- a/locale/sl.po
+++ b/locale/sl.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -47,8 +47,8 @@ msgid "Product"
 msgstr "Izdelek"
 
 msgctxt "field:account.dunning.fee,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:account.dunning.fee,write_date:"
 msgid "Write Date"
@@ -95,8 +95,8 @@ msgid "Moves"
 msgstr "Promet"
 
 msgctxt "field:account.dunning.fee.dunning_level,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:account.dunning.fee.dunning_level,write_date:"
 msgid "Write Date"
diff --git a/locale/zh_CN.po b/locale/zh_CN.po
index e29d0e5..5fe35e9 100644
--- a/locale/zh_CN.po
+++ b/locale/zh_CN.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -52,10 +52,9 @@ msgctxt "field:account.dunning.fee,product:"
 msgid "Product"
 msgstr ""
 
-#, fuzzy
 msgctxt "field:account.dunning.fee,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
 
 #, fuzzy
 msgctxt "field:account.dunning.fee,write_date:"
@@ -107,10 +106,9 @@ msgctxt "field:account.dunning.fee.dunning_level,moves:"
 msgid "Moves"
 msgstr ""
 
-#, fuzzy
 msgctxt "field:account.dunning.fee.dunning_level,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
 
 #, fuzzy
 msgctxt "field:account.dunning.fee.dunning_level,write_date:"
diff --git a/setup.cfg b/setup.cfg
index 861a9f5..8bfd5a1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff --git a/setup.py b/setup.py
index 961aab8..5bc3613 100644
--- a/setup.py
+++ b/setup.py
@@ -75,7 +75,7 @@ setup(name=name,
         ],
     package_data={
         'trytond.modules.account_dunning_fee': (info.get('xml', [])
-            + ['tryton.cfg', 'view/*.xml', 'locale/*.po', '*.odt',
+            + ['tryton.cfg', 'view/*.xml', 'locale/*.po', '*.fodt',
                 'icons/*.svg', 'tests/*.rst']),
         },
     classifiers=[
@@ -102,9 +102,9 @@ setup(name=name,
         'Natural Language :: Spanish',
         'Operating System :: OS Independent',
         'Programming Language :: Python :: 2.7',
-        'Programming Language :: Python :: 3.3',
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: Implementation :: CPython',
         'Programming Language :: Python :: Implementation :: PyPy',
         'Topic :: Office/Business',
diff --git a/tests/scenario_account_dunning_fee.rst b/tests/scenario_account_dunning_fee.rst
index f407fae..f705eb6 100644
--- a/tests/scenario_account_dunning_fee.rst
+++ b/tests/scenario_account_dunning_fee.rst
@@ -57,7 +57,6 @@ Create fees::
     >>> template_fee.default_uom = unit
     >>> template_fee.type = 'service'
     >>> template_fee.list_price = Decimal('10')
-    >>> template_fee.cost_price = Decimal('0')
     >>> template_fee.account_revenue = revenue
     >>> template_fee.save()
     >>> product_fee, = template_fee.products
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..527d859
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,18 @@
+[tox]
+envlist = {py27,py34,py35,py36}-{sqlite,postgresql,mysql},pypy-{sqlite,postgresql}
+
+[testenv]
+commands = {envpython} setup.py test
+deps =
+    {py27,py34,py35,py36}-postgresql: psycopg2 >= 2.5
+    pypy-postgresql: psycopg2cffi >= 2.5
+    mysql: MySQL-python
+    sqlite: sqlitebck
+setenv =
+    sqlite: TRYTOND_DATABASE_URI={env:SQLITE_URI:sqlite://}
+    postgresql: TRYTOND_DATABASE_URI={env:POSTGRESQL_URI:postgresql://}
+    mysql: TRYTOND_DATABASE_URI={env:MYSQL_URI:mysql://}
+    sqlite: DB_NAME={env:SQLITE_NAME::memory:}
+    postgresql: DB_NAME={env:POSTGRESQL_NAME:test}
+    mysql: DB_NAME={env:MYSQL_NAME:test}
+install_command = pip install --pre --find-links https://trydevpi.tryton.org/ {opts} {packages}
diff --git a/tryton.cfg b/tryton.cfg
index 7d830c4..e872713 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.4.0
+version=4.6.0
 depends:
     account_dunning
     account_product
diff --git a/trytond_account_dunning_fee.egg-info/PKG-INFO b/trytond_account_dunning_fee.egg-info/PKG-INFO
index 59cf61e..26ce810 100644
--- a/trytond_account_dunning_fee.egg-info/PKG-INFO
+++ b/trytond_account_dunning_fee.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-account-dunning-fee
-Version: 4.4.0
+Version: 4.6.0
 Summary: Tryton module for account dunning fee
 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.4/
+Download-URL: http://downloads.tryton.org/4.6/
 Description: trytond_account_dunning_fee
         ===========================
         
@@ -68,9 +68,9 @@ Classifier: Natural Language :: Slovenian
 Classifier: Natural Language :: Spanish
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Office/Business
diff --git a/trytond_account_dunning_fee.egg-info/SOURCES.txt b/trytond_account_dunning_fee.egg-info/SOURCES.txt
index b12ce89..8ece96b 100644
--- a/trytond_account_dunning_fee.egg-info/SOURCES.txt
+++ b/trytond_account_dunning_fee.egg-info/SOURCES.txt
@@ -1,11 +1,17 @@
+.drone.yml
+.hgtags
 CHANGELOG
 COPYRIGHT
 INSTALL
 LICENSE
 MANIFEST.in
 README
+__init__.py
+account.py
+dunning.py
 dunning.xml
 setup.py
+tox.ini
 tryton.cfg
 ./__init__.py
 ./account.py
@@ -59,7 +65,9 @@ locale/pt_BR.po
 locale/ru.po
 locale/sl.po
 locale/zh_CN.po
+tests/__init__.py
 tests/scenario_account_dunning_fee.rst
+tests/test_account_dunning_fee.py
 trytond_account_dunning_fee.egg-info/PKG-INFO
 trytond_account_dunning_fee.egg-info/SOURCES.txt
 trytond_account_dunning_fee.egg-info/dependency_links.txt
diff --git a/trytond_account_dunning_fee.egg-info/requires.txt b/trytond_account_dunning_fee.egg-info/requires.txt
index 0d5b336..42fd209 100644
--- a/trytond_account_dunning_fee.egg-info/requires.txt
+++ b/trytond_account_dunning_fee.egg-info/requires.txt
@@ -1,3 +1,3 @@
-trytond_account_dunning >= 4.4, < 4.5
-trytond_account_product >= 4.4, < 4.5
-trytond >= 4.4, < 4.5
+trytond_account_dunning >= 4.6, < 4.7
+trytond_account_product >= 4.6, < 4.7
+trytond >= 4.6, < 4.7
-- 
tryton-modules-account-dunning-fee



More information about the tryton-debian-vcs mailing list