Skip to content
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

[8.0] Always have this exception "ValueError("filtering is not implemented")" #8

Open
jlaloux opened this issue Oct 14, 2015 · 1 comment

Comments

@jlaloux
Copy link

jlaloux commented Oct 14, 2015

Hi,

I installed pywebdav python library in the version you recommend and installed the carddav module on a local Odoo. When I try to connect to the carddav using this URL:
http://localhost:8169/webdav/carddav/addressbooks/users/admin/a/m-res.partner/default/

I get this error into thunderbird:
image

And in my Odoo logs, I get this:
image

Here is your code into document_carddav/carddav_node:
image

With this request, the variable filter_node.localName = 'addressbook-query' so this raise the value error.

Can you explain me why?

If i return an empty list instead of raising the error. Everything works fine and i get my contacts into Thunderbird
image

But I suppose i'm missing something. The default value of the url http://localhost:8169/webdav/carddav/addressbooks/users/admin/a/m-res.partner/default/ means what?

Thank you for your help

@houssine78
Copy link

Hi @jlaloux did you get it working?

I'm stuck with the same problem

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants