From d33bb2948605fbf61a9fc0302277b76b1a32e58e Mon Sep 17 00:00:00 2001 From: DiG Date: Tue, 18 Jan 2022 00:00:19 +0100 Subject: [PATCH] Added test-remote.py --- test-remote.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test-remote.py diff --git a/test-remote.py b/test-remote.py new file mode 100644 index 0000000..20f927f --- /dev/null +++ b/test-remote.py @@ -0,0 +1,6 @@ +import remote + +remote.autolog() +print( remote.search('res.users', ['id','=',7]) ) +print( remote.fields('product.uom', []) ) +# print( remote.lookup('product.uom', ['id','=',24]), recurse='product.uom,product.uom.categ' ) \ No newline at end of file