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

[13.0][MIG] website_livechat #2534

Merged
merged 1 commit into from
Feb 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---Models in module 'website_livechat'---
---Fields in module 'website_livechat'---
website_livechat / mail.channel / livechat_active (boolean) : NEW
website_livechat / mail.channel / livechat_visitor_id (many2one): NEW relation: website.visitor
website_livechat / website.visitor / livechat_operator_id (many2one): NEW relation: res.partner, isfunction: function, stored
pedrobaeza marked this conversation as resolved.
Show resolved Hide resolved
website_livechat / website.visitor / mail_channel_ids (one2many) : NEW relation: mail.channel
# Nothing to do
---XML records in module 'website_livechat'---
DEL im_livechat.channel: website_livechat.im_livechat_channel_data_website (noupdate)
pedrobaeza marked this conversation as resolved.
Show resolved Hide resolved
# NOTHING TO DO: Renamed to im_livechat.im_livechat_channel_data in im_livechat
NEW ir.actions.act_window: website.website_visitors_action
NEW ir.actions.act_window: website_livechat.website_visitor_livechat_session_action
NEW ir.actions.act_window.view: website_livechat.website_visitor_livechat_session_action_form
NEW ir.actions.act_window.view: website_livechat.website_visitor_livechat_session_action_tree
NEW ir.actions.server: website_livechat.website_livechat_send_chat_request_action_server
NEW ir.model.access: website_livechat.access_website_track_livechat_users
NEW ir.model.access: website_livechat.access_website_visitor_livechat_users
NEW ir.ui.menu: website_livechat.website_livechat_visitor_menu
NEW ir.ui.view: website_livechat.assets_backend
NEW ir.ui.view: website_livechat.user_navbar_inherit_website_livechat
NEW ir.ui.view: website_livechat.website_visitor_view_form
NEW ir.ui.view: website_livechat.website_visitor_view_kanban
NEW ir.ui.view: website_livechat.website_visitor_view_search
NEW ir.ui.view: website_livechat.website_visitor_view_tree
DEL ir.ui.view: website_livechat.user_navbar_inherit_website_livecaht
# Nothing to do
2 changes: 1 addition & 1 deletion odoo/openupgrade/doc/source/modules120-130.rst
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ missing in the new release are marked with |del|.
+----------------------------------------------+-------------------------------------------------+
|website_links | Nothing to do |
+----------------------------------------------+-------------------------------------------------+
|website_livechat | |
|website_livechat | Nothing to do |
+----------------------------------------------+-------------------------------------------------+
|website_mail | Done |
+----------------------------------------------+-------------------------------------------------+
Expand Down