read some fields
This commit is contained in:
parent
a5cbb23cdc
commit
0024f76192
14 changed files with 520 additions and 1 deletions
20
tests/test_module.py
Normal file
20
tests/test_module.py
Normal file
|
@ -0,0 +1,20 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# This file is part of the document-incoming-invoice-xml-module
|
||||
# from m-ds for Tryton. The COPYRIGHT file at the top level of
|
||||
# this repository contains the full copyright notices and license terms.
|
||||
|
||||
|
||||
from trytond.tests.test_tryton import ModuleTestCase
|
||||
from .document import DocumentTestCase
|
||||
|
||||
|
||||
class XmlIncomingTestCase(
|
||||
DocumentTestCase,
|
||||
ModuleTestCase):
|
||||
'Test document incoming xml converter module'
|
||||
module = 'document_incoming_invoice_xml'
|
||||
|
||||
# end XmlIncomingTestCase
|
||||
|
||||
|
||||
del ModuleTestCase
|
Loading…
Add table
Add a link
Reference in a new issue