From 79f6959ce8c9438b0a22dd1432d68a330e337898 Mon Sep 17 00:00:00 2001 From: DiG Date: Sun, 6 Feb 2022 18:15:59 +0100 Subject: [PATCH] Remove old MODEL_IGNORE protection --- remote.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/remote.py b/remote.py index b08ada5..9e5cd52 100755 --- a/remote.py +++ b/remote.py @@ -244,9 +244,9 @@ def lookup_model( muid, recurse = False ): def lookup( model, domains, recurse = False ): eprint( "> Lookup many: %s %s" % (model,domains) ) - if model in MODEL_IGNORE: - eprint( 'IGNORED' ) - return + # if model in MODEL_IGNORE: + # eprint( 'IGNORED' ) + # return Model = odoo.env[model] ids = Model.search( domains ) # rfields = rel_fields( model )