[15.0][ADD] base_view_action_visibility - #1263
Open
AungKoKoLin1997 wants to merge 1 commit into
Open
AungKoKoLin1997 wants to merge 1 commit into
AungKoKoLin1997 wants to merge 1 commit into
Conversation
yostashiro
reviewed
Mar 24, 2026
AungKoKoLin1997
force-pushed
the
15.0-add-base_view_action_visibility
branch
2 times, most recently
from
March 24, 2026 09:53
b5d0501 to
2506501
Compare
Contributor
Author
|
pre-commit issue fixes at #1264. |
AungKoKoLin1997
force-pushed
the
15.0-add-base_view_action_visibility
branch
from
March 26, 2026 01:26
2506501 to
2b7bb9b
Compare
yostashiro
reviewed
Mar 28, 2026
Member
AungKoKoLin1997
force-pushed
the
15.0-add-base_view_action_visibility
branch
2 times, most recently
from
March 30, 2026 09:42
8bc1976 to
8e93df1
Compare
yostashiro
suggested changes
Apr 14, 2026
AungKoKoLin1997
force-pushed
the
15.0-add-base_view_action_visibility
branch
2 times, most recently
from
April 14, 2026 03:39
7e900ee to
74de78f
Compare
smorita7749
approved these changes
Apr 14, 2026
Contributor
|
This PR has the |
AungKoKoLin1997
marked this pull request as draft
May 19, 2026 01:16
AungKoKoLin1997
marked this pull request as ready for review
May 25, 2026 01:30
AungKoKoLin1997
force-pushed
the
15.0-add-base_view_action_visibility
branch
from
June 30, 2026 08:02
74de78f to
69a8342
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.




This module allows hiding standard view actions (Duplicate and Delete) on a per-model basis through configuration on the ir.model settings. You can hide these actions for all users, or hide them and specify which security groups are allowed to still see them.
@qrtl QT6466