first commit
This commit is contained in:
2
modules/account_de_skr03/__init__.py
Normal file
2
modules/account_de_skr03/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
# this repository contains the full copyright notices and license terms.
|
||||
BIN
modules/account_de_skr03/__pycache__/__init__.cpython-311.pyc
Normal file
BIN
modules/account_de_skr03/__pycache__/__init__.cpython-311.pyc
Normal file
Binary file not shown.
7568
modules/account_de_skr03/account_de.xml
Normal file
7568
modules/account_de_skr03/account_de.xml
Normal file
File diff suppressed because it is too large
Load Diff
1687
modules/account_de_skr03/tax_de.xml
Normal file
1687
modules/account_de_skr03/tax_de.xml
Normal file
File diff suppressed because it is too large
Load Diff
2
modules/account_de_skr03/tests/__init__.py
Normal file
2
modules/account_de_skr03/tests/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
# this repository contains the full copyright notices and license terms.
|
||||
Binary file not shown.
Binary file not shown.
12
modules/account_de_skr03/tests/test_module.py
Normal file
12
modules/account_de_skr03/tests/test_module.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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 trytond.tests.test_tryton import ModuleTestCase
|
||||
|
||||
|
||||
class AccountDESKR03TestCase(ModuleTestCase):
|
||||
'Test Account DE SKR03 module'
|
||||
module = 'account_de_skr03'
|
||||
|
||||
|
||||
del ModuleTestCase
|
||||
7
modules/account_de_skr03/tryton.cfg
Normal file
7
modules/account_de_skr03/tryton.cfg
Normal file
@@ -0,0 +1,7 @@
|
||||
[tryton]
|
||||
version=7.8.1
|
||||
depends:
|
||||
account
|
||||
xml:
|
||||
account_de.xml
|
||||
tax_de.xml
|
||||
Reference in New Issue
Block a user