I've correctly (I hope) congfigured webdav on my OpenERP 7.0 (centos). I can connect to dav corretly .In the log I can see the connection (status code is 200 and any error 500)
All seems ok but I can't see any files at the given directories /webdav/MY-BD/principals/users/admin
is there some docs or some one can give me some direction on how to use it
Some information are available at http://www.pklab.net/index.php?title=Configure_WebDAV_with_OpenERP_7.0&id=367&lang=EN
Hi, were you able to get this working? I get 500 error when accessing the URL
Hi, 500 error is because you don't have pywebdav on your server. On centos "yum install pywebdav" than restart openerp. On my system WebDav is It works fine. In case you already have pywebdav check its conf file or... try removing and reinstall pywebdav.