[tryton-debian-vcs] tryton-modules-sale-extra branch debian updated. debian/4.4.0-4-6-g9d124b7

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Fri Nov 10 12:17:36 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-sale-extra.git;a=commitdiff;h=debian/4.4.0-4-6-g9d124b7

commit 9d124b7a0f6debc762c7e816796f88ebffc401fb
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Nov 7 16:24:56 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 3c2273a..07c747c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+tryton-modules-sale-extra (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.
+  * Updating debian/copyright.
+  * Use https in the watch file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Tue, 07 Nov 2017 10:20:28 +0100
+
 tryton-modules-sale-extra (4.4.0-4) unstable; urgency=medium
 
   * Switch to Python3.
commit 789dafe2d41c6f4ea9c04defbda194439cbc8e40
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 49a8f72..b69ecef 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-opts=pgpsigurlmangle=s/$/.asc/ http://downloads.tryton.org/current/ .*trytond_sale_extra-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
+opts=pgpsigurlmangle=s/$/.asc/ https://downloads.tryton.org/current/ .*trytond_sale_extra-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
commit 5d38e9ff815d90023538951088b01b3d8f161352
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Nov 6 14:50:32 2017 +0100

    Updating debian/copyright.

diff --git a/debian/copyright b/debian/copyright
index 3f28cd8..0acde7c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
 Files: *
-Copyright: 2015-2016 Cédric Krier
+Copyright: 2015-2017 Cédric Krier
            2015-2017 B2CK SPRL
 License: GPL-3+
 
commit 0d815cb5b7bd7c0fd2f2de782e651dbb2f2f6b4c
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Nov 6 14:41:15 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 0425b04..b9b1709 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/COPYRIGHT b/COPYRIGHT
index e3e1c67..f568502 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,4 +1,4 @@
-Copyright (C) 2015-2016 Cédric Krier.
+Copyright (C) 2015-2017 Cédric Krier.
 Copyright (C) 2015-2017 B2CK SPRL.
 
 This program is free software: you can redistribute it and/or modify
diff --git a/PKG-INFO b/PKG-INFO
index 265b289..d5c7db8 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_sale_extra
-Version: 4.4.0
+Version: 4.6.0
 Summary: Tryton module for sale extra
 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_sale_extra
         ==================
         
@@ -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 f4a5a7d..007a9f6 100644
--- a/locale/bg.po
+++ b/locale/bg.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -52,10 +52,9 @@ msgctxt "field:sale.extra,price_list:"
 msgid "Price List"
 msgstr "Ценова листа"
 
-#, fuzzy
 msgctxt "field:sale.extra,rec_name:"
-msgid "Name"
-msgstr "Условие за плащане"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra,sale_amount:"
 msgid "Sale Amount"
@@ -114,10 +113,9 @@ msgctxt "field:sale.extra.line,quantity:"
 msgid "Quantity"
 msgstr "Количество"
 
-#, fuzzy
 msgctxt "field:sale.extra.line,rec_name:"
-msgid "Name"
-msgstr "Условие за плащане"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra.line,sale_amount:"
 msgid "Sale Amount"
diff --git a/locale/ca.po b/locale/ca.po
index deb555c..6fa7e50 100644
--- a/locale/ca.po
+++ b/locale/ca.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -43,8 +43,8 @@ msgid "Price List"
 msgstr "Tarifa"
 
 msgctxt "field:sale.extra,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
 
 msgctxt "field:sale.extra,sale_amount:"
 msgid "Sale Amount"
@@ -95,8 +95,8 @@ msgid "Quantity"
 msgstr "Quantitat"
 
 msgctxt "field:sale.extra.line,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
 
 msgctxt "field:sale.extra.line,sale_amount:"
 msgid "Sale Amount"
diff --git a/locale/cs.po b/locale/cs.po
index 1c9d47c..aaf8144 100644
--- a/locale/cs.po
+++ b/locale/cs.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -43,10 +43,9 @@ msgctxt "field:sale.extra,price_list:"
 msgid "Price List"
 msgstr ""
 
-#, fuzzy
 msgctxt "field:sale.extra,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra,sale_amount:"
 msgid "Sale Amount"
@@ -96,10 +95,9 @@ msgctxt "field:sale.extra.line,quantity:"
 msgid "Quantity"
 msgstr ""
 
-#, fuzzy
 msgctxt "field:sale.extra.line,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra.line,sale_amount:"
 msgid "Sale Amount"
diff --git a/locale/de.po b/locale/de.po
index 4be8630..15439a8 100644
--- a/locale/de.po
+++ b/locale/de.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -43,8 +43,8 @@ msgid "Price List"
 msgstr "Preisliste"
 
 msgctxt "field:sale.extra,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra,sale_amount:"
 msgid "Sale Amount"
@@ -95,8 +95,8 @@ msgid "Quantity"
 msgstr "Anzahl"
 
 msgctxt "field:sale.extra.line,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra.line,sale_amount:"
 msgid "Sale Amount"
diff --git a/locale/es.po b/locale/es.po
index c28a5c8..a00572e 100644
--- a/locale/es.po
+++ b/locale/es.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -43,8 +43,8 @@ msgid "Price List"
 msgstr "Tarifa"
 
 msgctxt "field:sale.extra,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
 
 msgctxt "field:sale.extra,sale_amount:"
 msgid "Sale Amount"
@@ -95,8 +95,8 @@ msgid "Quantity"
 msgstr "Cantidad"
 
 msgctxt "field:sale.extra.line,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
 
 msgctxt "field:sale.extra.line,sale_amount:"
 msgid "Sale Amount"
diff --git a/locale/es_419.po b/locale/es_419.po
index 057c36b..5927173 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"
 
@@ -43,7 +43,7 @@ msgid "Price List"
 msgstr "Lista de precios"
 
 msgctxt "field:sale.extra,rec_name:"
-msgid "Name"
+msgid "Record Name"
 msgstr ""
 
 msgctxt "field:sale.extra,sale_amount:"
@@ -95,7 +95,7 @@ msgid "Quantity"
 msgstr ""
 
 msgctxt "field:sale.extra.line,rec_name:"
-msgid "Name"
+msgid "Record Name"
 msgstr ""
 
 msgctxt "field:sale.extra.line,sale_amount:"
diff --git a/locale/fr.po b/locale/fr.po
index 3935418..322bf8f 100644
--- a/locale/fr.po
+++ b/locale/fr.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -43,8 +43,8 @@ msgid "Price List"
 msgstr "Liste de prix"
 
 msgctxt "field:sale.extra,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
 
 msgctxt "field:sale.extra,sale_amount:"
 msgid "Sale Amount"
@@ -76,7 +76,7 @@ msgstr "Extra"
 
 msgctxt "field:sale.extra.line,free:"
 msgid "Free"
-msgstr "Libre"
+msgstr "Gratuit"
 
 msgctxt "field:sale.extra.line,id:"
 msgid "ID"
@@ -95,8 +95,8 @@ msgid "Quantity"
 msgstr "Quantité"
 
 msgctxt "field:sale.extra.line,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
 
 msgctxt "field:sale.extra.line,sale_amount:"
 msgid "Sale Amount"
diff --git a/locale/hu_HU.po b/locale/hu_HU.po
index ffe0e6c..2c67ffb 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"
 
@@ -43,8 +43,8 @@ msgid "Price List"
 msgstr "Árlista"
 
 msgctxt "field:sale.extra,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra,sale_amount:"
 msgid "Sale Amount"
@@ -95,8 +95,8 @@ msgid "Quantity"
 msgstr "Mennyiség"
 
 msgctxt "field:sale.extra.line,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra.line,sale_amount:"
 msgid "Sale Amount"
diff --git a/locale/it_IT.po b/locale/it_IT.po
index 5326380..8525717 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"
 
@@ -43,8 +43,8 @@ msgid "Price List"
 msgstr "Listino"
 
 msgctxt "field:sale.extra,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra,sale_amount:"
 msgid "Sale Amount"
@@ -95,8 +95,8 @@ msgid "Quantity"
 msgstr "Quantità"
 
 msgctxt "field:sale.extra.line,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra.line,sale_amount:"
 msgid "Sale Amount"
diff --git a/locale/ja_JP.po b/locale/ja_JP.po
index f8b2fe9..a021cb8 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"
 
@@ -43,7 +43,7 @@ msgid "Price List"
 msgstr ""
 
 msgctxt "field:sale.extra,rec_name:"
-msgid "Name"
+msgid "Record Name"
 msgstr ""
 
 msgctxt "field:sale.extra,sale_amount:"
@@ -96,7 +96,7 @@ msgid "Quantity"
 msgstr ""
 
 msgctxt "field:sale.extra.line,rec_name:"
-msgid "Name"
+msgid "Record Name"
 msgstr ""
 
 msgctxt "field:sale.extra.line,sale_amount:"
diff --git a/locale/lo.po b/locale/lo.po
index bb4d691..b7f5913 100644
--- a/locale/lo.po
+++ b/locale/lo.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -52,10 +52,9 @@ msgctxt "field:sale.extra,price_list:"
 msgid "Price List"
 msgstr "ລາຍການລາຄາ"
 
-#, fuzzy
 msgctxt "field:sale.extra,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra,sale_amount:"
 msgid "Sale Amount"
@@ -114,10 +113,9 @@ msgctxt "field:sale.extra.line,quantity:"
 msgid "Quantity"
 msgstr "ຈຳນວນ"
 
-#, fuzzy
 msgctxt "field:sale.extra.line,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra.line,sale_amount:"
 msgid "Sale Amount"
diff --git a/locale/lt.po b/locale/lt.po
index 1c9d47c..aaf8144 100644
--- a/locale/lt.po
+++ b/locale/lt.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -43,10 +43,9 @@ msgctxt "field:sale.extra,price_list:"
 msgid "Price List"
 msgstr ""
 
-#, fuzzy
 msgctxt "field:sale.extra,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra,sale_amount:"
 msgid "Sale Amount"
@@ -96,10 +95,9 @@ msgctxt "field:sale.extra.line,quantity:"
 msgid "Quantity"
 msgstr ""
 
-#, fuzzy
 msgctxt "field:sale.extra.line,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra.line,sale_amount:"
 msgid "Sale Amount"
diff --git a/locale/nl.po b/locale/nl.po
index dfea847..40b6e9f 100644
--- a/locale/nl.po
+++ b/locale/nl.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -51,10 +51,9 @@ msgctxt "field:sale.extra,price_list:"
 msgid "Price List"
 msgstr ""
 
-#, fuzzy
 msgctxt "field:sale.extra,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra,sale_amount:"
 msgid "Sale Amount"
@@ -112,10 +111,9 @@ msgctxt "field:sale.extra.line,quantity:"
 msgid "Quantity"
 msgstr "Hoeveelheid"
 
-#, fuzzy
 msgctxt "field:sale.extra.line,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra.line,sale_amount:"
 msgid "Sale Amount"
diff --git a/locale/pl.po b/locale/pl.po
index f8b2fe9..799e2bb 100644
--- a/locale/pl.po
+++ b/locale/pl.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -8,43 +8,43 @@ msgstr ""
 
 msgctxt "field:sale.extra,company:"
 msgid "Company"
-msgstr ""
+msgstr "Firma"
 
 msgctxt "field:sale.extra,create_date:"
 msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
 
 msgctxt "field:sale.extra,create_uid:"
 msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
 
 msgctxt "field:sale.extra,currency_digits:"
 msgid "Currency Digits"
-msgstr ""
+msgstr "Cyfry waluty"
 
 msgctxt "field:sale.extra,end_date:"
 msgid "End Date"
-msgstr ""
+msgstr "Data ukończenia"
 
 msgctxt "field:sale.extra,id:"
 msgid "ID"
-msgstr ""
+msgstr "ID"
 
 msgctxt "field:sale.extra,lines:"
 msgid "Lines"
-msgstr ""
+msgstr "Wiersze"
 
 msgctxt "field:sale.extra,name:"
 msgid "Name"
-msgstr ""
+msgstr "Nazwa"
 
 msgctxt "field:sale.extra,price_list:"
 msgid "Price List"
-msgstr ""
+msgstr "Cennik"
 
 msgctxt "field:sale.extra,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
 
 msgctxt "field:sale.extra,sale_amount:"
 msgid "Sale Amount"
@@ -52,23 +52,23 @@ msgstr ""
 
 msgctxt "field:sale.extra,start_date:"
 msgid "Start Date"
-msgstr ""
+msgstr "Data rozpoczęcia"
 
 msgctxt "field:sale.extra,write_date:"
 msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
 
 msgctxt "field:sale.extra,write_uid:"
 msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
 
 msgctxt "field:sale.extra.line,create_date:"
 msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
 
 msgctxt "field:sale.extra.line,create_uid:"
 msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
 
 #, fuzzy
 msgctxt "field:sale.extra.line,extra:"
@@ -81,23 +81,23 @@ msgstr ""
 
 msgctxt "field:sale.extra.line,id:"
 msgid "ID"
-msgstr ""
+msgstr "ID"
 
 msgctxt "field:sale.extra.line,product:"
 msgid "Product"
-msgstr ""
+msgstr "Produkt"
 
 msgctxt "field:sale.extra.line,product_uom_category:"
 msgid "Product UoM Category"
-msgstr ""
+msgstr "Kategoria jm produktu"
 
 msgctxt "field:sale.extra.line,quantity:"
 msgid "Quantity"
-msgstr ""
+msgstr "Ilość"
 
 msgctxt "field:sale.extra.line,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
 
 msgctxt "field:sale.extra.line,sale_amount:"
 msgid "Sale Amount"
@@ -105,23 +105,23 @@ msgstr ""
 
 msgctxt "field:sale.extra.line,sequence:"
 msgid "Sequence"
-msgstr ""
+msgstr "Sekwencja"
 
 msgctxt "field:sale.extra.line,unit:"
 msgid "Unit"
-msgstr ""
+msgstr "Jednostka"
 
 msgctxt "field:sale.extra.line,unit_digits:"
 msgid "Unit Digits"
-msgstr ""
+msgstr "Cyfry jednostki"
 
 msgctxt "field:sale.extra.line,write_date:"
 msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
 
 msgctxt "field:sale.extra.line,write_uid:"
 msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
 
 #, fuzzy
 msgctxt "field:sale.line,extra:"
@@ -130,15 +130,15 @@ msgstr "Extras"
 
 msgctxt "model:ir.action,name:act_extra_form"
 msgid "Extras"
-msgstr "Extras"
+msgstr ""
 
 msgctxt "model:ir.action,name:act_extra_relate"
 msgid "Sale Extras"
-msgstr "Sale Extras"
+msgstr ""
 
 msgctxt "model:ir.ui.menu,name:menu_extra"
 msgid "Extras"
-msgstr "Extras"
+msgstr ""
 
 #, fuzzy
 msgctxt "model:sale.extra,name:"
@@ -151,4 +151,4 @@ msgstr ""
 
 msgctxt "view:sale.extra.line:"
 msgid "Sale Line"
-msgstr ""
+msgstr "Wiersz sprzedaży"
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index 23544c3..0808207 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"
 
@@ -43,8 +43,8 @@ msgid "Price List"
 msgstr "Lista de Preços"
 
 msgctxt "field:sale.extra,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
 
 msgctxt "field:sale.extra,sale_amount:"
 msgid "Sale Amount"
@@ -95,8 +95,8 @@ msgid "Quantity"
 msgstr "Quantidade"
 
 msgctxt "field:sale.extra.line,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
 
 msgctxt "field:sale.extra.line,sale_amount:"
 msgid "Sale Amount"
diff --git a/locale/ru.po b/locale/ru.po
index b57b963..50bfd9b 100644
--- a/locale/ru.po
+++ b/locale/ru.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -51,10 +51,9 @@ msgctxt "field:sale.extra,price_list:"
 msgid "Price List"
 msgstr ""
 
-#, fuzzy
 msgctxt "field:sale.extra,rec_name:"
-msgid "Name"
-msgstr "Правило оплаты"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra,sale_amount:"
 msgid "Sale Amount"
@@ -113,10 +112,9 @@ msgctxt "field:sale.extra.line,quantity:"
 msgid "Quantity"
 msgstr "Кол-во"
 
-#, fuzzy
 msgctxt "field:sale.extra.line,rec_name:"
-msgid "Name"
-msgstr "Правило оплаты"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra.line,sale_amount:"
 msgid "Sale Amount"
diff --git a/locale/sl.po b/locale/sl.po
index 3b13c1e..b53cd78 100644
--- a/locale/sl.po
+++ b/locale/sl.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
@@ -43,8 +43,8 @@ msgid "Price List"
 msgstr "Cenik"
 
 msgctxt "field:sale.extra,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra,sale_amount:"
 msgid "Sale Amount"
@@ -95,8 +95,8 @@ msgid "Quantity"
 msgstr "Količina"
 
 msgctxt "field:sale.extra.line,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra.line,sale_amount:"
 msgid "Sale Amount"
diff --git a/locale/zh_CN.po b/locale/zh_CN.po
index 5aa0c24..40bab5f 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"
 
@@ -47,10 +47,9 @@ msgctxt "field:sale.extra,price_list:"
 msgid "Price List"
 msgstr ""
 
-#, fuzzy
 msgctxt "field:sale.extra,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra,sale_amount:"
 msgid "Sale Amount"
@@ -105,10 +104,9 @@ msgctxt "field:sale.extra.line,quantity:"
 msgid "Quantity"
 msgstr ""
 
-#, fuzzy
 msgctxt "field:sale.extra.line,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
 
 msgctxt "field:sale.extra.line,sale_amount:"
 msgid "Sale Amount"
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 efb1a40..55addcd 100644
--- a/setup.py
+++ b/setup.py
@@ -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_sale_extra.rst b/tests/scenario_sale_extra.rst
index d2da192..5ff971d 100644
--- a/tests/scenario_sale_extra.rst
+++ b/tests/scenario_sale_extra.rst
@@ -43,9 +43,8 @@ Create product::
 
     >>> ProductUom = Model.get('product.uom')
     >>> ProductTemplate = Model.get('product.template')
-    >>> Product = Model.get('product.product')
     >>> unit, = ProductUom.find([('name', '=', 'Unit')])
-    >>> product = Product()
+
     >>> template = ProductTemplate()
     >>> template.name = 'Product'
     >>> template.default_uom = unit
@@ -53,12 +52,10 @@ Create product::
     >>> template.salable = True
     >>> template.lead_time = datetime.timedelta(0)
     >>> template.list_price = Decimal('20')
-    >>> template.cost_price = Decimal('8')
     >>> template.account_revenue = revenue
     >>> template.save()
-    >>> product.template = template
-    >>> product.save()
-    >>> extra_product = Product()
+    >>> product, = template.products
+
     >>> extra_template = ProductTemplate()
     >>> extra_template.name = 'Extra'
     >>> extra_template.default_uom = unit
@@ -66,11 +63,9 @@ Create product::
     >>> extra_template.salable = True
     >>> extra_template.lead_time = datetime.timedelta(0)
     >>> extra_template.list_price = Decimal('3')
-    >>> extra_template.cost_price = Decimal('3')
     >>> extra_template.account_revenue = revenue
     >>> extra_template.save()
-    >>> extra_product.template = extra_template
-    >>> extra_product.save()
+    >>> extra_product, = extra_template.products
 
 Create payment term::
 
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 a766cdc..e97e091 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.4.0
+version=4.6.0
 depends:
     company
     ir
diff --git a/trytond_sale_extra.egg-info/PKG-INFO b/trytond_sale_extra.egg-info/PKG-INFO
index 7e0106d..6bec696 100644
--- a/trytond_sale_extra.egg-info/PKG-INFO
+++ b/trytond_sale_extra.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-sale-extra
-Version: 4.4.0
+Version: 4.6.0
 Summary: Tryton module for sale extra
 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_sale_extra
         ==================
         
@@ -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_sale_extra.egg-info/SOURCES.txt b/trytond_sale_extra.egg-info/SOURCES.txt
index 8aac89c..65a93b4 100644
--- a/trytond_sale_extra.egg-info/SOURCES.txt
+++ b/trytond_sale_extra.egg-info/SOURCES.txt
@@ -1,11 +1,16 @@
+.drone.yml
+.hgtags
 CHANGELOG
 COPYRIGHT
 INSTALL
 LICENSE
 MANIFEST.in
 README
+__init__.py
+sale.py
 sale.xml
 setup.py
+tox.ini
 tryton.cfg
 ./__init__.py
 ./sale.py
@@ -56,7 +61,9 @@ locale/pt_BR.po
 locale/ru.po
 locale/sl.po
 locale/zh_CN.po
+tests/__init__.py
 tests/scenario_sale_extra.rst
+tests/test_sale_extra.py
 trytond_sale_extra.egg-info/PKG-INFO
 trytond_sale_extra.egg-info/SOURCES.txt
 trytond_sale_extra.egg-info/dependency_links.txt
diff --git a/trytond_sale_extra.egg-info/requires.txt b/trytond_sale_extra.egg-info/requires.txt
index 5a37bac..5df4cf1 100644
--- a/trytond_sale_extra.egg-info/requires.txt
+++ b/trytond_sale_extra.egg-info/requires.txt
@@ -1,7 +1,7 @@
 python-sql
-trytond_company >= 4.4, < 4.5
-trytond_product >= 4.4, < 4.5
-trytond_product_price_list >= 4.4, < 4.5
-trytond_sale >= 4.4, < 4.5
-trytond_sale_price_list >= 4.4, < 4.5
-trytond >= 4.4, < 4.5
+trytond_company >= 4.6, < 4.7
+trytond_product >= 4.6, < 4.7
+trytond_product_price_list >= 4.6, < 4.7
+trytond_sale >= 4.6, < 4.7
+trytond_sale_price_list >= 4.6, < 4.7
+trytond >= 4.6, < 4.7
-- 
tryton-modules-sale-extra



More information about the tryton-debian-vcs mailing list