[FIX] developer/tutorials: remove remark for present fields in views#19074
Open
YassinWalid wants to merge 1 commit into
Open
[FIX] developer/tutorials: remove remark for present fields in views#19074YassinWalid wants to merge 1 commit into
YassinWalid wants to merge 1 commit into
Conversation
Collaborator
AntoineVDV
approved these changes
Jul 23, 2026
AntoineVDV
left a comment
Collaborator
There was a problem hiding this comment.
@robodoo delegate+
Note that it's recommended to reference commits, and not PRs, in your commit message (in the PR description it's fine). That is because each of your or the mergebot's pushes will log a mention on the target PR, which quickly becomes annoying spam.
YassinWalid
force-pushed
the
18.0-fix_mandatory_view_field_remark-yabd
branch
3 times, most recently
from
July 23, 2026 11:45
aecfb00 to
0a69580
Compare
After the odoo/odoo@6f06420, the views no longer require the fields used in them to be present in the view, as they are automatically added to the view by the framework. This commit removes the outdated remark in the tutorial that suggested otherwise.
YassinWalid
force-pushed
the
18.0-fix_mandatory_view_field_remark-yabd
branch
from
July 23, 2026 12:03
0a69580 to
7308e55
Compare
SaddemAmine
approved these changes
Jul 23, 2026
Author
|
@robodoo r+ |
robodoo
pushed a commit
that referenced
this pull request
Jul 23, 2026
After the odoo/odoo@6f06420, the views no longer require the fields used in them to be present in the view, as they are automatically added to the view by the framework. This commit removes the outdated remark in the tutorial that suggested otherwise. closes #19074 Signed-off-by: Yassin Walid Abdelkarim (yabd) <yabd@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
Jul 23, 2026
After the odoo/odoo@6f06420, the views no longer require the fields used in them to be present in the view, as they are automatically added to the view by the framework. This commit removes the outdated remark in the tutorial that suggested otherwise. closes #19074 Signed-off-by: Yassin Walid Abdelkarim (yabd) <yabd@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
Jul 23, 2026
After the odoo/odoo@6f06420, the views no longer require the fields used in them to be present in the view, as they are automatically added to the view by the framework. This commit removes the outdated remark in the tutorial that suggested otherwise. closes #19074 Signed-off-by: Yassin Walid Abdelkarim (yabd) <yabd@odoo.com>
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.

After odoo/odoo#137031, the views no longer require the fields used in them to be present in the view, as they are automatically added to the view by the framework. This commit removes the outdated remark in the tutorial that suggested otherwise.