You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing of base_remote causes "object is not bound" error during odoorpc connection
Module
base_remote
Describe the bug
After installation of base_remote module there isn't possible to connect to this odoo DB. After uninstall. it works again.
In Odoo log are even visible rows related to remote_base.
│ return res_users.authenticate(db, login, password, {**user_agent_env, 'interactive': False})
│ File "/ ... /base_remote/models/res_users.py", line 37, in authenticate
│ return cls._auth_check_remote(
│ File "/ ... /base_remote/models/res_users.py", line 18, in _auth_check_remote
│ remote = env["res.users"].remote
│ File "/ ... /base_remote/models/base.py", line 15, in remote
│ remote_addr = http.request.httprequest.remote_addr
To Reproduce
Affected versions: 16.0
Steps to reproduce the behavior:
It looks like, there is nothing special. In case of problem to reproduce it, let me know.
Additional context
Python 3.11, Eclipse Pydev,
The text was updated successfully, but these errors were encountered:
Installing of base_remote causes "object is not bound" error during odoorpc connection
Module
base_remote
Describe the bug
After installation of base_remote module there isn't possible to connect to this odoo DB. After uninstall. it works again.
In Odoo log are even visible rows related to remote_base.
To Reproduce
Affected versions: 16.0
Steps to reproduce the behavior:
Additional context
Python 3.11, Eclipse Pydev,
The text was updated successfully, but these errors were encountered: