[tryton-debian-vcs] tryton-modules-purchase-invoice-line-standalone branch debian updated. debian/4.4.0-4-5-gc41dab0
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Fri Nov 10 12:16:01 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-purchase-invoice-line-standalone.git;a=commitdiff;h=debian/4.4.0-4-5-gc41dab0
commit c41dab0d4916b1efa1c15a46e8e3c4547aac2554
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Nov 7 16:24:54 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 d4726de..51211e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+tryton-modules-purchase-invoice-line-standalone (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:20:24 +0100
+
tryton-modules-purchase-invoice-line-standalone (4.4.0-4) unstable; urgency=medium
* Switch to Python3.
commit 2bed6a440d171fd64f947fd9cb51492912119e86
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 6fcd164..ecde7ec 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-opts=pgpsigurlmangle=s/$/.asc/ http://downloads.tryton.org/current/ .*trytond_purchase_invoice_line_standalone-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
+opts=pgpsigurlmangle=s/$/.asc/ https://downloads.tryton.org/current/ .*trytond_purchase_invoice_line_standalone-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
commit ed756cb37979cec890f34c081a1f12c4702ff593
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Nov 6 14:41:10 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 c115729..63f19d0 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 c945d25..4d2a780 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_purchase_invoice_line_standalone
-Version: 4.4.0
+Version: 4.6.0
Summary: Tryton module for standalone invoice line from purchase
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_purchase_invoice_line_standalone
========================================
@@ -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 3907329..8a76fa9 100644
--- a/locale/bg.po
+++ b/locale/bg.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -31,8 +31,8 @@ msgid "Purchase"
msgstr "Покупки"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
-msgid "Name"
-msgstr "Име"
+msgid "Record Name"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
msgid "Write Date"
diff --git a/locale/ca.po b/locale/ca.po
index 8fd92c1..3ed8a66 100644
--- a/locale/ca.po
+++ b/locale/ca.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -31,8 +31,8 @@ msgid "Purchase"
msgstr "Compra"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
msgid "Write Date"
diff --git a/locale/cs.po b/locale/cs.po
index 3411433..f48e2cc 100644
--- a/locale/cs.po
+++ b/locale/cs.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -30,10 +30,9 @@ msgctxt "field:purchase.purchase-ignored-account.invoice.line,purchase:"
msgid "Purchase"
msgstr ""
-#, fuzzy
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
msgid "Write Date"
diff --git a/locale/de.po b/locale/de.po
index 3c7694c..5c0301a 100644
--- a/locale/de.po
+++ b/locale/de.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -31,8 +31,8 @@ msgid "Purchase"
msgstr "Einkauf"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
msgid "Write Date"
diff --git a/locale/es.po b/locale/es.po
index b2c346a..f827b6c 100644
--- a/locale/es.po
+++ b/locale/es.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -31,8 +31,8 @@ msgid "Purchase"
msgstr "Compra"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
msgid "Write Date"
diff --git a/locale/es_419.po b/locale/es_419.po
index 961a783..a0e529b 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"
@@ -31,7 +31,7 @@ msgid "Purchase"
msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
diff --git a/locale/fr.po b/locale/fr.po
index f337fa5..e36e1ff 100644
--- a/locale/fr.po
+++ b/locale/fr.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -31,8 +31,8 @@ msgid "Purchase"
msgstr "Achat"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
msgid "Write Date"
diff --git a/locale/hu_HU.po b/locale/hu_HU.po
index 7dadf35..15d98e9 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"
@@ -34,10 +34,9 @@ msgctxt "field:purchase.purchase-ignored-account.invoice.line,purchase:"
msgid "Purchase"
msgstr "Vásárlás"
-#, fuzzy
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
diff --git a/locale/it_IT.po b/locale/it_IT.po
index b5ba977..8bf619d 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"
@@ -31,8 +31,8 @@ msgid "Purchase"
msgstr "Acquisto"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
msgid "Write Date"
diff --git a/locale/ja_JP.po b/locale/ja_JP.po
index e5af901..f48e2cc 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"
@@ -31,7 +31,7 @@ msgid "Purchase"
msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
diff --git a/locale/lo.po b/locale/lo.po
index 86b944e..6afdd6c 100644
--- a/locale/lo.po
+++ b/locale/lo.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -36,10 +36,9 @@ msgctxt "field:purchase.purchase-ignored-account.invoice.line,purchase:"
msgid "Purchase"
msgstr "ສັ່ງຊື້"
-#, fuzzy
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
diff --git a/locale/lt.po b/locale/lt.po
index 3411433..f48e2cc 100644
--- a/locale/lt.po
+++ b/locale/lt.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -30,10 +30,9 @@ msgctxt "field:purchase.purchase-ignored-account.invoice.line,purchase:"
msgid "Purchase"
msgstr ""
-#, fuzzy
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
msgid "Write Date"
diff --git a/locale/nl.po b/locale/nl.po
index f5caaf5..c1544ef 100644
--- a/locale/nl.po
+++ b/locale/nl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -36,10 +36,9 @@ msgctxt "field:purchase.purchase-ignored-account.invoice.line,purchase:"
msgid "Purchase"
msgstr "Inkoop"
-#, fuzzy
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
diff --git a/locale/pl.po b/locale/pl.po
index e5af901..8af9be9 100644
--- a/locale/pl.po
+++ b/locale/pl.po
@@ -1,47 +1,47 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:purchase.purchase,invoice_lines:"
msgid "Invoice Lines"
-msgstr ""
+msgstr "Wiersze faktury"
msgctxt "field:purchase.purchase,invoice_lines_ignored:"
msgid "Invoice Lines Ignored"
-msgstr ""
+msgstr "Wiersze faktury zignorowane"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,invoice:"
msgid "Invoice Line"
-msgstr ""
+msgstr "Wiersz faktury"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,purchase:"
msgid "Purchase"
-msgstr ""
+msgstr "Zakup"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
msgctxt "model:purchase.purchase-ignored-account.invoice.line,name:"
msgid "Purchase - Ignored Invoice Line"
-msgstr ""
+msgstr "Zakup - Zignorowany wiersz faktury"
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index 3ace949..c39b5b6 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"
@@ -31,8 +31,8 @@ msgid "Purchase"
msgstr "Compra"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
msgid "Write Date"
diff --git a/locale/ru.po b/locale/ru.po
index 83afe03..ec28327 100644
--- a/locale/ru.po
+++ b/locale/ru.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -36,10 +36,9 @@ msgctxt "field:purchase.purchase-ignored-account.invoice.line,purchase:"
msgid "Purchase"
msgstr "Покупки"
-#, fuzzy
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
-msgid "Name"
-msgstr "Наименование"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
diff --git a/locale/sl.po b/locale/sl.po
index a97a146..e8a5fdf 100644
--- a/locale/sl.po
+++ b/locale/sl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -31,8 +31,8 @@ msgid "Purchase"
msgstr "Nabavni nalogi"
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
msgid "Write Date"
diff --git a/locale/zh_CN.po b/locale/zh_CN.po
index d66068c..9c962bf 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"
@@ -33,10 +33,9 @@ msgctxt "field:purchase.purchase-ignored-account.invoice.line,purchase:"
msgid "Purchase"
msgstr ""
-#, fuzzy
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
diff --git a/purchase.py b/purchase.py
index dc6f33e..6a06fb2 100644
--- a/purchase.py
+++ b/purchase.py
@@ -41,7 +41,7 @@ class Purchase:
@classmethod
def search_invoice_lines(cls, name, clause):
- return [('lines.invoice_lines',) + tuple(clause[1:])]
+ return [('lines.' + clause[0],) + tuple(clause[1:])]
def create_invoice(self):
pool = Pool()
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 4f9fa35..382db83 100644
--- a/setup.py
+++ b/setup.py
@@ -103,9 +103,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_purchase_invoice_line_standalone.rst b/tests/scenario_purchase_invoice_line_standalone.rst
index 542f737..c272cd5 100644
--- a/tests/scenario_purchase_invoice_line_standalone.rst
+++ b/tests/scenario_purchase_invoice_line_standalone.rst
@@ -9,7 +9,7 @@ Imports::
>>> from decimal import Decimal
>>> from operator import attrgetter
>>> from proteus import Model, Wizard
- >>> from trytond.tests.tools import activate_modules
+ >>> from trytond.tests.tools import activate_modules, set_user
>>> from trytond.modules.company.tests.tools import create_company, \
... get_company
>>> from trytond.modules.account.tests.tools import create_fiscalyear, \
@@ -65,8 +65,7 @@ Create product::
>>> ProductUom = Model.get('product.uom')
>>> unit, = ProductUom.find([('name', '=', 'Unit')])
>>> ProductTemplate = Model.get('product.template')
- >>> Product = Model.get('product.product')
- >>> product = Product()
+
>>> template = ProductTemplate()
>>> template.name = 'product'
>>> template.default_uom = unit
@@ -74,13 +73,13 @@ Create product::
>>> template.purchasable = True
>>> template.salable = True
>>> template.list_price = Decimal('10')
- >>> template.cost_price = Decimal('5')
>>> template.cost_price_method = 'fixed'
>>> template.account_expense = expense
>>> template.account_revenue = revenue
+ >>> product, = template.products
+ >>> product.cost_price = Decimal('5')
>>> template.save()
- >>> product.template = template
- >>> product.save()
+ >>> product, = template.products
Create payment term::
@@ -141,7 +140,7 @@ Create a supplier invoice::
Create a supplier invoice with an accountant::
- >>> current_config.user = accountant.id
+ >>> set_user(accountant)
>>> Invoice = Model.get('account.invoice')
>>> Partner = Model.get('party.party')
>>> supplier, = Partner.find([('name', '=', 'Supplier')])
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 9241ddd..94fd11d 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.4.0
+version=4.6.0
depends:
account_invoice_line_standalone
ir
diff --git a/trytond_purchase_invoice_line_standalone.egg-info/PKG-INFO b/trytond_purchase_invoice_line_standalone.egg-info/PKG-INFO
index ee8de78..fecece9 100644
--- a/trytond_purchase_invoice_line_standalone.egg-info/PKG-INFO
+++ b/trytond_purchase_invoice_line_standalone.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-purchase-invoice-line-standalone
-Version: 4.4.0
+Version: 4.6.0
Summary: Tryton module for standalone invoice line from purchase
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_purchase_invoice_line_standalone
========================================
@@ -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_purchase_invoice_line_standalone.egg-info/SOURCES.txt b/trytond_purchase_invoice_line_standalone.egg-info/SOURCES.txt
index 9aeb31c..59d1d7c 100644
--- a/trytond_purchase_invoice_line_standalone.egg-info/SOURCES.txt
+++ b/trytond_purchase_invoice_line_standalone.egg-info/SOURCES.txt
@@ -1,11 +1,16 @@
+.drone.yml
+.hgtags
CHANGELOG
COPYRIGHT
INSTALL
LICENSE
MANIFEST.in
README
+__init__.py
+purchase.py
purchase.xml
setup.py
+tox.ini
tryton.cfg
./__init__.py
./purchase.py
@@ -52,7 +57,9 @@ locale/pt_BR.po
locale/ru.po
locale/sl.po
locale/zh_CN.po
+tests/__init__.py
tests/scenario_purchase_invoice_line_standalone.rst
+tests/test_purchase_invoice_line_standalone.py
trytond_purchase_invoice_line_standalone.egg-info/PKG-INFO
trytond_purchase_invoice_line_standalone.egg-info/SOURCES.txt
trytond_purchase_invoice_line_standalone.egg-info/dependency_links.txt
diff --git a/trytond_purchase_invoice_line_standalone.egg-info/requires.txt b/trytond_purchase_invoice_line_standalone.egg-info/requires.txt
index ec85004..5af85b7 100644
--- a/trytond_purchase_invoice_line_standalone.egg-info/requires.txt
+++ b/trytond_purchase_invoice_line_standalone.egg-info/requires.txt
@@ -1,4 +1,4 @@
python-sql
-trytond_account_invoice_line_standalone >= 4.4, < 4.5
-trytond_purchase >= 4.4, < 4.5
-trytond >= 4.4, < 4.5
+trytond_account_invoice_line_standalone >= 4.6, < 4.7
+trytond_purchase >= 4.6, < 4.7
+trytond >= 4.6, < 4.7
--
tryton-modules-purchase-invoice-line-standalone
More information about the tryton-debian-vcs
mailing list