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