merge...
This commit is contained in:
parent
3bc4b555c8
commit
7601b12800
1 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# This file is part of the cashbook-module from m-ds for Tryton.
|
||||
# The COPYRIGHT file at the top level of this repository contains the
|
||||
# full copyright notices and license terms.
|
||||
# This file is part of the account-invoice-xrechnung-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, with_transaction
|
||||
|
||||
|
@ -17,3 +17,6 @@ class InvoiceTestCase(ModuleTestCase):
|
|||
pass
|
||||
|
||||
# end InvoiceTestCase
|
||||
|
||||
|
||||
del ModuleTestCase
|
||||
|
|
Loading…
Reference in a new issue