diff --git a/remote.py b/remote.py index 8b1e0b9..0d9bdca 100755 --- a/remote.py +++ b/remote.py @@ -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