From 0016eb3992c2a9c885997cc0782655c6750ab32f Mon Sep 17 00:00:00 2001 From: Yandrik Date: Sat, 11 Jun 2022 18:52:18 +0200 Subject: [PATCH] change: changed infos and version numbers to fit new repo --- README.md | 28 +++++++++++++++++++ README.rst | 24 ---------------- tryton.cfg | 2 +- tryton_account_de_skr04.egg-info/PKG-INFO | 17 ++++++----- tryton_account_de_skr04.egg-info/requires.txt | 4 +-- 5 files changed, 41 insertions(+), 34 deletions(-) create mode 100644 README.md delete mode 100644 README.rst diff --git a/README.md b/README.md new file mode 100644 index 0000000..4ced365 --- /dev/null +++ b/README.md @@ -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 + diff --git a/README.rst b/README.rst deleted file mode 100644 index 40ff3b1..0000000 --- a/README.rst +++ /dev/null @@ -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 - diff --git a/tryton.cfg b/tryton.cfg index cd1da76..4964b95 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -1,5 +1,5 @@ [tryton] -version=6.0.0 +version=6.4.0 depends: account xml: diff --git a/tryton_account_de_skr04.egg-info/PKG-INFO b/tryton_account_de_skr04.egg-info/PKG-INFO index d5e1afb..5bc2d70 100644 --- a/tryton_account_de_skr04.egg-info/PKG-INFO +++ b/tryton_account_de_skr04.egg-info/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.1 -Name: mds-account-de-skr04 -Version: 6.0.0 +Name: tryton_account_de_skr04 +Version: 6.4.0 Summary: Tryton module with German chart of accounts SKR04 -Home-page: https://www.m-ds.de/ -Author: martin-data services -Author-email: service@m-ds.de +Home-page: yandrik.dev +Author: Yandrik +Author-email: me@yandrik.dev License: GPL-3 Description: Chart of accounts 'SKR04' ========================= @@ -16,12 +16,12 @@ Description: Chart of accounts 'SKR04' Install ======= - pip install mds-account-de-skr04 + pip install git+https://git.yandrik.dev/abawo/tryton_account_de_skr04.git@COMMIT_NUMBER Requires ======== - Tryton 6.0 + Tryton 6.4 Changes ======= @@ -30,6 +30,9 @@ 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 diff --git a/tryton_account_de_skr04.egg-info/requires.txt b/tryton_account_de_skr04.egg-info/requires.txt index 62a7ac1..cedc09b 100644 --- a/tryton_account_de_skr04.egg-info/requires.txt +++ b/tryton_account_de_skr04.egg-info/requires.txt @@ -1,2 +1,2 @@ -trytond<6.1,>=6.0 -trytond_account<6.1,>=6.0 +trytond<6.5,>=6.4 +trytond_account<6.5,>=6.4