We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
And in my Odoo logs, I get this:
Here is your code into document_carddav/carddav_node:
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
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
The text was updated successfully, but these errors were encountered:
Hi @jlaloux did you get it working?
I'm stuck with the same problem
thanks!
Sorry, something went wrong.
No branches or pull requests
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](https://cloud.githubusercontent.com/assets/7678583/10487096/a3a99df6-7292-11e5-84c9-02b11f3e00d4.png)
And in my Odoo logs, I get this:
![image](https://cloud.githubusercontent.com/assets/7678583/10487114/b6f71b72-7292-11e5-871f-9cce5593faf4.png)
Here is your code into document_carddav/carddav_node:
![image](https://cloud.githubusercontent.com/assets/7678583/10487175/0a5aaa4a-7293-11e5-8899-924106bec281.png)
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](https://cloud.githubusercontent.com/assets/7678583/10487269/6567dc8c-7293-11e5-82db-f80ad1c898c2.png)
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
The text was updated successfully, but these errors were encountered: