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
I tried to use the mail_archives module on odoo v10, but there's a JS error appearing as soon as you click on archives :
TypeError: channel is undefined http://localhost:8069/mail/static/src/js/client_action.js:408 Traceback: set_channel@http://localhost:8069/mail/static/src/js/client_action.js:408:13 click .o_mail_chat_channel_item@http://localhost:8069/mail/static/src/js/client_action.js:92:13 proxy/<@http://localhost:8069/web/static/src/js/framework/widget.js:398:20 dispatch@http://localhost:8069/web/static/lib/jquery/jquery.js:4640:50 add/elemData.handle@http://localhost:8069/web/static/lib/jquery/jquery.js:4309:41
The reason for it, seems to come from web_base module, more exactly here : https://github.com/it-projects-llc/mail-addons/blob/11.0/mail_base/static/lib/base.js#L14
As odoo doesn't have this class in v10, the module won't be loaded although it gets installed.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered:
@yelizariev @Railia Is a fix planned on your side ?
Sorry, something went wrong.
@Railia try to reproduce the issue
No branches or pull requests
I tried to use the mail_archives module on odoo v10, but there's a JS error appearing as soon as you click on archives :
The reason for it, seems to come from web_base module, more exactly here :
https://github.com/it-projects-llc/mail-addons/blob/11.0/mail_base/static/lib/base.js#L14
As odoo doesn't have this class in v10, the module won't be loaded although it gets installed.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: