Compare commits
22 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c77582e570 | ||
![]() |
a946a2d1d9 | ||
![]() |
28a24be37d | ||
![]() |
724a9e6c87 | ||
![]() |
64b1cddff1 | ||
![]() |
3f1fee5503 | ||
![]() |
293dd014a0 | ||
![]() |
fe82a6451e | ||
![]() |
bad0a9b372 | ||
![]() |
ac2e3c31dd | ||
![]() |
298d3079ce | ||
![]() |
9b0a3691a4 | ||
![]() |
4f87242548 | ||
![]() |
029c4150d0 | ||
![]() |
40dbbd1a6b | ||
![]() |
7f49602518 | ||
![]() |
327337dcc8 | ||
![]() |
9ccacfaae6 | ||
![]() |
5b5c9a32a4 | ||
![]() |
53f020b4d0 | ||
![]() |
41e04482d4 | ||
![]() |
49f5d2d728 |
4 changed files with 28 additions and 8 deletions
26
README.rst
26
README.rst
|
@ -9,7 +9,7 @@ pip install mds-cashbook-investment
|
||||||
|
|
||||||
Requires
|
Requires
|
||||||
========
|
========
|
||||||
- Tryton 7.0
|
- Tryton 6.8
|
||||||
|
|
||||||
How to
|
How to
|
||||||
======
|
======
|
||||||
|
@ -23,6 +23,26 @@ You can monitor trading fees, dividends and sales profits.
|
||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
*7.0.0 - 06.12.2023*
|
*6.8.14 - 19.01.2024*
|
||||||
|
|
||||||
- compatibility to Tryton 7.0
|
- 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
|
||||||
|
|
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 = 7
|
major_version = 6
|
||||||
minor_version = 0
|
minor_version = 8
|
||||||
|
|
||||||
requires = []
|
requires = []
|
||||||
for dep in info.get('depends', []):
|
for dep in info.get('depends', []):
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[tryton]
|
[tryton]
|
||||||
version=7.0.0
|
version=6.8.14
|
||||||
depends:
|
depends:
|
||||||
cashbook
|
cashbook
|
||||||
investment
|
investment
|
||||||
|
@ -11,3 +11,4 @@ xml:
|
||||||
splitline.xml
|
splitline.xml
|
||||||
assetsetting.xml
|
assetsetting.xml
|
||||||
menu.xml
|
menu.xml
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
cashbook;7.0.32;7.0.999;mds
|
cashbook;6.8.33;6.8.999;mds
|
||||||
investment;7.0.26;7.0.999;mds
|
|
||||||
|
|
Loading…
Reference in a new issue