Tryton 7.0

This commit is contained in:
Frederik Jaeckel 2023-12-01 12:15:17 +01:00
parent 126daacf0a
commit 176c8d93a7
4 changed files with 7 additions and 7 deletions

View file

@ -9,11 +9,11 @@ pip install mds-cashbook-bookcategory
Requires Requires
======== ========
- Tryton 6.8 - Tryton 7.0
Changes Changes
======= =======
*6.8.4 - 05.06.2023* *7.0.0 - 01.12.2023*
- code optimized, porting to Tryton 6.8 - compatibilty to Tryton 7.0

View file

@ -39,8 +39,8 @@ with open(path.join(here, 'versiondep.txt'), encoding='utf-8') as f:
modversion[l2[0]] = {'min': l2[1], 'max': l2[2], 'prefix': l2[3]} modversion[l2[0]] = {'min': l2[1], 'max': l2[2], 'prefix': l2[3]}
# tryton-version # tryton-version
major_version = 6 major_version = 7
minor_version = 8 minor_version = 0
requires = [] requires = []
for dep in info.get('depends', []): for dep in info.get('depends', []):

View file

@ -1,5 +1,5 @@
[tryton] [tryton]
version=6.8.4 version=7.0.0
depends: depends:
cashbook cashbook
xml: xml:

View file

@ -1,2 +1,2 @@
cashbook;6.8.28;6.8.999;mds cashbook;7.0.31;7.0.999;mds