We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effff7e commit 9bed526Copy full SHA for 9bed526
odoolib/main.py
@@ -77,7 +77,7 @@ class XmlRPCConnector(Connector):
77
def __init__(self, hostname, port=8069):
78
"""
79
Initialize by specifying the hostname and the port.
80
- :param hostname: The hostname of the computer holding the instance of .
+ :param hostname: The hostname of the computer holding the instance of Odoo.
81
:param port: The port used by the Odoo instance for XMLRPC (default to 8069).
82
83
self.url = 'http://%s:%d/xmlrpc' % (hostname, port)
0 commit comments