This commit is contained in:
DiG 2022-01-16 14:01:04 +01:00
parent 91dad41a18
commit 217671d4ec
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ def lookup_model( muid ):
eprint( "> Lookup model: %s" % (muid) )
_stack = []
model, id = muid.split( '/' )
id = int(id)
eprint( model, id )
if model in odoo.env: