Tryton 7.0
This commit is contained in:
parent
e25e6b6dee
commit
a32b863d8a
4 changed files with 8 additions and 8 deletions
|
@ -9,7 +9,7 @@ pip install mds-cashbook-report
|
|||
|
||||
Requires
|
||||
========
|
||||
- Tryton 6.8
|
||||
- Tryton 7.0
|
||||
|
||||
Info
|
||||
====
|
||||
|
@ -29,7 +29,7 @@ so that you can display several evaluations at the same time.
|
|||
Changes
|
||||
=======
|
||||
|
||||
*6.8.8 - 16.06.2023*
|
||||
*7.0.0 - 06.12.2023*
|
||||
|
||||
- compatibility to Tryton 6.8
|
||||
- compatibility to Tryton 7.0
|
||||
|
||||
|
|
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]}
|
||||
|
||||
# tryton-version
|
||||
major_version = 6
|
||||
minor_version = 8
|
||||
major_version = 7
|
||||
minor_version = 0
|
||||
|
||||
requires = []
|
||||
for dep in info.get('depends', []):
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tryton]
|
||||
version=6.8.8
|
||||
version=7.0.0
|
||||
depends:
|
||||
res
|
||||
cashbook
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
cashbook;6.8.28;6.8.999;mds
|
||||
cashbook_bookcategory;6.8.4;6.8.999;mds
|
||||
cashbook;7.0.32;7.0.999;mds
|
||||
cashbook_bookcategory;7.0.5;7.0.999;mds
|
||||
|
|
Loading…
Reference in a new issue