This commit is contained in:
DiG 2022-02-06 02:29:27 +01:00
parent 742df99887
commit 28e8930584
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ def save( model, domains, recurse = False, force = False ):
for inst in odoo.env[mod].browse( to_browse[mod] ):
print( inst.id, inst.name )
except:
eprint('Model %s not found' % (mod)
eprint('Model %s not found' % (mod) )
continue
# list = odoo.env[mod].browse( to_browse[mod] )
return to_browse