Skip to content

[19.0][MIG] mail_print: Migration to version 19.0 - #244

Open
eduezerouali-tecnativa wants to merge 8 commits into
OCA:19.0from
Tecnativa:19.0-mig-mail_print
Open

[19.0][MIG] mail_print: Migration to version 19.0#244
eduezerouali-tecnativa wants to merge 8 commits into
OCA:19.0from
Tecnativa:19.0-mig-mail_print

Conversation

@eduezerouali-tecnativa

@eduezerouali-tecnativa eduezerouali-tecnativa commented Aug 10, 2026

Copy link
Copy Markdown

cc @Tecnativa TT63995
ping @carlos-lopez-tecnativa @pilarvargas-tecnativa

Moved from social repo

@pedrobaeza

Copy link
Copy Markdown
Member

/ocabot migration mail_print

@OCA-git-bot OCA-git-bot added this to the 19.0 milestone Aug 10, 2026
@OCA-git-bot OCA-git-bot mentioned this pull request Aug 10, 2026
37 tasks

@carlos-lopez-tecnativa carlos-lopez-tecnativa left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check the CI.

Comment thread mail_print/reports/reports.xml Outdated
<field name="report_name">mail_print.report_mail_message</field>
<field name="report_file">mail_print.report_mail_message</field>
<field name="print_report_name">(object.display_name)</field>
<field name="print_report_name">(display_name)</field>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got this error with this change.
Image

Comment thread mail_print/tests/test_mail_print.py Outdated
)
self.start_tour("/web", "mail_print.mail_print_tour", login="admin")

def test_02_mail_note_not_print_tour(self):

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove the other test that verifies that the button is not available in the Notes?

@eduezerouali-tecnativa
eduezerouali-tecnativa force-pushed the 19.0-mig-mail_print branch 5 times, most recently from 7e7eafd to 1517e07 Compare August 12, 2026 08:00
},
{
content: "Open contact",
trigger: ".o_list_table td[name='complete_name']:contains('Mail Print')",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that the test fails because it cannot find this element. Please try using this instead:

Suggested change
trigger: ".o_list_table td[name='complete_name']:contains('Mail Print')",
trigger: ".o_list_table td[name='display_name']:contains('Mail Print')",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants