[18.0][ADD] web_one2many_field_name: parent O2M in tooltips#3609
Open
polqubiq wants to merge 1 commit into
Open
[18.0][ADD] web_one2many_field_name: parent O2M in tooltips#3609polqubiq wants to merge 1 commit into
polqubiq wants to merge 1 commit into
Conversation
QubiQBcn
force-pushed
the
18.0-add-web_one2many_field_name
branch
2 times, most recently
from
July 17, 2026 09:10
5605fb8 to
2dd8b3a
Compare
Show the parent One2many technical field name in developer-mode list column tooltips for embedded One2many lists.
QubiQBcn
force-pushed
the
18.0-add-web_one2many_field_name
branch
from
July 17, 2026 09:16
2dd8b3a to
4a480c4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Web One2many Field Name
In developer mode, hovering a column header on a One2many list opens a tooltip — but it only shows the child column (
product_id, …), not the One2many that owns the list (order_line,bom_line_ids). Finding that name means digging into the view or XML.This module adds it to that same tooltip:
web_field_tooltip_copy)Preview:
