From 40749ba5f4289089089dbb0e45bfb915664a9b5f Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Fri, 4 Oct 2024 08:23:11 -0500 Subject: [PATCH] [FIX] mail_print: prevent errors during the test tour when web_responsive is installed. --- mail_print/README.rst | 2 +- mail_print/__manifest__.py | 2 +- mail_print/static/description/index.html | 2 +- mail_print/static/tests/tours/mail_print.esm.js | 7 ++++++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/mail_print/README.rst b/mail_print/README.rst index 434d56548..73fb91dc6 100644 --- a/mail_print/README.rst +++ b/mail_print/README.rst @@ -7,7 +7,7 @@ Mail Print Message !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ed64ce44ffbbe8f8b5778bc8a8b242c5d8e24667555852cf928ea6f5e442542f + !! source digest: sha256:041738b662760ad100067a7c7f791a509fcd9811512c950df32f6496ee46fe74 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mail_print/__manifest__.py b/mail_print/__manifest__.py index 73a5ed19c..f5d9606ce 100644 --- a/mail_print/__manifest__.py +++ b/mail_print/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "Mail Print Message", - "version": "15.0.1.0.0", + "version": "15.0.1.0.1", "summary": "Print messages from the chatter of any document. ", "author": "Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/social", diff --git a/mail_print/static/description/index.html b/mail_print/static/description/index.html index 7ac06ba82..fa82897b3 100644 --- a/mail_print/static/description/index.html +++ b/mail_print/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ed64ce44ffbbe8f8b5778bc8a8b242c5d8e24667555852cf928ea6f5e442542f +!! source digest: sha256:041738b662760ad100067a7c7f791a509fcd9811512c950df32f6496ee46fe74 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/social Translate me on Weblate Try me on Runboat

This module allows users to print messages from the chatter of any document.

diff --git a/mail_print/static/tests/tours/mail_print.esm.js b/mail_print/static/tests/tours/mail_print.esm.js index 8272fe2af..9f3463ddc 100644 --- a/mail_print/static/tests/tours/mail_print.esm.js +++ b/mail_print/static/tests/tours/mail_print.esm.js @@ -4,7 +4,12 @@ */ import tour from "web_tour.tour"; const contact_steps = [ - ...tour.stepUtils.goToAppSteps("contacts.menu_contacts", "Go to the Contacts."), + { + trigger: ".o_navbar_apps_menu button", + }, + { + trigger: '.o_app[data-menu-xmlid="contacts.menu_contacts"]', + }, { content: "Search Contact", trigger: ".o_searchview_input",