Added lookup-recs command

This commit is contained in:
DiG 2022-01-16 16:26:44 +01:00
parent eba38719e0
commit 3a2a0e8fb3
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ if MODEL in odoo.env:
jlog( lookup_model( Muid(MODEL,PARAMS[2]) ) )
if METHOD == 'lookup-recs':
jlog( lookup_recs( MODEL, args2domains(PARAMS[2:]) )
jlog( lookup_recs( MODEL, args2domains(PARAMS[2:]) ) )
if METHOD == 'export-json':
export_json( MODEL, args2domains(PARAMS[2:]) )