[ADD] mgmtsystem_event: New Module#787
Draft
diggy128 wants to merge 6 commits into
Draft
Conversation
- Copy of mgmtsystem_nonconfirmity - Remove i18n directory - Rename all nonconformity -> event - Incorporate changes by maintainer-tools
- Reduce required fields to facilitate fast entry from all users. Required fields are now name, description - Redesign event form. Keep only essentials in top part. Move some fields to separate Triage page
- Added event_type, opened_date, deadline_date - Rename closing_date -> closed_date - Set tracking=True for most fields in Triage - Auto subscribe Responsible user, Manager User to event - Add Rejected stage
Contributor
Author
|
@etobella @mymage This is the first batch of changes. Next up is changing state in stage_id. As is now, It is of no use as it is a one-to-one duplicate of stage_id data. |
- Change hardcoded default method to lambda - Add res_ref reference field to show record link in view - Change icon in chatter to more generic dot-circle (similar to issue in GH) since events can also be improvement suggestions
- Add add mgmtsystem.event.tag - Clean up views (add optional in list view, remove icon in search view)
Replace procedure_ids with document_ids. Replace document_page_procedure dependency with document_page Now any document can be linked in the event (domain to allow only documents and not categories). This allows fine-grained analysis over the source of the event (process, procedure, work order, etc) regardless of the document hierarchy / complexity.
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 is the starting point of refactoring mgmtsystem_nonconformity as talked about at #786