remote.py as module

This commit is contained in:
DiG 2022-01-18 00:51:58 +01:00
parent c2d6135269
commit 8940b22587
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ if __name__ == "__main__":
login( *PARAMS[1:] ) login( *PARAMS[1:] )
quit() quit()
else: else:
odoo = autolog() autolog()
if MODEL in odoo.env: if MODEL in odoo.env: