fix permissions
This commit is contained in:
parent
b321965515
commit
b47517c4d8
2 changed files with 4 additions and 1 deletions
4
ir.py
4
ir.py
|
@ -14,7 +14,9 @@ class Rule(metaclass=PoolMeta):
|
|||
""" list of models to add 'user_id' to context
|
||||
"""
|
||||
result = super(Rule, cls)._context_modelnames()
|
||||
result.append('cashbook.planner')
|
||||
result.extend([
|
||||
'cashbook.planner',
|
||||
'cashbook.planner.nextrun'])
|
||||
return result
|
||||
|
||||
# end Rule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue