This question has been flagged
2562 Views

Hi, I am trying to connect to SAAS instance using oerplib, with following commands, but it's throwing an error:

import oerplib

oerp = oerplib.OERP('hostname', protocol='xmlrpc+ssl', port=443, version='9.0c')

oerp.login('username', 'password', database='flyv')

Error:



Can anyone please help me, where I am doing wrong.

Avatar
Discard

Can you provide us a magnifying glass? :-)

The error is clear...

The XML is pos_debt_notebook.debt_account is not found in the system...

Maybe you can try to update your module 'pos_debt_notebook'

That is a call from pos_bizzcloud who try to access this xmlid

Author

Thanks guys. Got it fixed. pos_debt_notebook module was having some issue at remote side.