From 28e8930584389da25a9fe60863fb665055d19bb7 Mon Sep 17 00:00:00 2001 From: DiG Date: Sun, 6 Feb 2022 02:29:27 +0100 Subject: [PATCH] typo --- remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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