Version 6.0.7
This commit is contained in:
parent
20c3cd5ed5
commit
882b8d2025
3 changed files with 7 additions and 2 deletions
|
@ -23,6 +23,11 @@ You can monitor trading fees, dividends and sales profits.
|
||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
*6.0.7 - 05.03.2023*
|
||||||
|
|
||||||
|
- updt: optimize queries for speed, optimize caching
|
||||||
|
- add: trytond.conf-settings
|
||||||
|
|
||||||
*6.0.6 - 27.02.2023*
|
*6.0.6 - 27.02.2023*
|
||||||
|
|
||||||
- add: caching
|
- add: caching
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[tryton]
|
[tryton]
|
||||||
version=6.0.6
|
version=6.0.7
|
||||||
depends:
|
depends:
|
||||||
cashbook
|
cashbook
|
||||||
investment
|
investment
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
cashbook;6.0.26;6.0.999;mds
|
cashbook;6.0.27;6.0.999;mds
|
||||||
investment;6.0.23;6.0.999;mds
|
investment;6.0.23;6.0.999;mds
|
||||||
|
|
Loading…
Reference in a new issue