change: changed infos and version numbers to fit new repo
This commit is contained in:
parent
685a3a1cfa
commit
0016eb3992
28
README.md
Normal file
28
README.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# Chart of accounts 'SKR04'
|
||||||
|
|
||||||
|
- A german account chart module for the Tryton application platform.
|
||||||
|
- Converted and adapted by the module 'account_de_skr03'
|
||||||
|
- Contains the accounts according to SKR04
|
||||||
|
|
||||||
|
### Install
|
||||||
|
|
||||||
|
pip install git+https://git.yandrik.dev/abawo/tryton_account_de_skr04.git@COMMIT_NUMBER
|
||||||
|
|
||||||
|
### Requires
|
||||||
|
|
||||||
|
Tryton 6.4
|
||||||
|
|
||||||
|
#### NOTE
|
||||||
|
|
||||||
|
This is practically untested wiht Tryton 6.4. Use at your own risk!
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
|
||||||
|
*6.0.0 - 01.07.2021*
|
||||||
|
|
||||||
|
- migrate to Tryton 6.0
|
||||||
|
|
||||||
|
*6.4.0 - 11.06.2022*
|
||||||
|
|
||||||
|
- change dependencies to Tryton 6.4
|
||||||
|
|
24
README.rst
24
README.rst
@ -1,24 +0,0 @@
|
|||||||
Chart of accounts 'SKR04'
|
|
||||||
=========================
|
|
||||||
|
|
||||||
- A german account chart module for the Tryton application platform.
|
|
||||||
- Converted and adapted by the module 'account_de_skr03'
|
|
||||||
- Contains the accounts according to SKR04
|
|
||||||
|
|
||||||
Install
|
|
||||||
=======
|
|
||||||
|
|
||||||
pip install mds-account-de-skr04
|
|
||||||
|
|
||||||
Requires
|
|
||||||
========
|
|
||||||
|
|
||||||
Tryton 6.0
|
|
||||||
|
|
||||||
Changes
|
|
||||||
=======
|
|
||||||
|
|
||||||
*6.0.0 - 01.07.2021*
|
|
||||||
|
|
||||||
- migrate to Tryton 6.0
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
[tryton]
|
[tryton]
|
||||||
version=6.0.0
|
version=6.4.0
|
||||||
depends:
|
depends:
|
||||||
account
|
account
|
||||||
xml:
|
xml:
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Metadata-Version: 1.1
|
Metadata-Version: 1.1
|
||||||
Name: mds-account-de-skr04
|
Name: tryton_account_de_skr04
|
||||||
Version: 6.0.0
|
Version: 6.4.0
|
||||||
Summary: Tryton module with German chart of accounts SKR04
|
Summary: Tryton module with German chart of accounts SKR04
|
||||||
Home-page: https://www.m-ds.de/
|
Home-page: yandrik.dev
|
||||||
Author: martin-data services
|
Author: Yandrik
|
||||||
Author-email: service@m-ds.de
|
Author-email: me@yandrik.dev
|
||||||
License: GPL-3
|
License: GPL-3
|
||||||
Description: Chart of accounts 'SKR04'
|
Description: Chart of accounts 'SKR04'
|
||||||
=========================
|
=========================
|
||||||
@ -16,12 +16,12 @@ Description: Chart of accounts 'SKR04'
|
|||||||
Install
|
Install
|
||||||
=======
|
=======
|
||||||
|
|
||||||
pip install mds-account-de-skr04
|
pip install git+https://git.yandrik.dev/abawo/tryton_account_de_skr04.git@COMMIT_NUMBER
|
||||||
|
|
||||||
Requires
|
Requires
|
||||||
========
|
========
|
||||||
|
|
||||||
Tryton 6.0
|
Tryton 6.4
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
@ -30,6 +30,9 @@ Description: Chart of accounts 'SKR04'
|
|||||||
|
|
||||||
- migrate to Tryton 6.0
|
- migrate to Tryton 6.0
|
||||||
|
|
||||||
|
*6.4.0 - 11.06.2022*
|
||||||
|
|
||||||
|
- change dependencies to Tryton 6.4
|
||||||
|
|
||||||
Keywords: tryton account chart german SKR04
|
Keywords: tryton account chart german SKR04
|
||||||
Platform: UNKNOWN
|
Platform: UNKNOWN
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
trytond<6.1,>=6.0
|
trytond<6.5,>=6.4
|
||||||
trytond_account<6.1,>=6.0
|
trytond_account<6.5,>=6.4
|
||||||
|
Loading…
Reference in New Issue
Block a user