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 )