Compare commits

..

No commits in common. "e0d6a12dab712c481a42af3e9c12a51195839dc9" and "01cf345bf2ddfede36190502e7b38b3c93354dd9" have entirely different histories.

5 changed files with 19 additions and 22 deletions

View File

@ -1,10 +1,10 @@
Metadata-Version: 1.1
Name: tryton_account_de_skr04
Version: 6.4.0
Name: mds_account_de_skr04
Version: 6.0.0
Summary: Tryton module with German chart of accounts SKR04
Home-page: yandrik.dev
Author: Yandrik
Author-email: me@yandrik.dev
Home-page: https://www.m-ds.de/
Author: martin-data services
Author-email: service@m-ds.de
License: GPL-3
Description: Chart of accounts 'SKR04'
=========================
@ -16,12 +16,12 @@ Description: Chart of accounts 'SKR04'
Install
=======
pip install git+https://git.yandrik.dev/abawo/tryton_account_de_skr04.git@18abfd8c1c4ca92199f10cf3180848b6df1cc159
pip install mds-account-de-skr04
Requires
========
Tryton 6.4
Tryton 6.0
Changes
=======
@ -30,9 +30,6 @@ Description: Chart of accounts 'SKR04'
- migrate to Tryton 6.0
*6.4.0 - 11.06.2022*
- change dependencies to Tryton 6.4
Keywords: tryton account chart german SKR04
Platform: UNKNOWN

View File

@ -6,7 +6,7 @@
### Install
pip install git+https://git.yandrik.dev/abawo/tryton_account_de_skr04.git@959ae8d94807660910c134b6fc374d88f82c97b1
pip install git+https://git.yandrik.dev/abawo/tryton_account_de_skr04.git@18abfd8c1c4ca92199f10cf3180848b6df1cc159
### Requires

View File

@ -14,7 +14,7 @@ except ImportError:
here = path.abspath(path.dirname(__file__))
MODULE = 'account_de_skr04'
PREFIX = 'tryton'
PREFIX = 'mds'
# Get the long description from the README file
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
@ -40,13 +40,13 @@ with open(path.join(here, 'versiondep.txt'), encoding='utf-8') as f:
# tryton-version
major_version = 6
minor_version = 4
minor_version = 0
requires = []
for dep in info.get('depends', []):
if not re.match(r'(ir|res|webdav)(\W|$)', dep):
if dep in modversion.keys():
prefix = 'tryton'
prefix = 'mds'
if len(modversion[dep]['prefix']) > 0:
prefix = modversion[dep]['prefix']

View File

@ -16,7 +16,7 @@ Description: Chart of accounts 'SKR04'
Install
=======
pip install git+https://git.yandrik.dev/abawo/tryton_account_de_skr04.git@959ae8d94807660910c134b6fc374d88f82c97b1
pip install git+https://git.yandrik.dev/abawo/tryton_account_de_skr04.git@18abfd8c1c4ca92199f10cf3180848b6df1cc159
Requires
========

View File

@ -13,10 +13,10 @@ setup.py
./tax_template.xml
./tryton.cfg
./versiondep.txt
tryton_account_de_skr04.egg-info/PKG_INFO
tryton_account_de_skr04.egg-info/SOURCES.txt
tryton_account_de_skr04.egg-info/dependency_links.txt
tryton_account_de_skr04.egg-info/entry_points.txt
tryton_account_de_skr04.egg-info/not-zip-safe
tryton_account_de_skr04.egg-info/requires.txt
tryton_account_de_skr04.egg-info/top_level.txt
mds_account_de_skr04.egg-info/PKG-INFO
mds_account_de_skr04.egg-info/SOURCES.txt
mds_account_de_skr04.egg-info/dependency_links.txt
mds_account_de_skr04.egg-info/entry_points.txt
mds_account_de_skr04.egg-info/not-zip-safe
mds_account_de_skr04.egg-info/requires.txt
mds_account_de_skr04.egg-info/top_level.txt