[tryton-debian-vcs] tryton-modules-customs branch upstream updated. upstream/4.4.0-1-g78e4831
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Fri Nov 10 12:10:49 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-customs.git;a=commitdiff;h=upstream/4.4.0-1-g78e4831
commit 78e4831de4a1a6552fe11b0d3c0513d4865875cc
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Nov 6 14:40:55 2017 +0100
Adding upstream version 4.6.0.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
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 0597710..9b5ddf9 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/PKG-INFO b/PKG-INFO
index fd34655..b6002c0 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_customs
-Version: 4.4.0
+Version: 4.6.0
Summary: Tryton module for customs
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_customs
===============
@@ -69,9 +69,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 e767b44..4ef2547 100644
--- a/locale/bg.po
+++ b/locale/bg.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -41,10 +41,9 @@ msgctxt "field:customs.duty.rate,id:"
msgid "ID"
msgstr "ID"
-#, fuzzy
msgctxt "field:customs.duty.rate,rec_name:"
-msgid "Name"
-msgstr "Условие за плащане"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:customs.duty.rate,start_date:"
@@ -123,10 +122,9 @@ msgctxt "field:customs.tariff.code,id:"
msgid "ID"
msgstr "ID"
-#, fuzzy
msgctxt "field:customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Условие за плащане"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:customs.tariff.code,start_day:"
@@ -167,10 +165,9 @@ msgctxt "field:product-customs.tariff.code,product:"
msgid "Product"
msgstr "Продукт"
-#, fuzzy
msgctxt "field:product-customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Условие за плащане"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:product-customs.tariff.code,sequence:"
diff --git a/locale/ca.po b/locale/ca.po
index b133c45..6d4a174 100644
--- a/locale/ca.po
+++ b/locale/ca.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -35,8 +35,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:customs.duty.rate,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:customs.duty.rate,start_date:"
msgid "Start Date"
@@ -103,8 +103,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:customs.tariff.code,start_day:"
msgid "Start Day"
@@ -139,8 +139,8 @@ msgid "Product"
msgstr "Producte"
msgctxt "field:product-customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:product-customs.tariff.code,sequence:"
msgid "Sequence"
diff --git a/locale/cs.po b/locale/cs.po
index 472755d..f65ccab 100644
--- a/locale/cs.po
+++ b/locale/cs.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -35,10 +35,9 @@ msgctxt "field:customs.duty.rate,id:"
msgid "ID"
msgstr ""
-#, fuzzy
msgctxt "field:customs.duty.rate,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:customs.duty.rate,start_date:"
msgid "Start Date"
@@ -105,10 +104,9 @@ msgctxt "field:customs.tariff.code,id:"
msgid "ID"
msgstr ""
-#, fuzzy
msgctxt "field:customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:customs.tariff.code,start_day:"
msgid "Start Day"
@@ -142,10 +140,9 @@ msgctxt "field:product-customs.tariff.code,product:"
msgid "Product"
msgstr ""
-#, fuzzy
msgctxt "field:product-customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:product-customs.tariff.code,sequence:"
msgid "Sequence"
diff --git a/locale/de.po b/locale/de.po
index 78939fe..f572c67 100644
--- a/locale/de.po
+++ b/locale/de.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -35,8 +35,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:customs.duty.rate,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:customs.duty.rate,start_date:"
msgid "Start Date"
@@ -103,8 +103,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:customs.tariff.code,start_day:"
msgid "Start Day"
@@ -139,8 +139,8 @@ msgid "Product"
msgstr "Artikel"
msgctxt "field:product-customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:product-customs.tariff.code,sequence:"
msgid "Sequence"
diff --git a/locale/es.po b/locale/es.po
index 36704e9..aa2e6a6 100644
--- a/locale/es.po
+++ b/locale/es.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -35,8 +35,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:customs.duty.rate,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:customs.duty.rate,start_date:"
msgid "Start Date"
@@ -103,8 +103,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:customs.tariff.code,start_day:"
msgid "Start Day"
@@ -139,8 +139,8 @@ msgid "Product"
msgstr "Producto"
msgctxt "field:product-customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:product-customs.tariff.code,sequence:"
msgid "Sequence"
diff --git a/locale/es_419.po b/locale/es_419.po
index be33adb..ae06324 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"
@@ -35,7 +35,7 @@ msgid "ID"
msgstr ""
msgctxt "field:customs.duty.rate,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:customs.duty.rate,start_date:"
@@ -103,7 +103,7 @@ msgid "ID"
msgstr ""
msgctxt "field:customs.tariff.code,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:customs.tariff.code,start_day:"
@@ -139,7 +139,7 @@ msgid "Product"
msgstr ""
msgctxt "field:product-customs.tariff.code,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:product-customs.tariff.code,sequence:"
diff --git a/locale/fr.po b/locale/fr.po
index a6f848a..6acfa33 100644
--- a/locale/fr.po
+++ b/locale/fr.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -35,8 +35,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:customs.duty.rate,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:customs.duty.rate,start_date:"
msgid "Start Date"
@@ -103,8 +103,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:customs.tariff.code,start_day:"
msgid "Start Day"
@@ -139,8 +139,8 @@ msgid "Product"
msgstr "Produit"
msgctxt "field:product-customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:product-customs.tariff.code,sequence:"
msgid "Sequence"
diff --git a/locale/hu_HU.po b/locale/hu_HU.po
index d551171..d35a163 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"
@@ -39,10 +39,9 @@ msgctxt "field:customs.duty.rate,id:"
msgid "ID"
msgstr "ID"
-#, fuzzy
msgctxt "field:customs.duty.rate,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
msgctxt "field:customs.duty.rate,start_date:"
msgid "Start Date"
@@ -119,10 +118,9 @@ msgctxt "field:customs.tariff.code,id:"
msgid "ID"
msgstr "ID"
-#, fuzzy
msgctxt "field:customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
msgctxt "field:customs.tariff.code,start_day:"
msgid "Start Day"
@@ -162,10 +160,9 @@ msgctxt "field:product-customs.tariff.code,product:"
msgid "Product"
msgstr "Termék"
-#, fuzzy
msgctxt "field:product-customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:product-customs.tariff.code,sequence:"
diff --git a/locale/it_IT.po b/locale/it_IT.po
index e2df90f..2efebf2 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"
@@ -35,8 +35,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:customs.duty.rate,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
msgctxt "field:customs.duty.rate,start_date:"
msgid "Start Date"
@@ -103,8 +103,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
msgctxt "field:customs.tariff.code,start_day:"
msgid "Start Day"
@@ -139,8 +139,8 @@ msgid "Product"
msgstr "Prodotto"
msgctxt "field:product-customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
msgctxt "field:product-customs.tariff.code,sequence:"
msgid "Sequence"
diff --git a/locale/ja_JP.po b/locale/ja_JP.po
index 10ad847..5334616 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"
@@ -35,7 +35,7 @@ msgid "ID"
msgstr ""
msgctxt "field:customs.duty.rate,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:customs.duty.rate,start_date:"
@@ -105,7 +105,7 @@ msgid "ID"
msgstr ""
msgctxt "field:customs.tariff.code,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:customs.tariff.code,start_day:"
@@ -141,7 +141,7 @@ msgid "Product"
msgstr ""
msgctxt "field:product-customs.tariff.code,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:product-customs.tariff.code,sequence:"
diff --git a/locale/lo.po b/locale/lo.po
index 0e64314..2fbc576 100644
--- a/locale/lo.po
+++ b/locale/lo.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -41,10 +41,9 @@ msgctxt "field:customs.duty.rate,id:"
msgid "ID"
msgstr "ເລດລຳດັບ"
-#, fuzzy
msgctxt "field:customs.duty.rate,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:customs.duty.rate,start_date:"
@@ -123,10 +122,9 @@ msgctxt "field:customs.tariff.code,id:"
msgid "ID"
msgstr "ເລດລຳດັບ"
-#, fuzzy
msgctxt "field:customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:customs.tariff.code,start_day:"
@@ -167,10 +165,9 @@ msgctxt "field:product-customs.tariff.code,product:"
msgid "Product"
msgstr "ຜະລິດຕະພັນ"
-#, fuzzy
msgctxt "field:product-customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:product-customs.tariff.code,sequence:"
diff --git a/locale/lt.po b/locale/lt.po
index d2767fd..1135e59 100644
--- a/locale/lt.po
+++ b/locale/lt.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -35,10 +35,9 @@ msgctxt "field:customs.duty.rate,id:"
msgid "ID"
msgstr ""
-#, fuzzy
msgctxt "field:customs.duty.rate,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:customs.duty.rate,start_date:"
msgid "Start Date"
@@ -105,10 +104,9 @@ msgctxt "field:customs.tariff.code,id:"
msgid "ID"
msgstr ""
-#, fuzzy
msgctxt "field:customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:customs.tariff.code,start_day:"
msgid "Start Day"
@@ -142,10 +140,9 @@ msgctxt "field:product-customs.tariff.code,product:"
msgid "Product"
msgstr ""
-#, fuzzy
msgctxt "field:product-customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:product-customs.tariff.code,sequence:"
msgid "Sequence"
diff --git a/locale/nl.po b/locale/nl.po
index 06d9aa6..89bd25e 100644
--- a/locale/nl.po
+++ b/locale/nl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -41,10 +41,9 @@ msgctxt "field:customs.duty.rate,id:"
msgid "ID"
msgstr "ID"
-#, fuzzy
msgctxt "field:customs.duty.rate,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:customs.duty.rate,start_date:"
@@ -122,10 +121,9 @@ msgctxt "field:customs.tariff.code,id:"
msgid "ID"
msgstr "ID"
-#, fuzzy
msgctxt "field:customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:customs.tariff.code,start_day:"
@@ -166,10 +164,9 @@ msgctxt "field:product-customs.tariff.code,product:"
msgid "Product"
msgstr "Producten"
-#, fuzzy
msgctxt "field:product-customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:product-customs.tariff.code,sequence:"
diff --git a/locale/pl.po b/locale/pl.po
index 10ad847..1ba1634 100644
--- a/locale/pl.po
+++ b/locale/pl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -12,35 +12,35 @@ msgstr ""
msgctxt "field:customs.duty.rate,country:"
msgid "Country"
-msgstr ""
+msgstr "Kraj"
msgctxt "field:customs.duty.rate,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:customs.duty.rate,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:customs.duty.rate,currency:"
msgid "Currency"
-msgstr ""
+msgstr "Waluta"
msgctxt "field:customs.duty.rate,end_date:"
msgid "End Date"
-msgstr ""
+msgstr "Data ukończenia"
msgctxt "field:customs.duty.rate,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:customs.duty.rate,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:customs.duty.rate,start_date:"
msgid "Start Date"
-msgstr ""
+msgstr "Data rozpoczęcia"
#, fuzzy
msgctxt "field:customs.duty.rate,tariff_code:"
@@ -49,19 +49,19 @@ msgstr "Tariff Codes"
msgctxt "field:customs.duty.rate,type:"
msgid "Type"
-msgstr ""
+msgstr "Typ"
msgctxt "field:customs.duty.rate,uom:"
msgid "Uom"
-msgstr ""
+msgstr "Jm"
msgctxt "field:customs.duty.rate,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:customs.duty.rate,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
msgctxt "field:customs.tariff.code,active:"
msgid "Active"
@@ -69,23 +69,23 @@ msgstr ""
msgctxt "field:customs.tariff.code,code:"
msgid "Code"
-msgstr ""
+msgstr "Kod"
msgctxt "field:customs.tariff.code,country:"
msgid "Country"
-msgstr ""
+msgstr "Kraj"
msgctxt "field:customs.tariff.code,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:customs.tariff.code,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:customs.tariff.code,description:"
msgid "Description"
-msgstr ""
+msgstr "Opis"
#, fuzzy
msgctxt "field:customs.tariff.code,duty_rates:"
@@ -102,11 +102,11 @@ msgstr ""
msgctxt "field:customs.tariff.code,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:customs.tariff.code,start_day:"
msgid "Start Day"
@@ -118,35 +118,35 @@ msgstr ""
msgctxt "field:customs.tariff.code,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:customs.tariff.code,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
msgctxt "field:product-customs.tariff.code,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:product-customs.tariff.code,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:product-customs.tariff.code,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:product-customs.tariff.code,product:"
msgid "Product"
-msgstr ""
+msgstr "Produkt"
msgctxt "field:product-customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:product-customs.tariff.code,sequence:"
msgid "Sequence"
-msgstr ""
+msgstr "Sekwencja"
#, fuzzy
msgctxt "field:product-customs.tariff.code,tariff_code:"
@@ -155,11 +155,11 @@ msgstr "Tariff Codes"
msgctxt "field:product-customs.tariff.code,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:product-customs.tariff.code,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
#, fuzzy
msgctxt "field:product.category,customs:"
@@ -229,31 +229,31 @@ msgstr "Tariff Codes"
msgctxt "model:ir.action,name:act_duty_rate_form"
msgid "Duty Rates"
-msgstr "Duty Rates"
+msgstr ""
msgctxt "model:ir.action,name:act_tariff_code_form"
msgid "Tariff Codes"
-msgstr "Tariff Codes"
+msgstr ""
msgctxt "model:ir.action.act_window.domain,name:act_duty_rate_domain_export"
msgid "Export"
-msgstr "Export"
+msgstr ""
msgctxt "model:ir.action.act_window.domain,name:act_duty_rate_domain_import"
msgid "Import"
-msgstr "Import"
+msgstr ""
msgctxt "model:ir.ui.menu,name:menu_customs"
msgid "Customs"
-msgstr "Customs"
+msgstr ""
msgctxt "model:ir.ui.menu,name:menu_duty_rate_form"
msgid "Duty Rates"
-msgstr "Duty Rates"
+msgstr ""
msgctxt "model:ir.ui.menu,name:menu_tariff_code_form"
msgid "Tariff Codes"
-msgstr "Tariff Codes"
+msgstr ""
msgctxt "model:product-customs.tariff.code,name:"
msgid "Product - Tariff Code"
@@ -261,7 +261,7 @@ msgstr ""
msgctxt "model:res.group,name:group_customs_admin"
msgid "Customs Administration"
-msgstr "Customs Administration"
+msgstr ""
msgctxt "selection:customs.duty.rate,computation_type:"
msgid "Amount"
@@ -287,51 +287,51 @@ msgstr ""
msgctxt "selection:customs.tariff.code,end_month:"
msgid "April"
-msgstr ""
+msgstr "Kwiecień"
msgctxt "selection:customs.tariff.code,end_month:"
msgid "August"
-msgstr ""
+msgstr "Sierpień"
msgctxt "selection:customs.tariff.code,end_month:"
msgid "December"
-msgstr ""
+msgstr "Grudzień"
msgctxt "selection:customs.tariff.code,end_month:"
msgid "February"
-msgstr ""
+msgstr "Luty"
msgctxt "selection:customs.tariff.code,end_month:"
msgid "January"
-msgstr ""
+msgstr "Styczeń"
msgctxt "selection:customs.tariff.code,end_month:"
msgid "July"
-msgstr ""
+msgstr "Lipiec"
msgctxt "selection:customs.tariff.code,end_month:"
msgid "June"
-msgstr ""
+msgstr "Czerwiec"
msgctxt "selection:customs.tariff.code,end_month:"
msgid "March"
-msgstr ""
+msgstr "Marzec"
msgctxt "selection:customs.tariff.code,end_month:"
msgid "May"
-msgstr ""
+msgstr "Maj"
msgctxt "selection:customs.tariff.code,end_month:"
msgid "November"
-msgstr ""
+msgstr "Listopad"
msgctxt "selection:customs.tariff.code,end_month:"
msgid "October"
-msgstr ""
+msgstr "Październik"
msgctxt "selection:customs.tariff.code,end_month:"
msgid "September"
-msgstr ""
+msgstr "Wrzesień"
msgctxt "selection:customs.tariff.code,start_month:"
msgid ""
@@ -339,59 +339,59 @@ msgstr ""
msgctxt "selection:customs.tariff.code,start_month:"
msgid "April"
-msgstr ""
+msgstr "Kwiecień"
msgctxt "selection:customs.tariff.code,start_month:"
msgid "August"
-msgstr ""
+msgstr "Sierpień"
msgctxt "selection:customs.tariff.code,start_month:"
msgid "December"
-msgstr ""
+msgstr "Grudzień"
msgctxt "selection:customs.tariff.code,start_month:"
msgid "February"
-msgstr ""
+msgstr "Luty"
msgctxt "selection:customs.tariff.code,start_month:"
msgid "January"
-msgstr ""
+msgstr "Styczeń"
msgctxt "selection:customs.tariff.code,start_month:"
msgid "July"
-msgstr ""
+msgstr "Lipiec"
msgctxt "selection:customs.tariff.code,start_month:"
msgid "June"
-msgstr ""
+msgstr "Czerwiec"
msgctxt "selection:customs.tariff.code,start_month:"
msgid "March"
-msgstr ""
+msgstr "Marzec"
msgctxt "selection:customs.tariff.code,start_month:"
msgid "May"
-msgstr ""
+msgstr "Maj"
msgctxt "selection:customs.tariff.code,start_month:"
msgid "November"
-msgstr ""
+msgstr "Listopad"
msgctxt "selection:customs.tariff.code,start_month:"
msgid "October"
-msgstr ""
+msgstr "Październik"
msgctxt "selection:customs.tariff.code,start_month:"
msgid "September"
-msgstr ""
+msgstr "Wrzesień"
msgctxt "selection:product-customs.tariff.code,product:"
msgid "Category"
-msgstr ""
+msgstr "Kategoria"
msgctxt "selection:product-customs.tariff.code,product:"
msgid "Template"
-msgstr ""
+msgstr "Szablon"
msgctxt "view:customs.duty.rate:"
msgid "Computation"
@@ -399,11 +399,11 @@ msgstr ""
msgctxt "view:customs.tariff.code:"
msgid "From"
-msgstr ""
+msgstr "Od"
msgctxt "view:customs.tariff.code:"
msgid "To"
-msgstr ""
+msgstr "Do"
#, fuzzy
msgctxt "view:product.category:"
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index 51cfb92..dce6090 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"
@@ -35,8 +35,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:customs.duty.rate,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:customs.duty.rate,start_date:"
msgid "Start Date"
@@ -103,8 +103,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:customs.tariff.code,start_day:"
msgid "Start Day"
@@ -139,8 +139,8 @@ msgid "Product"
msgstr "Produto"
msgctxt "field:product-customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:product-customs.tariff.code,sequence:"
msgid "Sequence"
diff --git a/locale/ru.po b/locale/ru.po
index 3487205..f2f10e2 100644
--- a/locale/ru.po
+++ b/locale/ru.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -41,10 +41,9 @@ msgctxt "field:customs.duty.rate,id:"
msgid "ID"
msgstr "ID"
-#, fuzzy
msgctxt "field:customs.duty.rate,rec_name:"
-msgid "Name"
-msgstr "Правило оплаты"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:customs.duty.rate,start_date:"
@@ -123,10 +122,9 @@ msgctxt "field:customs.tariff.code,id:"
msgid "ID"
msgstr "ID"
-#, fuzzy
msgctxt "field:customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Правило оплаты"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:customs.tariff.code,start_day:"
@@ -167,10 +165,9 @@ msgctxt "field:product-customs.tariff.code,product:"
msgid "Product"
msgstr "Товарно материальные ценности (ТМЦ)"
-#, fuzzy
msgctxt "field:product-customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Правило оплаты"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:product-customs.tariff.code,sequence:"
diff --git a/locale/sl.po b/locale/sl.po
index 3fa8f36..77ac74f 100644
--- a/locale/sl.po
+++ b/locale/sl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -35,8 +35,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:customs.duty.rate,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:customs.duty.rate,start_date:"
msgid "Start Date"
@@ -103,8 +103,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:customs.tariff.code,start_day:"
msgid "Start Day"
@@ -139,8 +139,8 @@ msgid "Product"
msgstr "Izdelek"
msgctxt "field:product-customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:product-customs.tariff.code,sequence:"
msgid "Sequence"
diff --git a/locale/zh_CN.po b/locale/zh_CN.po
index e115874..4e8d79c 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"
@@ -38,10 +38,9 @@ msgctxt "field:customs.duty.rate,id:"
msgid "ID"
msgstr "编号"
-#, fuzzy
msgctxt "field:customs.duty.rate,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
msgctxt "field:customs.duty.rate,start_date:"
msgid "Start Date"
@@ -117,10 +116,9 @@ msgctxt "field:customs.tariff.code,id:"
msgid "ID"
msgstr "编号"
-#, fuzzy
msgctxt "field:customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
msgctxt "field:customs.tariff.code,start_day:"
msgid "Start Day"
@@ -159,10 +157,9 @@ msgctxt "field:product-customs.tariff.code,product:"
msgid "Product"
msgstr ""
-#, fuzzy
msgctxt "field:product-customs.tariff.code,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:product-customs.tariff.code,sequence:"
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 9cdcb0c..cdb6be6 100644
--- a/setup.py
+++ b/setup.py
@@ -96,9 +96,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/test_customs.py b/tests/test_customs.py
index 1d91cd0..8748131 100644
--- a/tests/test_customs.py
+++ b/tests/test_customs.py
@@ -195,7 +195,6 @@ class CustomsTestCase(ModuleTestCase):
template = Template(name='Test',
default_uom=unit,
list_price=Decimal(0),
- cost_price=Decimal(0),
tariff_codes=[
Product_TariffCode(tariff_code=tariff),
])
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 74f596e..8ed4453 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.4.0
+version=4.6.0
depends:
country
currency
diff --git a/trytond_customs.egg-info/PKG-INFO b/trytond_customs.egg-info/PKG-INFO
index 8c2d177..2110fe6 100644
--- a/trytond_customs.egg-info/PKG-INFO
+++ b/trytond_customs.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-customs
-Version: 4.4.0
+Version: 4.6.0
Summary: Tryton module for customs
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_customs
===============
@@ -69,9 +69,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_customs.egg-info/SOURCES.txt b/trytond_customs.egg-info/SOURCES.txt
index 20b4273..dde3ed1 100644
--- a/trytond_customs.egg-info/SOURCES.txt
+++ b/trytond_customs.egg-info/SOURCES.txt
@@ -1,12 +1,18 @@
+.drone.yml
+.hgtags
CHANGELOG
COPYRIGHT
INSTALL
LICENSE
MANIFEST.in
README
+__init__.py
+customs.py
customs.xml
+product.py
product.xml
setup.py
+tox.ini
tryton.cfg
./__init__.py
./customs.py
@@ -62,6 +68,8 @@ locale/pt_BR.po
locale/ru.po
locale/sl.po
locale/zh_CN.po
+tests/__init__.py
+tests/test_customs.py
trytond_customs.egg-info/PKG-INFO
trytond_customs.egg-info/SOURCES.txt
trytond_customs.egg-info/dependency_links.txt
diff --git a/trytond_customs.egg-info/requires.txt b/trytond_customs.egg-info/requires.txt
index 46ac1d4..33eed23 100644
--- a/trytond_customs.egg-info/requires.txt
+++ b/trytond_customs.egg-info/requires.txt
@@ -1,6 +1,6 @@
simpleeval
python-sql >= 0.4
-trytond_country >= 4.4, < 4.5
-trytond_currency >= 4.4, < 4.5
-trytond_product >= 4.4, < 4.5
-trytond >= 4.4, < 4.5
+trytond_country >= 4.6, < 4.7
+trytond_currency >= 4.6, < 4.7
+trytond_product >= 4.6, < 4.7
+trytond >= 4.6, < 4.7
--
tryton-modules-customs
More information about the tryton-debian-vcs
mailing list