tgpfeiffer / restful-openerp

36 stars 13 forks source link

Do not use absolute URLs in XML output #5

Open tgpfeiffer opened 11 years ago

tgpfeiffer commented 11 years ago

Currently, references to other objects are included as absolute URLs like http://localhost:8068/erptest/account.account/17. That should rather be just the path component as in /erptest/account.account/17 in order to allow for a different host:port prefix in case an HTTP cache is used.