From fcd3b6632f021755d6affbafc007c9dbe98609ad Mon Sep 17 00:00:00 2001 From: DiG Date: Tue, 18 Jan 2022 00:38:13 +0100 Subject: [PATCH] typo --- test-remote.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-remote.py b/test-remote.py index 6e65083..99756da 100644 --- a/test-remote.py +++ b/test-remote.py @@ -8,12 +8,12 @@ print( save('product.uom', [('id','=',24)], recurse='product.uom,product.uom.cat deps = { - 'ir.model': ['ir.model.fields'] - 'product.uom': ['product.uom','product.uom.categ'] + 'ir.model': ['ir.model.fields'], + 'product.uom': ['product.uom','product.uom.categ'], } backups = { - 'ir.model': [] + 'ir.model': [], 'res.users': search('res.users', [('name','in',['poka','Thomas Di Grégorio'])]), 'product.uom': [20,21,22,23,24], } \ No newline at end of file