Skip to content

Conversation

@pparidans
Copy link
Contributor

Before this commit, and since the update to Odoo 19.0, click/middle-click on FrontendUrl fields in list view opened the record's modal form view in addition to the actual link in a new tab.

This commit fixes it by stopping the event's propagation beyond the actual <a> tag.

Steps to reproduce:

  • open an error's form view,
  • in the Error Content list view, click on the first/last seen date
  • related build link opens in a new tab => the error's form view also opens in modal

Before this commit, and since the update to Odoo 19.0,
click/middle-click on FrontendUrl fields in list view opened the
record's modal form view in addition to the actual link in a new tab.

This commit fixes it by stopping the event's propagation beyond the
actual `<a>` tag.

Steps to reproduce:
- open an error's form view,
- in the Error Content list view, click on the first/last seen date
- related build link opens in a new tab
=> the error's form view also opens in modal
@pparidans pparidans self-assigned this Jan 5, 2026
@C3POdoo C3POdoo requested a review from a team January 5, 2026 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant