Tryton 7.0

This commit is contained in:
Frederik Jaeckel 2023-12-22 15:12:39 +01:00
parent 9306155e05
commit c0bfe61f92
4 changed files with 7 additions and 8 deletions

View file

@ -9,12 +9,11 @@ pip install mds-account-invoice-xrechnung
Requires
========
- Tryton 6.8
- Tryton 7.0
Changes
=======
*6.8.3 - 30.06.2023*
*7.0.0 - 22.12.2023*
- compatiblity to Tryton 6.8
- code optimized
- compatiblity 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]}
# tryton-version
major_version = 6
minor_version = 8
major_version = 7
minor_version = 0
requires = ['python-slugify']
for dep in info.get('depends', []):

View file

@ -1,5 +1,5 @@
[tryton]
version=6.8.3
version=7.0.0
depends:
account_invoice
bank

View file

@ -1 +1 @@
edocument_xrechnung;6.8.2;6.8.999;mds
edocument_xrechnung;7.0.3;7.0.999;mds