[tryton-debian-vcs] tryton-modules-purchase-invoice-line-standalone branch debian updated. debian/3.8.0-2-4-g3b54624
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Jun 2 16:24:39 UTC 2016
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/3.8.0-2-4-g3b54624
commit 3b54624f59e8d0b6e6dc4a0a45b1c11e1b4ac87c
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Jun 1 21:47:28 2016 +0200
Releasing debian version 4.0.0-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 7ff3e22..58431ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-purchase-invoice-line-standalone (4.0.0-1) unstable; urgency=medium
+
+ * Updating signing-key.asc with the actual upstream maintainer keys.
+ * Merging upstream version 4.0.0.
+ * Updating the copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Mon, 30 May 2016 19:30:34 +0200
+
tryton-modules-purchase-invoice-line-standalone (3.8.0-2) unstable; urgency=medium
* Updating to standards version 3.9.7, no changes needed.
commit c0a3521b5662fb471831efed63ab0cbebfa1c829
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Fri May 27 19:01:03 2016 +0200
Updating the copyright file.
diff --git a/debian/copyright b/debian/copyright
index 46caba0..e58742c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,15 +1,15 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
-Copyright: 2008-2015 Cédric Krier
+Copyright: 2008-2016 Cédric Krier
2008-2013 Bertrand Chenal
- 2008-2015 B2CK SPRL
+ 2008-2016 B2CK SPRL
License: GPL-3+
Files: debian/*
Copyright:
2009-2012 Daniel Baumann <daniel at debian.org>
- 2012-2015 Mathias Behrle <mathiasb at m9s.biz>
+ 2012-2016 Mathias Behrle <mathiasb at m9s.biz>
License: GPL-3+
License: GPL-3+
commit 1d5c0c12ada5081993787957c57c16233aa1e83a
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Fri May 27 18:26:13 2016 +0200
Merging upstream version 4.0.0.
diff --git a/CHANGELOG b/CHANGELOG
index 82b7cd0..cb5a76e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+Version 4.0.0 - 2016-05-02
+* Bug fixes (see mercurial logs for details)
+* Add Python3 support
+
Version 3.8.0 - 2015-11-02
* Bug fixes (see mercurial logs for details)
diff --git a/COPYRIGHT b/COPYRIGHT
index 4c7ddcd..fcc5eeb 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2015 Cédric Krier.
+Copyright (C) 2008-2016 Cédric Krier.
Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2015 B2CK SPRL.
+Copyright (C) 2008-2016 B2CK SPRL.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/PKG-INFO b/PKG-INFO
index 6954447..f314973 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_purchase_invoice_line_standalone
-Version: 3.8.0
+Version: 4.0.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/3.8/
+Download-URL: http://downloads.tryton.org/4.0/
Description: trytond_purchase_invoice_line_standalone
========================================
@@ -54,6 +54,7 @@ Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: Bulgarian
Classifier: Natural Language :: Catalan
+Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: Czech
Classifier: Natural Language :: English
Classifier: Natural Language :: Dutch
@@ -67,6 +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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Office/Business
diff --git a/invoice.py b/invoice.py
index 9d5317c..ca12b4c 100644
--- a/invoice.py
+++ b/invoice.py
@@ -3,10 +3,10 @@
from trytond.pool import Pool, PoolMeta
__all__ = ['InvoiceLine']
-__metaclass__ = PoolMeta
class InvoiceLine:
+ __metaclass__ = PoolMeta
__name__ = 'account.invoice.line'
@classmethod
diff --git a/locale/de_DE.po b/locale/de_DE.po
index 0029237..022183c 100644
--- a/locale/de_DE.po
+++ b/locale/de_DE.po
@@ -91,11 +91,3 @@ msgstr "Einkauf - Ignorierte Rechnungsposition"
msgctxt "view:account.invoice.line:"
msgid "Invoice Lines"
msgstr "Rechnungspositionen"
-
-msgctxt "wizard_button:purchase.handle.invoice.exception,ask,end:"
-msgid "Cancel"
-msgstr "Abbrechen"
-
-msgctxt "wizard_button:purchase.handle.invoice.exception,ask,handle:"
-msgid "OK"
-msgstr "OK"
diff --git a/locale/es_MX.po b/locale/es_MX.po
index e687bfa..b185545 100644
--- a/locale/es_MX.po
+++ b/locale/es_MX.po
@@ -86,6 +86,7 @@ msgctxt "model:purchase.purchase-ignored-account.invoice.line,name:"
msgid "Purchase - Ignored Invoice Line"
msgstr "Compra - Línea de factura ignorada"
+#, fuzzy
msgctxt "view:account.invoice.line:"
msgid "Invoice Lines"
-msgstr ""
+msgstr "Líneas de factura"
diff --git a/locale/es_MX.po b/locale/lo_LA.po
similarity index 77%
copy from locale/es_MX.po
copy to locale/lo_LA.po
index e687bfa..28e9d7a 100644
--- a/locale/es_MX.po
+++ b/locale/lo_LA.po
@@ -4,87 +4,87 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "error:account.invoice.line:"
msgid "You can not delete invoice lines that comes from a purchase."
-msgstr "No puede eliminar líneas de facturas generadas por una compra."
+msgstr ""
msgctxt "field:purchase.purchase,invoice_lines:"
msgid "Invoice Lines"
-msgstr "Líneas de factura"
+msgstr ""
msgctxt "field:purchase.purchase,invoice_lines_ignored:"
msgid "Invoice Lines Ignored"
-msgstr "Líneas de factura ignoradas"
+msgstr ""
msgctxt "field:purchase.purchase-account.invoice.line,create_date:"
msgid "Create Date"
-msgstr "Fecha creación"
+msgstr ""
msgctxt "field:purchase.purchase-account.invoice.line,create_uid:"
msgid "Create User"
-msgstr "Usuario creación"
+msgstr ""
msgctxt "field:purchase.purchase-account.invoice.line,id:"
msgid "ID"
-msgstr "ID"
+msgstr ""
msgctxt "field:purchase.purchase-account.invoice.line,line:"
msgid "Invoice Line"
-msgstr "Línea de factura"
+msgstr ""
msgctxt "field:purchase.purchase-account.invoice.line,purchase:"
msgid "Purchase"
-msgstr "Compra"
+msgstr ""
msgctxt "field:purchase.purchase-account.invoice.line,rec_name:"
msgid "Name"
-msgstr "Nombre"
+msgstr ""
msgctxt "field:purchase.purchase-account.invoice.line,write_date:"
msgid "Write Date"
-msgstr "Fecha modificación"
+msgstr ""
msgctxt "field:purchase.purchase-account.invoice.line,write_uid:"
msgid "Write User"
-msgstr "Usuario modificación"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,create_date:"
msgid "Create Date"
-msgstr "Fecha creación"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,create_uid:"
msgid "Create User"
-msgstr "Usuario creación"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,id:"
msgid "ID"
-msgstr "ID"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,invoice:"
msgid "Invoice Line"
-msgstr "Línea de factura"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,purchase:"
msgid "Purchase"
-msgstr "Compra"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
msgid "Name"
-msgstr "Nombre"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
msgid "Write Date"
-msgstr "Fecha modificación"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_uid:"
msgid "Write User"
-msgstr "Usuario modificación"
+msgstr ""
msgctxt "model:purchase.purchase-account.invoice.line,name:"
msgid "Purchase - Invoice Line"
-msgstr "Compra - Línea de factura"
+msgstr ""
msgctxt "model:purchase.purchase-ignored-account.invoice.line,name:"
msgid "Purchase - Ignored Invoice Line"
-msgstr "Compra - Línea de factura ignorada"
+msgstr ""
msgctxt "view:account.invoice.line:"
msgid "Invoice Lines"
diff --git a/locale/es_MX.po b/locale/zh_CN.po
similarity index 77%
copy from locale/es_MX.po
copy to locale/zh_CN.po
index e687bfa..28e9d7a 100644
--- a/locale/es_MX.po
+++ b/locale/zh_CN.po
@@ -4,87 +4,87 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "error:account.invoice.line:"
msgid "You can not delete invoice lines that comes from a purchase."
-msgstr "No puede eliminar líneas de facturas generadas por una compra."
+msgstr ""
msgctxt "field:purchase.purchase,invoice_lines:"
msgid "Invoice Lines"
-msgstr "Líneas de factura"
+msgstr ""
msgctxt "field:purchase.purchase,invoice_lines_ignored:"
msgid "Invoice Lines Ignored"
-msgstr "Líneas de factura ignoradas"
+msgstr ""
msgctxt "field:purchase.purchase-account.invoice.line,create_date:"
msgid "Create Date"
-msgstr "Fecha creación"
+msgstr ""
msgctxt "field:purchase.purchase-account.invoice.line,create_uid:"
msgid "Create User"
-msgstr "Usuario creación"
+msgstr ""
msgctxt "field:purchase.purchase-account.invoice.line,id:"
msgid "ID"
-msgstr "ID"
+msgstr ""
msgctxt "field:purchase.purchase-account.invoice.line,line:"
msgid "Invoice Line"
-msgstr "Línea de factura"
+msgstr ""
msgctxt "field:purchase.purchase-account.invoice.line,purchase:"
msgid "Purchase"
-msgstr "Compra"
+msgstr ""
msgctxt "field:purchase.purchase-account.invoice.line,rec_name:"
msgid "Name"
-msgstr "Nombre"
+msgstr ""
msgctxt "field:purchase.purchase-account.invoice.line,write_date:"
msgid "Write Date"
-msgstr "Fecha modificación"
+msgstr ""
msgctxt "field:purchase.purchase-account.invoice.line,write_uid:"
msgid "Write User"
-msgstr "Usuario modificación"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,create_date:"
msgid "Create Date"
-msgstr "Fecha creación"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,create_uid:"
msgid "Create User"
-msgstr "Usuario creación"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,id:"
msgid "ID"
-msgstr "ID"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,invoice:"
msgid "Invoice Line"
-msgstr "Línea de factura"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,purchase:"
msgid "Purchase"
-msgstr "Compra"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,rec_name:"
msgid "Name"
-msgstr "Nombre"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_date:"
msgid "Write Date"
-msgstr "Fecha modificación"
+msgstr ""
msgctxt "field:purchase.purchase-ignored-account.invoice.line,write_uid:"
msgid "Write User"
-msgstr "Usuario modificación"
+msgstr ""
msgctxt "model:purchase.purchase-account.invoice.line,name:"
msgid "Purchase - Invoice Line"
-msgstr "Compra - Línea de factura"
+msgstr ""
msgctxt "model:purchase.purchase-ignored-account.invoice.line,name:"
msgid "Purchase - Ignored Invoice Line"
-msgstr "Compra - Línea de factura ignorada"
+msgstr ""
msgctxt "view:account.invoice.line:"
msgid "Invoice Lines"
diff --git a/purchase.py b/purchase.py
index 4866501..f5573fb 100644
--- a/purchase.py
+++ b/purchase.py
@@ -9,10 +9,10 @@ from trytond.pool import Pool, PoolMeta
__all__ = ['Purchase', 'PurchaseInvoiceLine', 'PurchaseIgnoredInvoiceLine',
'HandleInvoiceException']
-__metaclass__ = PoolMeta
class Purchase:
+ __metaclass__ = PoolMeta
__name__ = 'purchase.purchase'
invoice_lines = fields.Function(fields.One2Many('account.invoice.line',
None, 'Invoice Lines'), 'get_invoice_lines',
@@ -23,7 +23,7 @@ class Purchase:
@classmethod
def __register__(cls, module_name):
- cursor = Transaction().cursor
+ cursor = Transaction().connection.cursor()
model_data = Table('ir_model_data')
# Migration from 1.2: packing renamed into shipment
cursor.execute(*model_data.update(
@@ -43,12 +43,12 @@ class Purchase:
def search_invoice_lines(cls, name, clause):
return [('lines.invoice_lines',) + tuple(clause[1:])]
- def create_invoice(self, invoice_type):
+ def create_invoice(self):
pool = Pool()
Invoice = pool.get('account.invoice')
InvoiceLine = pool.get('account.invoice.line')
- invoice = super(Purchase, self).create_invoice(invoice_type)
+ invoice = super(Purchase, self).create_invoice()
if invoice:
lines_to_delete = [l for l in invoice.lines if l.type != 'line']
@@ -112,6 +112,7 @@ class PurchaseIgnoredInvoiceLine(ModelSQL):
class HandleInvoiceException:
+ __metaclass__ = PoolMeta
__name__ = 'purchase.handle.invoice.exception'
def transition_handle(self):
diff --git a/setup.py b/setup.py
index 4837201..0f65555 100644
--- a/setup.py
+++ b/setup.py
@@ -5,11 +5,17 @@
from setuptools import setup
import re
import os
-import ConfigParser
+import io
+try:
+ from configparser import ConfigParser
+except ImportError:
+ from ConfigParser import ConfigParser
def read(fname):
- return open(os.path.join(os.path.dirname(__file__), fname)).read()
+ return io.open(
+ os.path.join(os.path.dirname(__file__), fname),
+ 'r', encoding='utf-8').read()
def get_require_version(name):
@@ -21,7 +27,7 @@ def get_require_version(name):
major_version, minor_version + 1)
return require
-config = ConfigParser.ConfigParser()
+config = ConfigParser()
config.readfp(open('tryton.cfg'))
info = dict(config.items('tryton'))
for key in ('depends', 'extras_depend', 'xml'):
@@ -43,7 +49,7 @@ if minor_version % 2:
requires = ['python-sql']
for dep in info.get('depends', []):
- if not re.match(r'(ir|res|webdav)(\W|$)', dep):
+ if not re.match(r'(ir|res)(\W|$)', dep):
requires.append(get_require_version('trytond_%s' % dep))
requires.append(get_require_version('trytond'))
@@ -82,6 +88,7 @@ setup(name=name,
'License :: OSI Approved :: GNU General Public License (GPL)',
'Natural Language :: Bulgarian',
'Natural Language :: Catalan',
+ 'Natural Language :: Chinese (Simplified)',
'Natural Language :: Czech',
'Natural Language :: English',
'Natural Language :: Dutch',
@@ -95,6 +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 :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Office/Business',
@@ -111,4 +121,8 @@ setup(name=name,
test_suite='tests',
test_loader='trytond.test_loader:Loader',
tests_require=tests_require,
+ use_2to3=True,
+ convert_2to3_doctests=[
+ 'tests/scenario_purchase_invoice_line_standalone.rst',
+ ],
)
diff --git a/tests/__init__.py b/tests/__init__.py
index 2b3485e..862c380 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1,6 +1,9 @@
# This file is part of Tryton. The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms.
-from .test_purchase_invoice_line_standalone import suite
+try:
+ from trytond.modules.purchase_invoice_line_standalone.tests.test_purchase_invoice_line_standalone import suite
+except ImportError:
+ from .test_purchase_invoice_line_standalone import suite
__all__ = ['suite']
diff --git a/tests/scenario_purchase_invoice_line_standalone.rst b/tests/scenario_purchase_invoice_line_standalone.rst
index a8a7718..4533756 100644
--- a/tests/scenario_purchase_invoice_line_standalone.rst
+++ b/tests/scenario_purchase_invoice_line_standalone.rst
@@ -13,7 +13,7 @@ Imports::
... get_company
>>> from trytond.modules.account.tests.tools import create_fiscalyear, \
... create_chart, get_accounts, create_tax, set_tax_code
- >>> from.trytond.modules.account_invoice.tests.tools import \
+ >>> from trytond.modules.account_invoice.tests.tools import \
... set_fiscalyear_invoice_sequences, create_payment_term
>>> today = datetime.date.today()
@@ -137,13 +137,15 @@ Purchase 5 products::
0
>>> len(purchase.invoices)
0
+ >>> len(purchase.invoice_lines)
+ 3
Create a supplier invoice::
>>> Invoice = Model.get('account.invoice')
>>> invoice = Invoice()
- >>> invoice.type = 'in_invoice'
+ >>> invoice.type = 'in'
>>> invoice.party = supplier
>>> len(invoice.lines.find())
3
@@ -159,7 +161,7 @@ Create a supplier invoice with an accountant::
>>> supplier, = Partner.find([('name', '=', 'Supplier')])
>>> invoice = Invoice()
- >>> invoice.type = 'in_invoice'
+ >>> invoice.type = 'in'
>>> invoice.party = supplier
>>> len(invoice.lines.find())
2
diff --git a/tests/test_purchase_invoice_line_standalone.py b/tests/test_purchase_invoice_line_standalone.py
index 647effd..0c63ed6 100644
--- a/tests/test_purchase_invoice_line_standalone.py
+++ b/tests/test_purchase_invoice_line_standalone.py
@@ -5,6 +5,7 @@ import doctest
import trytond.tests.test_tryton
from trytond.tests.test_tryton import ModuleTestCase
from trytond.tests.test_tryton import doctest_setup, doctest_teardown
+from trytond.tests.test_tryton import doctest_checker
class PurchaseInvoiceLineStandaloneTestCase(ModuleTestCase):
@@ -19,5 +20,6 @@ def suite():
suite.addTests(doctest.DocFileSuite(
'scenario_purchase_invoice_line_standalone.rst',
setUp=doctest_setup, tearDown=doctest_teardown, encoding='UTF-8',
+ checker=doctest_checker,
optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
return suite
diff --git a/tryton.cfg b/tryton.cfg
index 7e69e4f..7b669d7 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.8.0
+version=4.0.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 8ff5c17..7099b01 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: 3.8.0
+Version: 4.0.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/3.8/
+Download-URL: http://downloads.tryton.org/4.0/
Description: trytond_purchase_invoice_line_standalone
========================================
@@ -54,6 +54,7 @@ Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: Bulgarian
Classifier: Natural Language :: Catalan
+Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: Czech
Classifier: Natural Language :: English
Classifier: Natural Language :: Dutch
@@ -67,6 +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 :: 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 6eb25fa..2db57dd 100644
--- a/trytond_purchase_invoice_line_standalone.egg-info/SOURCES.txt
+++ b/trytond_purchase_invoice_line_standalone.egg-info/SOURCES.txt
@@ -25,11 +25,13 @@ tryton.cfg
./locale/hu_HU.po
./locale/it_IT.po
./locale/ja_JP.po
+./locale/lo_LA.po
./locale/lt_LT.po
./locale/nl_NL.po
./locale/pt_BR.po
./locale/ru_RU.po
./locale/sl_SI.po
+./locale/zh_CN.po
./tests/__init__.py
./tests/scenario_purchase_invoice_line_standalone.rst
./tests/test_purchase_invoice_line_standalone.py
@@ -48,11 +50,13 @@ locale/fr_FR.po
locale/hu_HU.po
locale/it_IT.po
locale/ja_JP.po
+locale/lo_LA.po
locale/lt_LT.po
locale/nl_NL.po
locale/pt_BR.po
locale/ru_RU.po
locale/sl_SI.po
+locale/zh_CN.po
tests/scenario_purchase_invoice_line_standalone.rst
trytond_purchase_invoice_line_standalone.egg-info/PKG-INFO
trytond_purchase_invoice_line_standalone.egg-info/SOURCES.txt
diff --git a/trytond_purchase_invoice_line_standalone.egg-info/requires.txt b/trytond_purchase_invoice_line_standalone.egg-info/requires.txt
index ebe08bc..ee6a873 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 >= 3.8, < 3.9
-trytond_purchase >= 3.8, < 3.9
-trytond >= 3.8, < 3.9
\ No newline at end of file
+trytond_account_invoice_line_standalone >= 4.0, < 4.1
+trytond_purchase >= 4.0, < 4.1
+trytond >= 4.0, < 4.1
--
tryton-modules-purchase-invoice-line-standalone
More information about the tryton-debian-vcs
mailing list