Tryton 7.0
This commit is contained in:
parent
9306155e05
commit
c0bfe61f92
4 changed files with 7 additions and 8 deletions
|
@ -9,12 +9,11 @@ pip install mds-account-invoice-xrechnung
|
||||||
|
|
||||||
Requires
|
Requires
|
||||||
========
|
========
|
||||||
- Tryton 6.8
|
- Tryton 7.0
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
*6.8.3 - 30.06.2023*
|
*7.0.0 - 22.12.2023*
|
||||||
|
|
||||||
- compatiblity to Tryton 6.8
|
- compatiblity to Tryton 7.0
|
||||||
- code optimized
|
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -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 = ['python-slugify']
|
requires = ['python-slugify']
|
||||||
for dep in info.get('depends', []):
|
for dep in info.get('depends', []):
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[tryton]
|
[tryton]
|
||||||
version=6.8.3
|
version=7.0.0
|
||||||
depends:
|
depends:
|
||||||
account_invoice
|
account_invoice
|
||||||
bank
|
bank
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
edocument_xrechnung;6.8.2;6.8.999;mds
|
edocument_xrechnung;7.0.3;7.0.999;mds
|
||||||
|
|
Loading…
Reference in a new issue