Tryton 7.0: ir.rule: Eval('user', ...) --> Eval('user_id', -1)
This commit is contained in:
parent
fbdc68c642
commit
7062399319
6 changed files with 33 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue