[16.0][IMP] budget,budget_appropriation,budget_appropriation_summary: improve permission controls#677
Open
[16.0][IMP] budget,budget_appropriation,budget_appropriation_summary: improve permission controls#677
Conversation
…ve permission controls - Enforce group_budget_commitment on commitment reserve/obligate/consume with is_auto_created flag to bypass for mixin-created commitments - Require budget manager for transfer approve/reject/post buttons via XML groups - Require budget manager to post all appropriation types (not just initial) - Restrict appropriation button_draft to owner or manager - Require budget manager for compilation done/draft with master_summary guard - Add groups=budget.group_budget_manager on master summary buttons - Enable perm_write/perm_unlink on operating unit ir.rules for full isolation
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.
Summary
group_budget_commitmenton commitment reserve/obligate/consume actions, withis_auto_createdflag so mixin-created commitments bypass the checkgroups="budget.group_budget_manager"on transfer Approve/Reject/Post buttons (XML) alongside existing Pythonhas_groupchecksbutton_draftto the responsible user or manageraction_doneandaction_draft, with guard preventing draft revert when master summary is already confirmed/donegroups="budget.group_budget_manager"on master summary and compilation buttons (Confirm/Done/Back to Draft)perm_writeandperm_unlinkon all operating unit ir.rules across 3 OU modules for full read/write/delete isolationTest plan