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
Exception has occurred: AttributeError
'Bot' object has no attribute 'status'
File "/home/maciej/devel/odoo_xmlrpc/from odoo_xmlrpc_wrapper import odoo_xml.py", line 9, in
bot = oxw.Bot(HOST, DB, USERLOGIN, PASSWORD)
AttributeError: 'Bot' object has no attribute 'status'
Maybe there is something missing for v16?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "C:\Users\darren_dean\Projects\python\odoo\test.py", line 9, in
bot = oxw.Bot(HOST, DB, USERLOGIN, PASSWORD, secured=False)
File "C:\Users\darren_dean\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\odoo_xmlrpc_wrapper\odoo_xmlrpc_wrapper.py", line 58, in init
print(self.status)
AttributeError: 'Bot' object has no attribute 'status'. Did you mean: 'satus'?
from odoo_xmlrpc_wrapper import odoo_xmlrpc_wrapper as oxw
HOST = "192.xxx.0.xx:8069"
DB = "odoo"
USERLOGIN = "[email protected]"
PASSWORD = "xxxxxxxxx"
bot = oxw.Bot(HOST, DB, USERLOGIN, PASSWORD, secured=False)
see the details below:
Exception has occurred: AttributeError
'Bot' object has no attribute 'status'
File "/home/maciej/devel/odoo_xmlrpc/from odoo_xmlrpc_wrapper import odoo_xml.py", line 9, in
bot = oxw.Bot(HOST, DB, USERLOGIN, PASSWORD)
AttributeError: 'Bot' object has no attribute 'status'
Maybe there is something missing for v16?
The text was updated successfully, but these errors were encountered: