Compare commits

..

3 commits

Author SHA1 Message Date
Frederik Jaeckel
f397cd593c Version 7.0.6 2024-07-19 16:24:54 +02:00
Frederik Jaeckel
8a08517a44 Use 'irrulecontext' to add 'user_id' to context of ir.rule 2024-07-19 16:23:32 +02:00
Frederik Jaeckel
a6097c1022 update gitignore 2024-07-19 16:23:28 +02:00
4 changed files with 9 additions and 5 deletions

View file

@ -1,4 +1,4 @@
syntax: glob
*.pyc
.env
build/*
dist/*

View file

@ -14,6 +14,10 @@ Requires
Changes
=======
*7.0.6 - 19.07.2024*
- updt: optimize check of permissions
*7.0.5 - 08.06.2024*
- add: re-arrange date of occurence to working day

6
ir.py
View file

@ -14,9 +14,9 @@ class Rule(metaclass=PoolMeta):
""" list of models to add 'user_id' to context
"""
result = super(Rule, cls)._context_modelnames()
result.extend([
return result | {
'cashbook.planner',
'cashbook.planner.nextrun'])
return result
'cashbook.planner.nextrun',
}
# end Rule

View file

@ -1,5 +1,5 @@
[tryton]
version=7.0.5
version=7.0.6
depends:
cashbook
extras_depend: