Skip to content

Commit

Permalink
Merge pull request #2534 from blooparksystems/13.0-website_livechat
Browse files Browse the repository at this point in the history
[13.0][MIG] website_livechat
  • Loading branch information
pedrobaeza authored Feb 18, 2021
2 parents 32adde6 + 0fbfa6b commit b92fb4c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
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
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)
# 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

0 comments on commit b92fb4c

Please sign in to comment.