-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error installing document_webdav_fast #1
Comments
Thanks for your bug report.
|
Thank you, for the response and the explanation. Best regards. |
Does anybody know WHY OpenERP/Odoo is dropping Webdav support? |
I am not involved with the Odoo core team, so I don't know the exact reasons. But I suspect that it was too hard to migrate the code to the new underlying HTTP server structure of v8 and because documen_webdav was a bit buggy anyway. I am not aware of any alternatives for v8 (or v7 for that matter). |
Thanks for the response. Does initOS have any intentions of migrating the module for v8? Kind regards |
Do you a specific error message with document_webdav_fast and v7? We are running Odoo v7 from git (perhaps one week old) together with document_webdav_fast. At the moment we have no plans to migrate the module to v8, but if there is sufficient demand we may have a look at it. |
5 years after .... the rest of the story !!! There is a dependency from knowledge addon module to document_webdav module.
|
Hi;
I'm getting the following error when trying to install document_webdav_fast:
----------Error begin-----
2014-05-31 07:30:14,031 15923 INFO DevDB openerp.modules.loading: module document_webdav_fast: loading webdav_view.xml
2014-05-31 07:30:14,818 15923 INFO DevDB openerp.modules.loading: module document_webdav_fast: loading webdav_setup.xml
2014-05-31 07:30:14,861 15923 ERROR DevDB openerp.tools.convert: Parse error in /usr/lib/pymodules/python2.7/openerp/addons/document_webdav_fast/webdav_setup.xml:11
-----------Error End------
This is related to the directory named principals which already exist.
I think, i will get this error also with the following directories: ( uids , resources, users and groups) , which already exists. (cause i've the module document_webdav already installed).
So, my question is: Can we have the module document_webdav_fast installed allong with the document_webdav module ?
If not, when uninstalling document_webdav, what about the others modules (if any) which depends on it ?
Why not propose merging document_webdav_fast in OpenERP addons (and replacing the old document_webdav?
Or, why not changing the code, and use the existing directories (if those directories already exist) ?
Best regards.
The text was updated successfully, but these errors were encountered: