Tryton 6.8: infos
This commit is contained in:
parent
1b66b0540b
commit
9306155e05
4 changed files with 7 additions and 6 deletions
|
@ -9,11 +9,12 @@ pip install mds-account-invoice-xrechnung
|
||||||
|
|
||||||
Requires
|
Requires
|
||||||
========
|
========
|
||||||
- Tryton 6.0
|
- Tryton 6.8
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
*6.0.0 - 18.10.2022*
|
*6.8.3 - 30.06.2023*
|
||||||
|
|
||||||
- init
|
- compatiblity to Tryton 6.8
|
||||||
|
- code optimized
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -40,7 +40,7 @@ with open(path.join(here, 'versiondep.txt'), encoding='utf-8') as f:
|
||||||
|
|
||||||
# tryton-version
|
# tryton-version
|
||||||
major_version = 6
|
major_version = 6
|
||||||
minor_version = 0
|
minor_version = 8
|
||||||
|
|
||||||
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.0.0
|
version=6.8.3
|
||||||
depends:
|
depends:
|
||||||
account_invoice
|
account_invoice
|
||||||
bank
|
bank
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
edocument_xrechnung;6.6.1;6.6.999;mds
|
edocument_xrechnung;6.8.2;6.8.999;mds
|
||||||
|
|
Loading…
Reference in a new issue