Compare commits
13 commits
ver_6.8.14
...
main
Author | SHA1 | Date | |
---|---|---|---|
![]() |
064fec927e | ||
![]() |
12b5442f19 | ||
![]() |
6d9a5b080d | ||
![]() |
728b2fa6c2 | ||
![]() |
c38737076f | ||
![]() |
4a23e1ae81 | ||
![]() |
49d3a2fec5 | ||
![]() |
ec97351db9 | ||
![]() |
fb062243d6 | ||
![]() |
82c390caae | ||
![]() |
3d0ce89df8 | ||
![]() |
8dafa0bce0 | ||
![]() |
27c12d4ad1 |
4 changed files with 8 additions and 28 deletions
26
README.rst
26
README.rst
|
@ -9,7 +9,7 @@ pip install mds-cashbook-investment
|
|||
|
||||
Requires
|
||||
========
|
||||
- Tryton 6.8
|
||||
- Tryton 7.0
|
||||
|
||||
How to
|
||||
======
|
||||
|
@ -23,26 +23,6 @@ You can monitor trading fees, dividends and sales profits.
|
|||
Changes
|
||||
=======
|
||||
|
||||
*6.8.14 - 19.01.2024*
|
||||
*7.0.0 - 06.12.2023*
|
||||
|
||||
- the amounts of the view cash books now include the amounts
|
||||
of the generic cash books
|
||||
|
||||
|
||||
*6.8.13 - 03.01.2024*
|
||||
|
||||
- fix: sorting/searcher of field yield-balance
|
||||
|
||||
*6.8.12 - 31.12.2023*
|
||||
|
||||
- remove caching
|
||||
- add worker-based precalculation of cashbook-values
|
||||
- add columns to cashbook list/tree view
|
||||
|
||||
*6.8.11 - 06.12.2023*
|
||||
|
||||
- add: columns optional
|
||||
|
||||
*6.8.10 - 08.06.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.14
|
||||
version=7.0.0
|
||||
depends:
|
||||
cashbook
|
||||
investment
|
||||
|
@ -11,4 +11,3 @@ xml:
|
|||
splitline.xml
|
||||
assetsetting.xml
|
||||
menu.xml
|
||||
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
cashbook;6.8.33;6.8.999;mds
|
||||
cashbook;7.0.32;7.0.999;mds
|
||||
investment;7.0.26;7.0.999;mds
|
||||
|
|
Loading…
Reference in a new issue