Tryton 7.0: ir.rule: Eval('user', ...) --> Eval('user_id', -1)

This commit is contained in:
Frederik Jaeckel 2023-11-30 13:18:14 +01:00
parent fbdc68c642
commit 7062399319
6 changed files with 33 additions and 4 deletions

View file

@ -17,6 +17,7 @@ from .reconciliation import Reconciliation
from .cbreport import ReconciliationReport
from .currency import CurrencyRate
from .model import MemCache
from .ir import Rule
def register():
@ -35,6 +36,7 @@ def register():
OpenCashBookStart,
RunCbReportStart,
EnterBookingStart,
Rule,
module='cashbook', type_='model')
Pool.register(
ReconciliationReport,