Added test-remote.py

This commit is contained in:
DiG 2022-01-18 00:00:19 +01:00
parent a6ee9c8b2c
commit d33bb29486
1 changed files with 6 additions and 0 deletions

6
test-remote.py Normal file
View File

@ -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' )