Compare commits

..

12 commits
main ... 7.0

Author SHA1 Message Date
Frederik Jaeckel
99a25ffc2a Version 7.0.11 2024-07-19 17:15:37 +02:00
Frederik Jaeckel
ced2dadeda use irrulecontext to control context of ir.rule 2024-07-19 17:14:17 +02:00
Frederik Jaeckel
b527db6fe5 update gitignore 2024-07-19 17:14:13 +02:00
Frederik Jaeckel
21aea9518e add license 2024-01-13 15:13:29 +01:00
Frederik Jaeckel
b95e13a553 Etikett ver 7.0.10 zum Änderungssatz 97f17d287475 hinzugefügt 2024-01-13 15:12:16 +01:00
Frederik Jaeckel
b248d6cebf Version 7.0.10 2024-01-13 15:12:06 +01:00
Frederik Jaeckel
4d577be66f Multiple Data Sources in Evaluations 2024-01-13 15:08:20 +01:00
Frederik Jaeckel
8cf7fd7206 Etikett ver 7.0.9 zum Änderungssatz 3155fbb1cf6b hinzugefügt 2023-12-10 15:00:40 +01:00
Frederik Jaeckel
982a83a5d4 Version 7.0.9 2023-12-10 15:00:29 +01:00
Frederik Jaeckel
94ad921fd0 replace 'domain' with 'context_domain' in 'ir.action.act_window' 2023-12-10 14:58:38 +01:00
Frederik Jaeckel
c71dacf948 Etikett ver 7.0.8 zum Änderungssatz d55d7c206b3b hinzugefügt 2023-12-06 22:16:37 +01:00
Frederik Jaeckel
d2c5436aad Version 7.0.8 2023-12-06 22:16:18 +01:00
3 changed files with 16 additions and 4 deletions

View file

@ -29,7 +29,18 @@ so that you can display several evaluations at the same time.
Changes Changes
======= =======
*7.0.0 - 06.12.2023* *7.0.11 - 18.07.2024*
- updt: optimize check of permissions
*7.0.10 - 13.01.2024*
- add: multiple data sources in evaluations
*7.0.9 - 10.12.2023*
- fix: selection of lines in dashboard-view
*7.0.8 - 06.12.2023*
- compatibility to Tryton 7.0 - compatibility to Tryton 7.0

View file

@ -1,5 +1,5 @@
[tryton] [tryton]
version=7.0.0 version=7.0.11
depends: depends:
res res
cashbook cashbook

View file

@ -1,2 +1,3 @@
cashbook;7.0.32;7.0.999;mds cashbook;7.0.33;7.0.999;mds
cashbook_bookcategory;7.0.5;7.0.999;mds cashbook_bookcategory;7.0.5;7.0.999;mds
cashbook_investment;7.0.13;7.0.999;mds