c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #30891
[Bug 830694] Re: tally intergration tally exiting
i run this code in python and was able to get the output
import httplib
conn = httplib.HTTPConnection("localhost:9000")
headers = {"Content-type": "text/xml", "Accept": "text/xml"}
params = """<ENVELOPE><HEADER><TALLYREQUEST>Export Data</TALLYREQUEST>
</HEADER><BODY><EXPORTDATA><REQUESTDESC><REPORTNAME>Voucher Register</REPORTNAME>
</REQUESTDESC></EXPORTDATA></BODY></ENVELOPE>"""
conn.request("POST", "/", params, headers)
r1 = conn.getresponse()
print r1.status, r1.reason, r1.read()
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/830694
Title:
tally intergration tally exiting
Status in OpenERP India:
New
Bug description:
tally is showing error in TDL
'part DB:body'
no parts or lines
and tally is closing away.
i tried getting voucher with normal httplib and tally connection. but the module is giving me this error in tally. can you suggest me what to be done
regards
To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-india/+bug/830694/+subscriptions
References